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
Some roslyn tests need to override how the workspace is created (for example, to setup a different composition for it). However, this will lead to a workspace being created that is not properly disposed by the test. This will add a 10 second cost to each test that does this.
The text was updated successfully, but these errors were encountered:
sharwell
changed the title
Overriding AnalzyerTest.CreateWOrkspace can lead to a non-disposed workspace being created.
Overriding AnalzyerTest.CreateWorkspace can lead to a non-disposed workspace being created.
Apr 29, 2021
Some roslyn tests need to override how the workspace is created (for example, to setup a different composition for it). However, this will lead to a workspace being created that is not properly disposed by the test. This will add a 10 second cost to each test that does this.
The text was updated successfully, but these errors were encountered: