-
Notifications
You must be signed in to change notification settings - Fork 36
Merge main into preview #564
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
Conversation
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
* target .NET 8 and update other testing packages * use version of dependency injection equal to net version * remove test comment * fix json content test * revert change to flattener * change back version of json package * add back versions * fix test to work for new versions of microsoft.extensions.configuration.json * remove conditional packages * fix spacing, test with ado pipeline * fix spacing * update other examples * allow informationalversionattribute format in test for useragentheader
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.2...Azure.Identity_1.11.0) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.2...Azure.Identity_1.11.0) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amer Jusupovic <32405726+amerjusupovic@users.noreply.github.com>
* WIP adding utf8jsonreader * WIP jsondocument * replace all json adapters with jsondocument * combine code to serialize feature flag with code for adding key values to configuration * remove unused classes from jsonserializer approach * remove jsonserializer from testhelpers * WIP add handling and error messages for invalid values * WIP adding error messages * use method to create formatexception * validate for key vault uri and throw exception, fix logic in featuremanagement adapter * update error message, fix expected type for enabled * WIP * WIP testing aot compatible * small logic updates * improve variable names * edit error message * add isaotcompatible property to packages * fix error message for bool * WIP use utf8jsonreader * WIP * use utf8jsonreader for feature flags * use utf8jsonreader for keyvault secret reference * PR comment revision * WIP adding tests, PR revisions * WIP add some tests, PR revisions * key vault tests, use keyvaultreferenceexception for all scenarios because it's the established pattern * fix missing setup * PR revisions * update tests again, PR revisions * don't handle invalidoperationexception * remove unused exception var
…ity in example projects (#560) * update package * update package
…551) * add log for formatexception from invalid feature flag json * remove capitalized json * remove unused using * fix comments * fix constant reference
…etProvider into merge-main-into-preview
avanigupta
approved these changes
Jun 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.