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
[LoggerMessage(8,LogLevel.Trace,$"The endpoint does not specify the {nameof(IRequestSizeLimitMetadata)}.",EventName="RequestSizeLimitMetadataNotFound")]
[LoggerMessage(9,LogLevel.Warning,$"A request body size limit could not be applied. This server does not support the {nameof(IHttpMaxRequestBodySizeFeature)}.",EventName="FeatureNotFound")]
[LoggerMessage(9,LogLevel.Warning,$"A request body size limit could not be applied. This server does not support the {nameof(IHttpMaxRequestBodySizeFeature)}.",EventName="RequestSizeFeatureNotFound")]
[LoggerMessage(10,LogLevel.Warning,$"A request body size limit could not be applied. The {nameof(IHttpMaxRequestBodySizeFeature)} for the server is read-only.",EventName="FeatureIsReadOnly")]
[LoggerMessage(10,LogLevel.Warning,$"A request body size limit could not be applied. The {nameof(IHttpMaxRequestBodySizeFeature)} for the server is read-only.",EventName="RequestSizeFeatureIsReadOnly")]
Assert.Equal($"A request body size limit could not be applied. The {nameof(IHttpMaxRequestBodySizeFeature)} for the server is read-only.",write.Message);
Assert.Equal($"A request body size limit could not be applied. This server does not support the {nameof(IHttpMaxRequestBodySizeFeature)}.",write.Message);
323
323
}
324
324
@@ -346,7 +346,7 @@ public async Task Endpoint_DoesNotHaveSizeLimitMetadata()
0 commit comments