IVsProfilableProjectCfg.SuppressSignedAssemblyWarnings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if signed assembly warnings are to be displayed.
public:
property bool SuppressSignedAssemblyWarnings { bool get(); };
public:
property bool SuppressSignedAssemblyWarnings { bool get(); };
[System.Runtime.InteropServices.DispId(1610678272)]
public bool SuppressSignedAssemblyWarnings { get; }
public bool SuppressSignedAssemblyWarnings { get; }
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.SuppressSignedAssemblyWarnings : bool
member this.SuppressSignedAssemblyWarnings : bool
Public ReadOnly Property SuppressSignedAssemblyWarnings As Boolean
Property Value
If true
, the signed assembly warnings are not displayed. If false
, the signed assembly warnings are displayed.
- Attributes
Remarks
When the profiler launches in Instrumentation Mode it statically instruments assemblies and if they are signed a warning is displayed to indicate that binaries should be re-signed. If the project system intends to do this anyway, the warning is not required.