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: tg123/csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 19 files changed
  • 4 contributors

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    9566a3f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Fix datetime serialization to always output 6 decimal places for micr…

    …oseconds (kubernetes-client#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]>
    Copilot and tg123 authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    b906bae View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Add .NET 10 target framework support (kubernetes-client#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 (kubernetes-client#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]>
    Copilot and tg123 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    068251c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

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

    kubernetes-client#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 (kubernetes-client#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 (kubernetes-client#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 (kubernetes-client#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