File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,15 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
1414- Support for [ ` NLog ` ] ( https://www.nuget.org/packages/NLog/ )
1515 logs instrumentation for versions ` 5.* ` and ` 6.* ` on .NET using duck typing
1616 for zero-config auto-injection.
17- - Configuration ` OTEL_DOTNET_AUTO_APP_DOMAIN_STRATEGY ` added with ability to use:
18- - ` LoaderOptimizationSingleDomain ` - all non-default application domains will be forced to load with
19- ` LoaderOptimization.SingleDomain ` , preventing their assemblies loading as domain neutral
20- - ` AssemblyRedirect ` - modify app config binding redirects to load required assembly versions,
21- - ` None ` - do not use any special strategy for non-default application domains.
17+ - Configuration ` OTEL_DOTNET_AUTO_APP_DOMAIN_STRATEGY ` added with ability to
18+ use:
19+ - ` LoaderOptimizationSingleDomain ` - all non-default application domains
20+ will be forced to load with ` LoaderOptimization.SingleDomain ` , preventing
21+ their assemblies loading as domain neutral;
22+ - ` AssemblyRedirect ` - modify app config binding redirects to load required
23+ assembly versions;
24+ - ` None ` - do not use any special strategy for non-default application
25+ domains.
2226
2327### Changed
2428
You can’t perform that action at this time.
0 commit comments