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 of the (currently skipped) tests in the FileTrackerTests.cs use Microsoft.CodeAnalysis.BuildTasks.Csc task from Microsoft.CodeAnalysis.Build.Tasks package. This nuget package was discontinued. We would need to reconsider this type usage if/when we are going to enable the tests back. There are several options:
Replace Csc usage with some mock class. We probably do not need to really generate executables during tests.