Boshi Lian
4e74fd20b7
generate v1.26 ( #1122 )
...
* update swagger
* remove unused models in converter
* remove netcore3.1 from testr
* bump ver
* fix convert
* remove some unused autorest property
* move some clz from autorest to client
* fix import
* no longer expose SendRequestRaw
* make file utils inner
* fix build
* c# 11
2022-12-15 18:21:36 -08:00
William Moy
a435aa44f4
Enhance AbstractKubernetes SendRequest extensibility ( #994 )
2022-12-05 08:57:04 -08:00
Manuel Menegazzo
3702fd6e90
Standardization of using order and object initialization ( #1028 )
...
* Code cleanup KubernetesClient
* KubernetesClient.Basic code cleanup
* KubernetesClient.Models cleanup
* LibKubernetesGenerator code cleanup
* Improved readability of object initialization
* FIx namespace order
* Fixed some compilation warning
2022-09-28 13:34:32 -07:00
Boshi Lian
ef90174bd8
fix patch in netframework ( #894 )
2022-06-23 16:09:20 -07:00
Boshi Lian
cec5f5d446
use explicitly impl instead of new ( #853 )
...
* use explicitly impl instead of new
* Apply suggestions from code review
2022-05-12 11:34:34 -07:00
Boshi Lian
85755ccb3e
8.0: API Group + v1.24 ( #850 )
...
* swagger 1.24
* trim converter
* api group
* before moving method
* grouped api for client
* fix classic build
* fix e2e
* move all code to v8
* fix vis to
* bump ver
* fix authtest filename
2022-05-07 13:05:17 -07:00
Boshi Lian
4fd70de4ba
some static optimization ( #832 )
...
* no q builder if not params
* make http method static val
* header to readonly
* add missing change
* const to private
* fix url in header
2022-04-18 14:57:50 -07:00
Boshi Lian
dba7b9718e
move getheader to abstract ( #807 )
2022-03-28 08:45:23 -07:00
Boshi Lian
8e8619130a
netstandard2 extendable lib model, basic rest ( #793 )
...
* first lib model
* add missing files
* happy test
* add vanilla rest for extend
* fix new url pattern
* address comments
* add v to tag
* bump ver
* add missing file when ren
* support multi pkg
* fix gh action
* fix env var
* ren title
* use gh action to set ver
* remove unused
* remove unused
2022-03-23 16:25:20 -07:00