3 references to TypeParametersNotSupported
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\CompileTimeCreationTests.cs (1)
251
Assert.Equal(DiagnosticDescriptors.
TypeParametersNotSupported
.Id, diagnostic.Id);
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
StaticRouteHandlerModel\Emitters\DiagnosticEmitter.cs (2)
16
diagnostics.Add(Diagnostic.Create(DiagnosticDescriptors.
TypeParametersNotSupported
, location));
37
diagnostics.Add(Diagnostic.Create(DiagnosticDescriptors.
TypeParametersNotSupported
, location));