2 references to InvalidAsParametersNullable
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\CompileTimeCreationTests.AsParameters.cs (1)
33
Assert.Equal(DiagnosticDescriptors.
InvalidAsParametersNullable
.Id, diagnostic.Id);
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\EndpointParameter.cs (1)
168
endpoint.Diagnostics.Add(Diagnostic.Create(DiagnosticDescriptors.
InvalidAsParametersNullable
, location, Type.ToDisplayString(SymbolDisplayFormat.CSharpShortErrorMessageFormat)));