Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Jan 16, 2023
1 parent fbc26fd commit 8f42977
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public void NativeMethodsShouldBeWrapped_CSharp10() =>
// NativeMethodsShouldBeWrapped.CSharp11.SourceGenerator.cs contains the code as generated by the SourceGenerator. To regenerate it:
// * Take the code from NativeMethodsShouldBeWrapped.CSharp11.cs
// * Copy it to a new .Net 7 project
// * press F12 on any of the partial methods
// * copy the result to NativeMethodsShouldBeWrapped.CSharp11.SourceGenerator.cs
// * Press F12 on any of the partial methods
// * Copy the result to NativeMethodsShouldBeWrapped.CSharp11.SourceGenerator.cs
[TestMethod]
public void NativeMethodsShouldBeWrapped_CSharp11() =>
builder
Expand Down

0 comments on commit 8f42977

Please sign in to comment.