-
Notifications
You must be signed in to change notification settings - Fork 283
Comparing changes
Open a pull request
base repository: microsoft/OpenAPI.NET
base: 8847684
head repository: microsoft/OpenAPI.NET
compare: 5cc010e
- 19 commits
- 10 files changed
- 7 contributors
Commits on Dec 22, 2025
-
fix: wrap extension parser calls in try-catch to ensure correct error…
… pointers When extension parsers throw OpenApiException, the exceptions are now caught in LoadExtension methods across all OpenAPI versions (V2, V3, V3.1, V3.2). This ensures the error pointer correctly includes all path segments (e.g., #/definitions/demo/x-tag instead of #/definitions/x-tag). Co-authored-by: baywet <7905502+baywet@users.noreply.github.com> refactor: make V2 LoadExtension consistent with other versions Moved the return statement for JsonNodeExtension outside the catch block to match the pattern used in V3, V31, and V32 deserializers. Co-authored-by: baywet <7905502+baywet@users.noreply.github.com> style: use raw string literals for JSON test data Changed from verbatim string literals (@"...") to raw string literals ("""...""") for consistency with existing test code. Co-authored-by: baywet <7905502+baywet@users.noreply.github.com> chore: refactors test definition for better coverage Signed-off-by: Vincent Biret <vibiret@microsoft.com> chore: removes extraneous versionConfiguration menu - View commit details
-
Copy full SHA for 458cabe - Browse repository at this point
Copy the full SHA 458cabeView commit details -
Merge pull request #2660 from microsoft/fix/pointer-to-v2
fix: wrap extension parser calls in try-catch to ensure correct error pointers
Configuration menu - View commit details
-
Copy full SHA for 63cf4a3 - Browse repository at this point
Copy the full SHA 63cf4a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeffc98 - Browse repository at this point
Copy the full SHA aeffc98View commit details
Commits on Jan 6, 2026
-
Merge pull request #2661 from microsoft/release-please--branches--sup…
…port/v2--components--Microsoft.OpenApi chore(support/v2): release 2.4.2
Configuration menu - View commit details
-
Copy full SHA for 748b3d2 - Browse repository at this point
Copy the full SHA 748b3d2View commit details -
Merge branch 'support/v2' into chore/v2-fixes-to-v3
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 00a92a8 - Browse repository at this point
Copy the full SHA 00a92a8View commit details -
Merge pull request #2671 from microsoft/chore/v2-fixes-to-v3
chore: main refresh from v2
Configuration menu - View commit details
-
Copy full SHA for 1eed76a - Browse repository at this point
Copy the full SHA 1eed76aView commit details
Commits on Jan 13, 2026
-
chore(deps): bump dotnet-sdk from 8.0.416 to 8.0.417
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 8.0.416 to 8.0.417. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v8.0.416...v8.0.417) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 8.0.417 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for aef319c - Browse repository at this point
Copy the full SHA aef319cView commit details -
Bump the microsoftextensions group with 6 updates
Bumps Microsoft.Extensions.DependencyInjection from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging.Console from 10.0.1 to 10.0.2 Bumps Microsoft.Extensions.Logging.Debug from 10.0.1 to 10.0.2 Bumps System.Text.Json from 10.0.1 to 10.0.2 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: System.Text.Json dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b05d54a - Browse repository at this point
Copy the full SHA b05d54aView commit details -
Merge pull request #2674 from microsoft/dependabot/dotnet_sdk/dotnet-…
…sdk-8.0.417 chore(deps): bump dotnet-sdk from 8.0.416 to 8.0.417
Configuration menu - View commit details
-
Copy full SHA for 5ef9eb7 - Browse repository at this point
Copy the full SHA 5ef9eb7View commit details
Commits on Jan 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for eb07dc2 - Browse repository at this point
Copy the full SHA eb07dc2View commit details
Commits on Jan 15, 2026
-
Merge pull request #2675 from microsoft/dependabot/nuget/performance/…
…resultsComparer/microsoftextensions-f6912d210f Bump the microsoftextensions group with 6 updates
Configuration menu - View commit details
-
Copy full SHA for 6ad5d02 - Browse repository at this point
Copy the full SHA 6ad5d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7610d07 - Browse repository at this point
Copy the full SHA 7610d07View commit details
Commits on Jan 16, 2026
-
Merge pull request #2679 from spanglerco/issue2678
fix: Support custom tag ordering
Configuration menu - View commit details
-
Copy full SHA for 008576c - Browse repository at this point
Copy the full SHA 008576cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0def787 - Browse repository at this point
Copy the full SHA 0def787View commit details -
Merge pull request #2680 from microsoft/release-please--branches--sup…
…port/v2--components--Microsoft.OpenApi chore(support/v2): release 2.4.3
Configuration menu - View commit details
-
Copy full SHA for 56446a6 - Browse repository at this point
Copy the full SHA 56446a6View commit details -
Merge branch 'support/v2' into fix/tags-order-to-v3
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ad5b91b - Browse repository at this point
Copy the full SHA ad5b91bView commit details -
Merge pull request #2681 from microsoft/fix/tags-order-to-v3
fix/tags order to v3
Configuration menu - View commit details
-
Copy full SHA for c290369 - Browse repository at this point
Copy the full SHA c290369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e44113 - Browse repository at this point
Copy the full SHA 3e44113View commit details -
Merge pull request #2683 from microsoft/release-please--branches--mai…
…n--components--Microsoft.OpenApi chore(main): release 3.1.3
Configuration menu - View commit details
-
Copy full SHA for 5cc010e - Browse repository at this point
Copy the full SHA 5cc010eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8847684...5cc010e