Re: Core 3.0 and C# 8

2019-09-28 Thread Stephen Price
I've upgraded a project with some minor changes (method calls no longer needed, AddDefaultUI() for example) and all works locally. Deployed to Azure and entirely broken. Turns out all of Azure web apps seem to be running core 2.2. There is an Azure status dashboard which shows all of the

Re: Core 3.0 and C# 8

2019-09-28 Thread steven
I have Core 3.0 in VS2019CE Preview, but not available in VS2019CE (out of the box - I have not touched any project files etc) as per the comments on https://stackoverflow.com/questions/55032756/asp-net-core-3-0-not-showing-on-visual-studio-2019 Steve. Original