-
Notifications
You must be signed in to change notification settings - Fork 60
feat: Microsoft.OpenApi v2.x (OpenAPI v3.1 Support) and .NET 10 #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ab1ea50
feat: update tools and readme
sergey-tihon ede9586
hk: deps update & Microsoft.OpenApi 2.3
sergey-tihon 79c95d6
migrate v3 provider to new api
sergey-tihon a27df52
small fixes for test server
sergey-tihon b1a85ab
feat: pre-release swashbuckle
sergey-tihon a1c7f4c
feat: add yaml schema format support
sergey-tihon 7f04627
refact selectors
sergey-tihon 09418a4
fix: one null ref
sergey-tihon 9e8659f
fix: few more errors
sergey-tihon 562ece6
fix: unit tests
sergey-tihon 7a92599
Merge branch 'master' into feat/deps
sergey-tihon 0da59cc
update deps
sergey-tihon 06b1c8d
fix: schema generation
sergey-tihon 8e403c4
Merge branch 'master' into feat/deps
sergey-tihon 29c6f8c
feat: update to net20
sergey-tihon 2c861e9
feat: update notes
sergey-tihon d42e4c2
fix: update version
sergey-tihon 33f46d6
fix: downgrade microsoft.openapi to v2 (supported by aspnet.core .net10)
sergey-tihon d660ceb
fix: but runtime for net10
sergey-tihon a3b3620
Merge branch 'master' into feat/deps
sergey-tihon b881bb0
feat: update deps
sergey-tihon f0fe00f
fix: paket lock
sergey-tihon 6c93156
fixes by Claude Opus 4.5
sergey-tihon bebbb84
fix: update release notes
sergey-tihon 82d4f02
fix: support allOf with one element
sergey-tihon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "9.0.101", | ||
| "version": "10.0.100", | ||
| "rollForward": "minor" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.