-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Save Shell Config SubSections #14490
Merged
Merged
Changes from 7 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e18dc1c
Saving Shell Configuration SubSections
jtkech 815cd4a
Prevent duplicates if edited directly
jtkech 34375a4
Merge remote-tracking branch 'origin/main' into jtkech/settings-section
jtkech cd63522
Persist as json object
jtkech 8bc6283
tweak
jtkech 3728d37
Missing change
jtkech 715925e
Fix unit tests
jtkech 2e58808
Json Config Extensions
jtkech 728d245
Update Database Config Source
jtkech d82cbd3
Update Blob Config Source
jtkech 1e7d7b7
Improve Array overriding
jtkech 5509777
Little refactoring
jtkech fa00993
More async
jtkech bb1f141
Some async and refactoring
jtkech 5d9a1a8
Minor changes
jtkech e2d8f9a
Minor changes
jtkech 4cc86a1
Bad change
jtkech e89ec61
Minor change and fix
jtkech ea0f0ff
Also use our parser for json stream
jtkech d3f4675
Minor change
jtkech c3909c5
Merge remote-tracking branch 'origin/main' into jtkech/settings-section
jtkech 8dd4657
Merge remote-tracking branch 'origin/main' into jtkech/settings-section
jtkech 270bd55
Minor changes
jtkech 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to add this as extension method to
IConfiguration
, so could be used anywhere across the code-baseThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I will because it will be used in our other
IShellConfigurationSources
for database and blob.Work in progress