RE: Core 3.0 and C# 8

2019-09-29 Thread Nick Randolph
From: ozdotnet-boun...@ozdotnet.com On Behalf Of Stephen Price Sent: Monday, 30 September 2019 12:37 PM To: ozDotNet Subject: Re: Core 3.0 and C# 8 Hah! No, I took a guess. I'll try out the x86 one. Thanks! From: ozdotnet-boun...@ozdotnet.com<mailto:ozdo

Re: Core 3.0 and C# 8

2019-09-29 Thread Stephen Price
Hah! No, I took a guess. I'll try out the x86 one. Thanks! From: ozdotnet-boun...@ozdotnet.com on behalf of Nick Randolph Sent: Monday, 30 September 2019 10:19 AM To: ozDotNet Subject: RE: Core 3.0 and C# 8 You sure you’re App Service is x64? I think

RE: Core 3.0 and C# 8

2019-09-29 Thread Nick Randolph
of any emails or attached files. The views or opinions expressed are the author's own and may not reflect the views or opinions of Built to Roam Pty Ltd. From: ozdotnet-boun...@ozdotnet.com On Behalf Of Stephen Price Sent: Monday, 30 September 2019 10:01 AM To: ozDotNet Subject: Re: Core 3.0 and C#

Re: Core 3.0 and C# 8

2019-09-29 Thread Stephen Price
_ From: ozdotnet-boun...@ozdotnet.com on behalf of Nick Randolph Sent: Sunday, 29 September 2019 8:39 PM To: ozDotNet Subject: RE: Core 3.0 and C# 8 Hey have you tried adjusting the packaging options when publishing to Azure –There’s an option where it doesn’t rely on t

Re: Core 3.0 and C# 8

2019-09-29 Thread Stephen Price
f of Nick Randolph Sent: Sunday, 29 September 2019 8:39 PM To: ozDotNet Subject: RE: Core 3.0 and C# 8 Hey have you tried adjusting the packaging options when publishing to Azure –There’s an option where it doesn’t rely on the shared runtime which should mean that v3 will work even prior to A

Re: Core 3.0 and C# 8

2019-09-29 Thread Stephen Price
Subject: RE: Core 3.0 and C# 8 Hey have you tried adjusting the packaging options when publishing to Azure –There’s an option where it doesn’t rely on the shared runtime which should mean that v3 will work even prior to Azure being updated. I just tried it with a new ASP.NET Core v3 project

RE: Core 3.0 and C# 8

2019-09-29 Thread Nick Randolph
ressed are the author's own and may not reflect the views or opinions of Built to Roam Pty Ltd. From: ozdotnet-boun...@ozdotnet.com On Behalf Of Stephen Price Sent: Sunday, 29 September 2019 12:17 PM To: ozDotNet Subject: Re: Core 3.0 and C# 8 I've upgraded a project with some minor changes (method

Re: Core 3.0 and C# 8

2019-09-28 Thread Stephen Price
on behalf of ste...@malikoff.com Sent: Sunday, September 29, 2019 8:08:04 AM To: ozDotNet Subject: Re: Core 3.0 and C# 8 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

Re: Core 3.0 and C# 8

2019-09-28 Thread steven
Message Subject: Core 3.0 and C# 8 From:"Greg Keogh" Date:Fri, September 27, 2019 2:18 pm To: "ozDotNet" -- > Folks, > > I'm keen to experiment with C# 8 fe

Re: Core 3.0 and C# 8

2019-09-27 Thread Greg Keogh
> Can you update to 16.3 or 16.3.1? I think 16.3 was the version release for > .Net core 3 and C# 8. > I returned to my normal work PC which has VS2019 16.3.1 and all problems have vanished. Now I see that the machine I was running my tests on earlier today is 16.2.3. D'oh! (I didn't realise it

Re: Core 3.0 and C# 8

2019-09-27 Thread Jamie Surman
I think when I did this I had to manually edit the proj file like so:    netcoreapp3.0 Then you see it in the target framework list On Friday, 27 September 2019, 05:18:29 am GMT+1, Greg Keogh wrote: Folks, I'm keen to experiment with C# 8 features and get familiar early, but I can't

RE: Core 3.0 and C# 8

2019-09-26 Thread eddie.debear
Hi Greg, Can you update to 16.3 or 16.3.1? I think 16.3 was the version release for .Net core 3 and C# 8. Ed. From: ozdotnet-boun...@ozdotnet.com On Behalf Of Greg Keogh Sent: Friday, 27 September 2019 2:18 PM To: ozDotNet Subject: Core 3.0 and C# 8 Folks, I'm keen

Re: Core 3.0 and C# 8

2019-09-26 Thread David Rhys Jones
Hi You are using 2019 right. 2017 can't run 3.0. If you are using 2019. Download the installer again and the add the package from the list. Davy On Fri, 27 Sep 2019, 06:18 Greg Keogh, wrote: > Folks, > > I'm keen to experiment with C# 8 features and get familiar early, but I > can't get any

Core 3.0 and C# 8

2019-09-26 Thread Greg Keogh
Folks, I'm keen to experiment with C# 8 features and get familiar early, but I can't get any project to use it. In Visual Studio 2019 16.2.3 I've tried to create Standard, Core and Framework projects of all the latest versions, then set the Build Advanced Language Version to 8 or preview, but