Closed ryanlewis closed 9 years ago
Weird - those "panic" errors are things that are not supposed to happen ;-) But I see what's happening, will look for a fix.
Pushed a fix, will test & build 2.1.2 soon as I can find some time.
Should be fixed in 2.1.2.
Using the Visual Studio extension.
Get panic error (listed below) if the project selected in Solution Explorer is different to the one containing your ModelsBuilder.cs (file with custom tool configured).
Get the following error
My actual workflow is this, using Resharper:
To work around the issue, I have to ensure that the "current project" (in Solution Explorer) is my Core project, then save/run custom tool (I use
shift+alt+L, ESC
as a nifty shortcut to do this)