UTA001: TestClass attribute defined on non-public class MyTests
My test class wasn't public, which it appears is a requirement for discovery.
I spent a bit of time baffled after installing Atmel Studio 7.0.634 as I couldn't even create a new project successfully. This appears to be an incompatibility with Visual Studio 2015 Update 1. I found an apparent solution to the issue here, which manages to get me past my issues with creating a project. I'm not exactly sure why Atmel Studio has so many binding redirects, but there it is.
Sample error message: The 'ErrorListPackage' package did not load correctly.
Which version of FSharp.Core.dll should I reference in projects that reference my F# PCL assembly?