You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builder.AppendLine("#pragma warning disable ASP0018 // Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers");
316
318
319
+
builder.AppendEmptyLine();
317
320
builder.AppendLine("public static class EndpointExtensions");
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI003_GroupConfigureMissingMapGroup_ShouldError#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
namespaceTestAssembly;
15
15
16
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI004_MultipleMapGroupCallsInGroupConfigure_ShouldError#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
namespaceTestAssembly;
15
15
16
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI005_MultipleGroupCallsInConfigure_ShouldError#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
namespaceTestAssembly;
15
15
16
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI006_UnusedEndpointGroup_ShouldWarn#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
namespaceTestAssembly;
15
15
16
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI007_MultipleValidatorsForSameType_ShouldError#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
16
16
namespaceTestAssembly;
17
17
18
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI008_ValidatorButValidationDisabled_ShouldWarn#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
16
16
namespaceTestAssembly;
17
17
18
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI009_AbstractValidatorInheritanceChain_ShouldWarn#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
namespaceTestAssembly;
15
15
16
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI009_AbstractValidatorNotMatchingRequestType_ShouldNotWarn#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
namespaceTestAssembly;
15
15
16
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
Copy file name to clipboardExpand all lines: tests/IeuanWalker.MinimalApi.Endpoints.Generator.Tests/Snapshots/DiagnosticSnapshotTests.DiagnosticMINAPI009_AbstractValidatorOnRequest_ShouldWarn#EndpointExtensions.g.verified.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
namespaceTestAssembly;
15
15
16
+
#pragma warning disable ASP0018// Disable specific ASP.NET analyzer that warns about unused route parameters in generated handlers
0 commit comments