* Added net8.0 to the dotnet-version array used by actions
* Changed framework version in Directory.Build.props
* Removed unsed nuget
* Update codeql-analysis.yml
* Added net8.0 target framework
* Updated code analyzer version to match net8.0
* Added net8.0 to tests
* Updated sdk version
* Updated version.json
* Fixed build for non windows machines
* Updated references in Directory.Build.targets
* Added conditional exception handling to WatchServerDisconnect test case
* Added missing project to solution
* swagger 1.25
* update version converter
* bump version
* move missing models to models proj
* hide util for further cleanup
* hide more public api
* update version matrix
* Added DI container initialization
* Added httpclient service creation
* Improved minimal example of OpenTelemetry console
* Update Program.cs
* Removed TargetFramework from .csproj
* support gh nuget (#11)
* trim to fit net48
* add net48 support
* add very test framework
* add test body
* Revert "support gh nuget (#11)"
This reverts commit 5cdaf59690170be44e4554485fb2e89785a6a1cf.
* 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
* Ported GenericKubernetesApi from java along with other utilities
* Replace DeleteOptions for V1DeleteOptions
* Clean up and add clear()
* Clean up
* Removed TweakApiHandler
* Rename methods to follow "async" pattern
* Fix method naming
* Remove unneeded json property
* Rearrange httpsuccess logic
* Simplify dispose pattern
* Treat MockKubeServerFlags as flags
* Clean up flags logic
* Remove unneeded json properties
* Fix cs formatting
* Remove unused variable
* Move MockApi server options to seperate class and revert MockApi back to original
* Remove IRunnable
* Refactor config constants to use existing service account path
* port autorest to watch generator
* rename KubernetesWatchGenerator -> KubernetesGenerator
* add validate
* fix format
* fix generate code warnings
* fix line ending
* fix missing property found by comp check
* do not new http method
* add minikube as e2e test server
* fix format
* update env
* force no skip
* fix then
* finish skip test
* add skip blocker
* fix path
* output skipped case
* enable test env var
* final merge
* add missing file
* Add models for node metrics
* Add models for pod metrics
* Add extension method for node metrics
* Add extension method for pods metrics
* dotnet format
* fix type: use of interface type
* Add metrics sample
* Add tests for node and pod metrics
* Add support for HttpClientFactory with KubernetesClientConfiguration
* Add an example with http client factory
* ensure sample uses the latest version of C#
* Only keep WatchObjectAsync<T> in the manually-generated code
* Add a console application which can generate the various Watch methods
* Generate the Watch methods
* Use Nustache and templates to generate the watcher code
* Re-generate code