Microsoft.Extensions.Configuration.Json
Extension methods for adding .
Adds the JSON configuration provider at to .
The to add to.
Path relative to the base path stored in
of .
The .
Adds the JSON configuration provider at to .
The to add to.
Path relative to the base path stored in
of .
Whether the file is optional.
The .
Adds the JSON configuration provider at to .
The to add to.
Path relative to the base path stored in
of .
Whether the file is optional.
Whether the configuration should be reloaded if the file changes.
The .
Adds a JSON configuration source to .
The to add to.
The to use to access the file.
Path relative to the base path stored in
of .
Whether the file is optional.
Whether the configuration should be reloaded if the file changes.
The .
Adds a JSON configuration source to .
The to add to.
Configures the source.
The .
Adds a JSON configuration source to .
The to add to.
The to read the json configuration data from.
The .
A JSON file based .
Initializes a new instance with the specified source.
The source settings.
Loads the JSON data from a stream.
The stream to read.
Represents a JSON file as an .
Builds the for this source.
The .
A
Loads configuration key/values from a json stream into a provider.
Constructor.
The .
Loads json configuration key/values from a stream into a provider.
The json to load configuration data from.
Represents a JSON file as an .
Builds the for this source.
The .
An
Throws an if is null.
The reference type argument to validate as non-null.
The name of the parameter with which corresponds.
File path must be a non-empty string.
Top-level JSON element must be an object. Instead, '{0}' was found.
Could not parse the JSON file.
A duplicate key '{0}' was found.
Unsupported JSON token '{0}' was found.
Attribute used to indicate a source generator should create a function for marshalling
arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time.
This attribute is meaningless if the source generator associated with it is not enabled.
The current built-in source generator only supports C# and only supplies an implementation when
applied to static, partial, non-generic methods.
Initializes a new instance of the .
Name of the library containing the import.
Gets the name of the library containing the import.
Gets or sets the name of the entry point to be called.
Gets or sets how to marshal string arguments to the method.
If this field is set to a value other than ,
must not be specified.
Gets or sets the used to control how string arguments to the method are marshalled.
If this field is specified, must not be specified
or must be set to .
Gets or sets whether the callee sets an error (SetLastError on Windows or errno
on other platforms) before returning from the attributed method.
Specifies how strings should be marshalled for generated p/invokes
Indicates the user is suppling a specific marshaller in .
Use the platform-provided UTF-8 marshaller.
Use the platform-provided UTF-16 marshaller.