Skip to content

Commit 29be217

Browse files
authored
Merge pull request #19309 from michaelnebel/csharp/fix-comments
C#: Adjust comments and remove compilation warnings.
2 parents c4e8b1a + 9170993 commit 29be217

File tree

1 file changed

+3
-3
lines changed
  • csharp/autobuilder/Semmle.Autobuild.Shared

1 file changed

+3
-3
lines changed

Diff for: csharp/autobuilder/Semmle.Autobuild.Shared/Project.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ private static bool AnyElement(XmlNodeList l, Func<XmlElement, bool> f) =>
3434
/// <summary>
3535
/// According to https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk?view=vs-2022#reference-a-project-sdk
3636
/// there are three ways to reference a project SDK:
37-
/// 1. As an attribute on the <Project/>.
38-
/// 2. As a top level element of <Project>.
39-
/// 3. As an attribute on an <Import> element.
37+
/// 1. As an attribute on the &lt;Project/&gt;.
38+
/// 2. As a top level element of &lt;Project&gt;.
39+
/// 3. As an attribute on an &lt;Import&gt; element.
4040
///
4141
/// Returns true, if the Sdk attribute is used, otherwise false.
4242
/// </summary>

0 commit comments

Comments
 (0)