Closed philasmar closed 7 months ago
Description of changes: After upgrading our pipelines to the latest .NET 8 patches, a unit test started to fail due to the error:
error ASP0010: UseStartup cannot be used with WebApplicationBuilder.WebHost
I have updated the test to not use UseStartup for the local entry point.
UseStartup
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes: After upgrading our pipelines to the latest .NET 8 patches, a unit test started to fail due to the error:
I have updated the test to not use
UseStartup
for the local entry point.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.