Recently I've been messing around with the new .NET Core. I've created a class library which I'm using in an ASP.NET Core Web API. Firstly, at least before 1.1, I couldn't add a reference to the class library just by giving it the .dll file. I needed to create a NuGet package of my library and publish it to a NuGet …
Read MoreI have recently installed Visual Studio 2017 and with that started to migrate some of my .NET Core projects to the new .csproj Check out this post by Steve Gordon to get more background insight on the migration This looks easy enough with the migration wizard in VS. And the first try on a class library seemed to work …
Read More