You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a part of this pull request #2108 we are turning off the unit tests for the hot reload feature while it is disabled. Before we can have the hot reload feature available we need to turn this test back on.
The test in question is within the ConfigFileWatcherUnitTests.cs file on line 73. This test needs to have its ignore removed so that it will be able to be picked up by our test suite.