12 references to Define
Microsoft.AspNetCore.Identity (2)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (2)
1577
LoggerMessage.
Define
<string, string>(LogLevel.Debug, new EventId(2, "InvalidJsonRequestBody"), "Failed to read parameter \"{ParameterType} {ParameterName}\" from the request body as JSON.");
1679
LoggerMessage.
Define
<string, string>(LogLevel.Debug, new EventId(8, "InvalidFormRequestBody"), "Failed to read parameter \"{ParameterType} {ParameterName}\" from the request body as form.");
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
src\sdk\src\Dotnet.Watch\Web.Middleware\BrowserRefreshMiddleware.cs (1)
244
private static readonly Action<ILogger, int, string?, Exception?> _scriptInjectionSkipped = LoggerMessage.
Define
<int, string?>(
Microsoft.Extensions.Http (4)
DefaultHttpClientFactory.cs (1)
341
private static readonly Action<ILogger, double, string, Exception?> _handlerExpired = LoggerMessage.
Define
<double, string>(
Logging\LogHelper.cs (3)
41
private static readonly Action<ILogger, double, int, Exception?> _requestEnd = LoggerMessage.
Define
<double, int>(
53
private static readonly Action<ILogger, HttpMethod, string?, Exception?> _requestPipelineStart = LoggerMessage.
Define
<HttpMethod, string?>(
58
private static readonly Action<ILogger, double, int, Exception?> _requestPipelineEnd = LoggerMessage.
Define
<double, int>(
Microsoft.Extensions.ML (5)
ModelLoaders\FileModelLoader.cs (3)
164
private static readonly Action<ILogger, string, double, Exception> _fileLoadEnd = LoggerMessage.
Define
<string, double>(
169
private static readonly Action<ILogger, string, double, Exception> _fileReloadError = LoggerMessage.
Define
<string, double>(
174
private static readonly Action<ILogger, string, double, Exception> _fileReLoad = LoggerMessage.
Define
<string, double>(
ModelLoaders\UriModelLoader.cs (2)
198
private static readonly Action<ILogger, Uri, double, Exception> _uriReloadEnd = LoggerMessage.
Define
<Uri, double>(
203
private static readonly Action<ILogger, Uri, double, Exception> _uriReloadError = LoggerMessage.
Define
<Uri, double>(