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: microsoft/OpenAPI.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.5
Choose a base ref
...
head repository: microsoft/OpenAPI.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0
Choose a head ref
  • 15 commits
  • 183 files changed
  • 3 contributors

Commits on May 29, 2026

  1. feat(reader): remove ParseNode infrastructure

    Refactor OpenAPI parsing to use System.Text.Json JsonNode APIs directly with explicit ParsingContext propagation, replacing the ParseNode wrapper hierarchy.
    
    Co-authored-by: Copilot <[email protected]>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    157e72b View commit details
    Browse the repository at this point in the history
  2. chore(reader): prune unused JsonNode helpers

    Co-authored-by: Copilot <[email protected]>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    83ea307 View commit details
    Browse the repository at this point in the history
  3. chore(reader): remove CreateAny helper

    Co-authored-by: Copilot <[email protected]>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    582563f View commit details
    Browse the repository at this point in the history
  4. chore(benchmark): update performance reports

    Co-authored-by: Copilot <[email protected]>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    78b6d60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fec6aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3f7adb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cafa7b View commit details
    Browse the repository at this point in the history
  8. chore(reader): normalize JsonNode variable casing

    Co-authored-by: Copilot <[email protected]>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    b509007 View commit details
    Browse the repository at this point in the history
  9. chore(reader): discard unused callback parameters

    Co-authored-by: Copilot <[email protected]>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    929b8e4 View commit details
    Browse the repository at this point in the history
  10. chore(reader): normalize JsonNode local casing

    Co-authored-by: Copilot <[email protected]>
    baywet and Copilot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    8ae59af View commit details
    Browse the repository at this point in the history
  11. chore: reverts hallucinations

    baywet committed May 29, 2026
    Configuration menu
    Copy the full SHA
    d1d0fcb View commit details
    Browse the repository at this point in the history
  12. chore: moves using after the copyright

    Signed-off-by: Vincent Biret <[email protected]>
    baywet committed May 29, 2026
    Configuration menu
    Copy the full SHA
    54cf5dc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. Merge pull request #2852 from microsoft/chore/refactor-no-parse-node

    feat(reader): remove ParseNode infrastructure
    baywet authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    9b4f45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c2ddda View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2869 from microsoft/release-please--branches--mai…

    …n--components--Microsoft.OpenApi
    
    chore(main): release 3.6.0
    baywet authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    a9bc177 View commit details
    Browse the repository at this point in the history
Loading