I installed Visual Studio 2015 Update 3 over my Update 2, i then uninstalled from programs and features the .net core rc2. I then installed the installation package i downloaded from the release site "DotNetCore.1.0.0-VS2015Tools.Preview2.exe" (that's an odd name for a final release btw). The strange part was a i was working for a half the day before issues started and I didn't change any configuration anywhere. I can no longer compile a webforms or an MVC application in 2015.
Error The "ChecksumAlgorithm" parameter is not supported by the "Csc" task. Verify the parameter exists on the task, and it is a settable public instance property. TestApp.Tests
Error The "Csc" task could not be initialized with its input parameters. TestApp.Tests
In Visual Studio 2013 it thinks all of my EF Entities are properties with errors like:
Error 558 'blah.blah.entityname' is a 'property' but is used like a 'type' c:\path\xyz..cs 90 9