Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-client/csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: kubernetes-client/csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 3 files changed
  • 3 contributors

Commits on Nov 20, 2025

  1. Implement Kubectl Get using generic client for any Kubernetes resource (

    #1685)
    
    * Initial plan
    
    * Implement KubectlGet functionality with tests
    
    Co-authored-by: brendandburns <[email protected]>
    
    * Address code review feedback and improve tests
    
    Co-authored-by: brendandburns <[email protected]>
    
    * Refactor to use generic Get method with GenericClient
    
    Co-authored-by: brendandburns <[email protected]>
    
    * Address code review feedback: dispose GenericClient, use ternary operator, specific exception handling
    
    Co-authored-by: tg123 <[email protected]>
    
    * Fix datetime serialization to always output 6 decimal places for microseconds (#1687)
    
    * Initial plan
    
    * Fix datetime serialization to always output 6 decimal places for fractional seconds
    
    Co-authored-by: tg123 <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: tg123 <[email protected]>
    
    * Add .NET 10 target framework support (#1686)
    
    * Initial plan
    
    * Add .NET 10 support to all projects and workflows
    
    Co-authored-by: tg123 <[email protected]>
    
    * Fix datetime serialization to always output 6 decimal places for microseconds (#1687)
    
    * Initial plan
    
    * Fix datetime serialization to always output 6 decimal places for fractional seconds
    
    Co-authored-by: tg123 <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: tg123 <[email protected]>
    
    * Initial plan
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: tg123 <[email protected]>
    
    * Initial plan
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: brendandburns <[email protected]>
    Co-authored-by: tg123 <[email protected]>
    3 people authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    3265653 View commit details
    Browse the repository at this point in the history
Loading