Moving to .NET5 and .NET6 #196
Replies: 3 comments 17 replies
-
I think by removing .NET standard 2.0 support will brake the compatibility with .NET Framework. Correct if I'm wrong here! |
Beta Was this translation helpful? Give feedback.
-
I'm supportive of the move to .NET 6.0 once its mainstream and part of the releases for win 10/11. I shot myself in the foot when I moved to .NET 5.0 before it became a full release on win 10 (rather than a download from MS). The interaction with triggering the .NET 5.0 download broke because MS moved it's on download page. I'm building in .NET 5.0 at the moment, but still using Sharpdx (until I get the FMV working). I agree with @SuRGeoNix though, my tools are written WPF .NET framework, which might pose an issue for me if .NET Framework breaks (when I migrate my tools to Vortice). Edit: Windows Forms also supports .NET Core 3.1 and .NET 5.0 which is my real concern so there maybe no issue for me here. |
Beta Was this translation helpful? Give feedback.
-
I'm against this move. .NET Standard (+ .NET Framework) is still too popular to be dismissed. SharpGen even supports 1.1+ (will become 1.3+ soon, though). I understand that you don't want to add too many TFMs (like |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
.NET 6 is arround the corner and I plan to move from .NET Standard 2.0 to .NET5 e .NET6, to take advantage of new language features and improvements (MemoryMarshal, Span) etc.
If you find any trouble feel free to suggest.
@SuRGeoNix, @h1cks, @andrew-boyarshin
Beta Was this translation helpful? Give feedback.
All reactions