mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Removing RUC from Default and Ambient attributes (#100821)
* Removing RUC from Default and Ambient attributes * FB * FB2
This commit is contained in:
parent
8c5bc36463
commit
715e6971c4
9 changed files with 31 additions and 7 deletions
|
@ -36,6 +36,8 @@ configurations but their defaults might vary as any SDK can set the defaults dif
|
|||
| EnableGeneratedComInterfaceComImportInterop | System.Runtime.InteropServices.Marshalling.EnableGeneratedComInterfaceComImportInterop | When set to true, enables casting source-generated COM object wrappers to built-in COM-based COM interfaces. |
|
||||
| _UseManagedNtlm | System.Net.Security.UseManagedNtlm | When set to true, uses built-in managed implementation of NTLM and SPNEGO algorithm for HTTP, SMTP authentication, and NegotiateAuthentication API instead of system provided GSSAPI implementation. |
|
||||
| _ComObjectDescriptorSupport | System.ComponentModel.TypeDescriptor.IsComObjectDescriptorSupported | When set to true, supports creating a TypeDescriptor based view of COM objects. |
|
||||
| _DesignerHostSupport | System.ComponentModel.Design.IDesignerHost.IsSupported | When set to true, supports creating design components at runtime. |
|
||||
| _DefaultValueAttributeSupport | System.ComponentModel.DefaultValueAttribute.IsSupported | When set to true, supports creating a DefaultValueAttribute at runtime. |
|
||||
|
||||
Any feature-switch which defines property can be set in csproj file or
|
||||
on the command line as any other MSBuild property. Those without predefined property name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue