Announcing .NET Core 2.0
blogs.msdn.microsoft.com
Announcing .NET Core 2.0
1–10 of 145 posts
Re: Announcing .NET Core 2.0
#2https://blogs.msdn.microsoft.com/visualstudio/2017/08/14/vis...
Re: Announcing .NET Core 2.0
#3I know VB .Net might be implicit here, but I am not so sure as I dont hear much about it anymore and I think it is no longer adding new features
And I know that there is some F# support
So aside from those two (VB .Net and F#) ... any other languages have serious support for .net core?
Re: Announcing .NET Core 2.0
#4Beside C#, what other languages are considered to have first class support I know VB .Net might be implicit here, but I am not so sure as I dont hear much about it anymore and I think it is no longer adding new features And I know that there is some F# support So aside from those two (VB .Net and F#) ... any other languages have serious support for .net core?
FYI... interesting collection of .net core stuff here: https://github.com/thangchung/awesome-dotnet-core
Re: Announcing .NET Core 2.0
#5Re: Announcing .NET Core 2.0
#6Looks like VS 15.3 is official too https://blogs.msdn.microsoft.com/visualstudio/2017/08/14/vis...
Re: Announcing .NET Core 2.0
#7One critique:
Why break semver?
https://github.com/dotnet/standard/blob/master/docs/faq.md#w...
Like I get that it feels like a big change (and it is), but you've gone and confused a huge population of library writers and users with the major version bump.
https://github.com/search?q=netstandard2.0&type=Issues&utf8=...
How many of those are irrelevant or invalid? That's just github. I already see the noise being created in slack and gitter channels as well.
Other than that I think dotnet core is an amazing engineering effort and I've been happy using F# on OSX with it.
Re: Announcing .NET Core 2.0
#8I'm enjoying reaping the rewards of all the dotnet core work in my F# projects. One critique: Why break semver? https://github.com/dotnet/standard/blob/master/docs/faq.md#w... Like I get that it feels like a big change (and it is), but you've gone and confused a huge population of library writers and users with the major version bump. https://github.com/search?q=netstandard2.0&type=Issues&utf8=... How many of those a…
Re: Announcing .NET Core 2.0
#9Beside C#, what other languages are considered to have first class support I know VB .Net might be implicit here, but I am not so sure as I dont hear much about it anymore and I think it is no longer adding new features And I know that there is some F# support So aside from those two (VB .Net and F#) ... any other languages have serious support for .net core?
Re: Announcing .NET Core 2.0
#10I'm enjoying reaping the rewards of all the dotnet core work in my F# projects. One critique: Why break semver? https://github.com/dotnet/standard/blob/master/docs/faq.md#w... Like I get that it feels like a big change (and it is), but you've gone and confused a huge population of library writers and users with the major version bump. https://github.com/search?q=netstandard2.0&type=Issues&utf8=... How many of those a…
do you still need to install mono in addition to core to get autocomplete on vscode ?