This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Incubator.
Summary
Checks if an xml document for the dot net sdk attribute
- Assembly
- Cake
.Incubator .dll - Namespace
- Cake
.Incubator .XDocumentExtensions - Containing Type
- XDocumentExtensions
Syntax
public static bool IsDotNetSdk(this XDocument document)
Parameters
| Name | Type | Description |
|---|---|---|
| document | XDocument | The xml document |
Return Value
| Type | Description |
|---|---|
| bool | True if attribute was found |
