mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 18:20:26 +09:00
Threadpool autorelease (#47592)
This commit is contained in:
parent
1b9e50de1c
commit
86eacff9d9
18 changed files with 331 additions and 27 deletions
|
@ -16,6 +16,7 @@ configurations but their defaults might vary as any SDK can set the defaults dif
|
|||
| UseSystemResourceKeys | System.Resources.UseSystemResourceKeys | Any localizable resources for system assemblies is trimmed when set to true |
|
||||
| HttpActivityPropagationSupport | System.Net.Http.EnableActivityPropagation | Any dependency related to diagnostics support for System.Net.Http is trimmed when set to false |
|
||||
| StartupHookSupport | System.StartupHookProvider.IsSupported | Startup hooks are disabled when set to false. Startup hook related functionality can be trimmed. |
|
||||
| TBD | System.Threading.ThreadPool.EnableDispatchAutoreleasePool | When set to true, creates an NSAutoreleasePool around each thread pool work item on applicable platforms. |
|
||||
| CustomResourceTypesSupport | System.Resources.ResourceManager.AllowCustomResourceTypes | Use of custom resource types is disabled when set to false. ResourceManager code paths that use reflection for custom types can be trimmed. |
|
||||
|
||||
Any feature-switch which defines property can be set in csproj file or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue