We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f6ce7 commit eb86aeaCopy full SHA for eb86aea
src/Microsoft.Extensions.Configuration.AzureAppConfiguration/JsonKeyValueAdapter.cs
@@ -15,7 +15,7 @@ namespace Microsoft.Extensions.Configuration.AzureAppConfiguration
15
{
16
internal class JsonKeyValueAdapter : IKeyValueAdapter
17
18
- private JsonDocumentOptions _jsonParseOptions = new JsonDocumentOptions
+ private static readonly JsonDocumentOptions JsonParseOptions = new JsonDocumentOptions
19
20
CommentHandling = JsonCommentHandling.Skip
21
};
0 commit comments