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 3e982fa commit e2c1914Copy full SHA for e2c1914
CoreMemoryCache/NHibernate.Caches.CoreMemoryCache.Tests/TestsContext.cs
@@ -35,8 +35,6 @@ public void RunBeforeAnyTests()
35
[OneTimeTearDown]
36
public void RunAfterAnyTests()
37
{
38
- //When .NET Core App 2.0 tests run from VS/VSTest the entry assembly is "testhost.dll"
39
- //so we need to explicitly load the configuration
40
if (_removeTesthostConfig)
41
42
File.Delete(GetTesthostConfigPath());
0 commit comments