IVsProfilableProjectCfg::SuppressSignedAssemblyWarnings Property

 

Indicates if signed assembly warnings are to be displayed.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678272)]
property bool SuppressSignedAssemblyWarnings {
	bool get();
}

Property Value

Type: System::Boolean

If true, the signed assembly warnings are not displayed. If false, the signed assembly warnings are displayed.

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.

Return to top
Show: