Summary
Whether the project file uses an SDK.
- Namespace
- Buildalyzer
.Construction - Containing Type
- ProjectFile
Syntax
public bool UsesSdk { get; }
Remarks
Checks for an
Sdk
attribute on the Project
element. If one can't be found,
also checks for Import
elements with an Sdk
attribute (see https://github.com/Microsoft/msbuild/issues/1493).
Value
Type | Description |
---|---|
bool |