artifacts\obj\Microsoft.AspNetCore.Http.Abstractions\Release\net10.0\Microsoft.AspNetCore.Http.Abstractions.Resources.cs (30)
19var value = GetResourceString(resourceKey);
31internal static string @Exception_UseMiddlewareIServiceProviderNotAvailable => GetResourceString("Exception_UseMiddlewareIServiceProviderNotAvailable");
34=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareIServiceProviderNotAvailable"), p0);
37internal static string @Exception_UseMiddlewareNoInvokeMethod => GetResourceString("Exception_UseMiddlewareNoInvokeMethod");
40=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoInvokeMethod"), p0, p1, p2);
43internal static string @Exception_UseMiddlewareNonTaskReturnType => GetResourceString("Exception_UseMiddlewareNonTaskReturnType");
46=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNonTaskReturnType"), p0, p1, p2);
49internal static string @Exception_UseMiddlewareNoParameters => GetResourceString("Exception_UseMiddlewareNoParameters");
52=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoParameters"), p0, p1, p2);
55internal static string @Exception_UseMiddleMutlipleInvokes => GetResourceString("Exception_UseMiddleMutlipleInvokes");
58=> string.Format(Culture, GetResourceString("Exception_UseMiddleMutlipleInvokes"), p0, p1);
61internal static string @Exception_PathMustStartWithSlash => GetResourceString("Exception_PathMustStartWithSlash");
64=> string.Format(Culture, GetResourceString("Exception_PathMustStartWithSlash"), p0);
67internal static string @Exception_InvokeMiddlewareNoService => GetResourceString("Exception_InvokeMiddlewareNoService");
70=> string.Format(Culture, GetResourceString("Exception_InvokeMiddlewareNoService"), p0, p1);
73internal static string @Exception_InvokeDoesNotSupportRefOrOutParams => GetResourceString("Exception_InvokeDoesNotSupportRefOrOutParams");
76=> string.Format(Culture, GetResourceString("Exception_InvokeDoesNotSupportRefOrOutParams"), p0);
79internal static string @Exception_PortMustBeGreaterThanZero => GetResourceString("Exception_PortMustBeGreaterThanZero");
81internal static string @Exception_UseMiddlewareNoMiddlewareFactory => GetResourceString("Exception_UseMiddlewareNoMiddlewareFactory");
84=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareNoMiddlewareFactory"), p0);
87internal static string @Exception_UseMiddlewareUnableToCreateMiddleware => GetResourceString("Exception_UseMiddlewareUnableToCreateMiddleware");
90=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareUnableToCreateMiddleware"), p0, p1);
93internal static string @Exception_UseMiddlewareExplicitArgumentsNotSupported => GetResourceString("Exception_UseMiddlewareExplicitArgumentsNotSupported");
96=> string.Format(Culture, GetResourceString("Exception_UseMiddlewareExplicitArgumentsNotSupported"), p0);
99internal static string @ArgumentCannotBeNullOrEmpty => GetResourceString("ArgumentCannotBeNullOrEmpty");
101internal static string @RouteValueDictionary_DuplicateKey => GetResourceString("RouteValueDictionary_DuplicateKey");
104=> string.Format(Culture, GetResourceString("RouteValueDictionary_DuplicateKey"), p0, p1);
107internal static string @RouteValueDictionary_DuplicatePropertyName => GetResourceString("RouteValueDictionary_DuplicatePropertyName");
110=> string.Format(Culture, GetResourceString("RouteValueDictionary_DuplicatePropertyName"), p0, p1, p2, p3);
113internal static string @Exception_KeyedServicesNotSupported => GetResourceString("Exception_KeyedServicesNotSupported");