We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4f306 commit cf10a54Copy full SHA for cf10a54
tests/Exceptionless.Tests/AppWebHostFactory.cs
@@ -33,7 +33,7 @@ public Task InitializeAsync()
33
34
protected override void ConfigureWebHost(IWebHostBuilder builder)
35
{
36
- builder.UseSolutionRelativeContentRoot("src/Exceptionless.Web");
+ builder.UseSolutionRelativeContentRoot("src/Exceptionless.Web", "*.slnx");
37
}
38
39
protected override IHostBuilder CreateHostBuilder()
0 commit comments