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
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: copilot/implement-kubectl-get
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 18 files changed
  • 3 contributors

Commits on Nov 13, 2025

  1. Initial plan

    Copilot committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    29da827 View commit details
    Browse the repository at this point in the history
  2. Implement KubectlGet functionality with tests

    Co-authored-by: brendandburns <[email protected]>
    Copilot and brendandburns committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    a4a5fc2 View commit details
    Browse the repository at this point in the history
  3. Address code review feedback and improve tests

    Co-authored-by: brendandburns <[email protected]>
    Copilot and brendandburns committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    218395a View commit details
    Browse the repository at this point in the history
  4. Refactor to use generic Get method with GenericClient

    Co-authored-by: brendandburns <[email protected]>
    Copilot and brendandburns committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    2147fb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Address code review feedback: dispose GenericClient, use ternary oper…

    …ator, specific exception handling
    
    Co-authored-by: tg123 <[email protected]>
    Copilot and tg123 committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    f0dbebb View commit details
    Browse the repository at this point in the history
  2. Fix datetime serialization to always output 6 decimal places for micr…

    …oseconds (#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 committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    b4aeeed View commit details
    Browse the repository at this point in the history
  3. 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]>
    Copilot and tg123 committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    5e7ec12 View commit details
    Browse the repository at this point in the history
  4. Initial plan

    Copilot committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    e5b4995 View commit details
    Browse the repository at this point in the history
Loading