ASP.NET core 2.2 and visual studio 2017

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Henk
Posts: 7217
Joined: Mon May 27, 2013 10:31 am

ASP.NET core 2.2 and visual studio 2017

Post by Henk »

Busy doing this exercise.

https://docs.microsoft.com/en-us/aspnet ... ual-studio

But visual studio 2017 on my computer does not have 2.2. So I installed it using nuget. But became a total mess. Could not scaffold or generate code from a poco class. So I have to stick to 2.0 or maybe use visual studio 2018? Pity.

Much easier to evaluate a position if you can look it up and view and analyse it easily. So you need a GUI.
Henk
Posts: 7217
Joined: Mon May 27, 2013 10:31 am

Re: ASP.NET core 2.2 and visual studio 2017

Post by Henk »

My current or previous version of GUI was using ASP.NET MVC 4. So no core.
It also used SignalR for monitoring position analysis. Somehow that only works now for google chrome browser.