4 references to Obsoletions
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionContextAccessor.cs (1)
14
[Obsolete("ActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId = "ASPDEPR006", UrlFormat =
Obsoletions
.AspNetCoreDeprecate006Url)]
Infrastructure\IActionContextAccessor.cs (1)
14
[Obsolete("IActionContextAccessor is obsolete and will be removed in a future version. For more information, visit https://aka.ms/aspnet/deprecate/006.", DiagnosticId = "ASPDEPR006", UrlFormat =
Obsoletions
.AspNetCoreDeprecate006Url)]
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
581
[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the overloads that takes an IServiceProvider instead. For more information, visit https://aka.ms/aspnet/deprecate/008.", DiagnosticId = "ASPDEPR008", UrlFormat =
Obsoletions
.AspNetCoreDeprecate008Url)]
860
[Obsolete("IWebHost, which this method uses, is obsolete. Use one of the ctors that takes an IServiceProvider instead.", DiagnosticId = "ASPDEPR008", UrlFormat =
Obsoletions
.AspNetCoreDeprecate008Url)]