In ASP.NET Core RC1 Class Libraries are supported in Razor views - but no longer in RC2!
This make it impossible for a non toy project to ubgrade to RC2.
Building a NuGet Package from the Class Library doesn't help eigther, because there is no more Debugging support an no more Intellisense in the Razor view.
A local NuGet Package works somehow, but with that work around there is no serious work possible.
What can I do? Downgrade to RC1? Have I overseen something?