module Analyzer::CSharp::MinimalApiSupport

Direct including types

Defined in:

analyzer/analyzers/csharp/minimal_api_support.cr

Constant Summary

MAP_METHODS = ["Get", "Post", "Put", "Delete", "Patch", "Head", "Options"] of ::String
SERVICE_BINDING_TYPES = Set {"CancellationToken", "HttpContext", "HttpRequest", "HttpResponse", "ClaimsPrincipal", "IServiceProvider", "ILogger", "ILoggerFactory", "LinkGenerator"}
SIMPLE_BINDING_TYPES = Set {"bool", "byte", "sbyte", "short", "ushort", "int", "uint", "long", "ulong", "float", "double", "decimal", "char", "string", "Guid", "DateTime", "DateTimeOffset", "TimeSpan"}