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
jonorossi
changed the title
Master build is broken: NUnitEngineException: The path specified in ... could not be written to
Master build is broken: error NU1603
Aug 28, 2017
The version of NUnit hadn't changed, it is actually caused by the assembly failing compilation because of this warning (converted to an error by warnings as errors).
C:\projects\windsor\src\Castle.Windsor\Castle.Windsor.csproj : error NU1603: Castle.Core 4.0.0 depends on System.ComponentModel.TypeConverter (>= 4.0.1) but System.ComponentModel.TypeConverter 4.0.1 was not found. An approximate best match of System.ComponentModel.TypeConverter 4.1.0 was resolved.
I guess the .NET CLI tooling has been updated either by AppVeyor or our build just pulls the latest.
No code has changed but the build is broken, the master Castle Core build isn't broken (even after I reran it too).
The text was updated successfully, but these errors were encountered: