* migrate to record
* chore: update project files and clean up unused references
* refactor: convert classes to records and simplify constructors for IntOrString, ResourceQuantity, and V1Patch
* fix: define IsExternalInit to resolve CS0518 error in IntOrString
* refactor: change IntOrString and ResourceQuantity from records to structs, update implicit conversions, and simplify null checks
* refactor: add JsonPropertyName attribute to Value property in IntOrString struct
* refactor: simplify V1Patch constructor and improve argument validation
* refactor: remove unnecessary CultureInfo parameter in ToInt method
* Update src/KubernetesClient/Models/ResourceQuantity.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/KubernetesClient/Models/IntOrString.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Revert "Update src/KubernetesClient/Models/ResourceQuantity.cs"
This reverts commit 62b20a691554659e28d419067220dc1a0620133b.
* refactor: remove commented-out formatting check and simplify build command
* refactor: remove IValidate.cs from project references in Aot and Classic
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Implement code changes to enhance functionality and improve performance
* chore: update version to 18.0 in version.json
* fix: correct initialization of opblackList in PluralHelper
* chore: update SDK version to 18.0 in README.md
* Fixdocfx (#82)
* fix: update file references and clean up validation comments in models
* chore: add symlink to CONTRIBUTING.md for easier access
* fix: update documentation to include full type names for WebSocket and Predicate
* fix: include CONTRIBUTING.md in docfx.json build content
* refactor: update IKubernetes interface and template for consistency
* feat: add Microsoft.CodeAnalysis.CSharp package and improve source normalization in generator context
* chore: update package versions in Directory.Packages.props for compatibility and improvements
* chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersioning package versions for compatibility
* Implement code changes to enhance functionality and improve performance
* chore: update version to 18.0 in version.json
* fix: correct initialization of opblackList in PluralHelper
* chore: update SDK version to 18.0 in README.md
* refactor: update IKubernetes interface and template for consistency
* feat: add Microsoft.CodeAnalysis.CSharp package and improve source normalization in generator context
* chore: update package versions in Directory.Packages.props for compatibility and improvements
* chore: update Microsoft.VisualStudio.SlnGen and Nerdbank.GitVersioning package versions for compatibility
* chore: downgrade xunit.runner.visualstudio and Xunit.StaFact package versions for compatibility
* chore: update package versions in Directory.Packages.props for compatibility and improvements
* style: format code for consistency and readability
* feat: update certificate loading logic for .NET 9 compatibility
* fix: update certificate loading method for .NET 9 compatibility
* Add VersionTestAsync to validate Kubernetes client version retrieval
* Add SourceGenerationContextGenerator and update registration in KubernetesClientSourceGenerator