diff --git a/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.csproj b/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.csproj index 3201fd08940b..76118e0bb154 100644 --- a/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.csproj +++ b/src/Mvc/Mvc.Testing/src/Microsoft.AspNetCore.Mvc.Testing.csproj @@ -13,6 +13,7 @@ + diff --git a/src/Mvc/Mvc.Testing/src/PublicAPI.Unshipped.txt b/src/Mvc/Mvc.Testing/src/PublicAPI.Unshipped.txt index 7dc5c58110bf..e9587b50c032 100644 --- a/src/Mvc/Mvc.Testing/src/PublicAPI.Unshipped.txt +++ b/src/Mvc/Mvc.Testing/src/PublicAPI.Unshipped.txt @@ -1 +1,5 @@ #nullable enable +Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory.StartServer() -> void +Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory.UseKestrel() -> void +Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory.UseKestrel(int port) -> void +Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory.UseKestrel(System.Action! configureKestrelOptions) -> void diff --git a/src/Mvc/Mvc.Testing/src/Resources.resx b/src/Mvc/Mvc.Testing/src/Resources.resx index 84ce491ca5ed..8148b93f3280 100644 --- a/src/Mvc/Mvc.Testing/src/Resources.resx +++ b/src/Mvc/Mvc.Testing/src/Resources.resx @@ -1,4 +1,4 @@ - +