Skip to content

Don't throw exception on already initialized#92

Open
ffMathy wants to merge 2 commits into
pieceofsummer:masterfrom
ffMathy:patch-1
Open

Don't throw exception on already initialized#92
ffMathy wants to merge 2 commits into
pieceofsummer:masterfrom
ffMathy:patch-1

Conversation

@ffMathy
Copy link
Copy Markdown

@ffMathy ffMathy commented Dec 5, 2019

This makes it very painful to write integration tests using the preferred method (TestServer) in ASP .NET Core.

Because the statics are not cleaned up, we can't prevent the issue either in a pretty manner.

Besides, if you are configuring your stuff twice, you would already be having bigger issues.

This makes it very painful to write integration tests using the preferred method (TestServer) in ASP .NET Core.

Because the statics are not cleaned up, we can't prevent the issue either in a pretty manner.

Besides, if you are configuring your stuff twice, you would already be having bigger issues.
@khellang
Copy link
Copy Markdown

khellang commented Nov 2, 2023

There's now a forked version with some modernization and bugfixes now on NuGet.org. Hopefully this project will come back to life at some point and the fixes can be accepted upstream 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants