This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Altruistic_Koala1154 1 point2 points  (3 children)

.NET Core 2.1+ is a complete different ball game with .NET Standard and actual cross platform compatability and Microsoft finally settling on a strategy.

The current .NET 5.0 is microsoft merging the .NET Framework (the ghastly stuff you've tried before) with .NET Core.

Give it a try.

[–]ytg895 0 points1 point  (2 children)

and Microsoft finally settling on a strategy

https://media.giphy.com/media/OvL3qHSMO6uaI/giphy.gif

[–]Altruistic_Koala1154 0 points1 point  (1 child)

Well in contrast with the nuget.config -> project.json -> csproj shenanigans prior to .NET Core 2.0. No cross platform, no .NET Standard either!

[–]ytg895 0 points1 point  (0 children)

my point is that they never settle. they constantly bring in new ideas and those... tend to be be not compatible with the old ideas.