-
Notifications
You must be signed in to change notification settings - Fork 245
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
Creates component registries in the OpenApiWorkspace
for $ref
resolution
#1609
Merged
Merged
Changes from 31 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ce5c724
Add methods to set and retrieve components registries
irvinesunday 94028ae
Create new property that will capture unique document ID or base Uri
irvinesunday e27a4e8
Update workspace
irvinesunday 95710e5
Update reference resolver tests
irvinesunday 76512a2
Register components in document deserializers
irvinesunday 4bd1685
Add document to its workspace when created via parameterless constructor
irvinesunday 5cea77e
Use document Workspace instance
irvinesunday 351baec
Use the document Workspace instance already created in the ctor
irvinesunday a5af833
Don't register components directly
irvinesunday 8acb0d2
Remove ref resolution from doc.; update ctor
irvinesunday 2cfaf7a
Update workspace; add new methods
irvinesunday 9bdbac6
Update tests
irvinesunday 74e4b4d
Merge remote-tracking branch 'origin/release/2.0.0' into is/component…
irvinesunday dd3f13c
Add JsonSchema reference resolution to OpenApiDocument class
irvinesunday 0e3bf94
Remove unnecessary code; revert BaseUrl value
irvinesunday 276e5ee
Update tests
irvinesunday 14597de
Remove unused code
irvinesunday ea186d8
Revert deleted code
irvinesunday 6ebc492
Update reference test
irvinesunday 4f09473
Update test
irvinesunday 4e480ed
Update test file and test
irvinesunday 1b286e5
Update models
irvinesunday e7ff360
Update tests
irvinesunday ef633cf
Update Public Api
irvinesunday dbfcf0a
Resolve public Api
irvinesunday 464bd21
Register local refs within external documents with unique GUID
irvinesunday 77d1e49
Refactor functions
irvinesunday 9a9827a
Use unique document ids in URIs in components registry and ref resolu…
irvinesunday feb674f
Merge branch release/2.0.0
irvinesunday 6954790
Remove unnecessary code
irvinesunday f6912ab
Resolve merge conflicts with release/2.0.0 branch
irvinesunday 33236ad
Merge method resolving JsonSchemas with SetHostDocument
irvinesunday 977e8c6
Update XML summary
irvinesunday 21bed6b
Update PublicAPI
irvinesunday d744e64
Merge remote-tracking branch 'origin/release/2.0.0' into is/component…
irvinesunday 54712c1
Update Public API
irvinesunday 11b3399
Update comment
irvinesunday 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
Check notice
Code scanning / CodeQL
Redundant ToString() call Note