First thing this morning one of our developers was unable to get the project to build via NCrunch with the following error message:
Quote:..\..\packages\Microsoft.Net.Compilers.3.2.0\tools\Microsoft.CSharp.Core.targets (100, 10): The "Nullable" parameter is not supported by the "Csc" task. Verify the parameter exists on the task, and it is a settable public instance property.
..\..\packages\Microsoft.Net.Compilers.3.2.0\tools\Microsoft.CSharp.Core.targets (59, 5): The "Csc" task could not be initialized with its input parameters.
Having read the release notes, and noting that 3.29 fixed some compiler issues he upgraded, but now receives
this errorWe don't use xunit in our project at all, all of our tests are MSTest. xunit isn't installed, or even referenced from within our project, and we have it disabled under the "Test Frameworks" section of the config