SceneGate / Yarhl

Framework for the implementation of format converters like game assets or media files
https://scenegate.github.io/Yarhl/
MIT License
60 stars 10 forks source link

Deprecate .NET Framework #178

Closed pleonex closed 2 years ago

pleonex commented 2 years ago

Description

Maintaining .NET Framework started to take more time than its potential benefits. .NET 6 is an LTS release, stable and plenty of known frameworks already are supported. We can make cross-platform UI, web and more. Deprecating .NET Framework will allow to start making use the Span<> for efficient API (IO, Encodings, ...) and the new behavior of FileStream with symbolic link support. It allows to use more C# features, including full support of nullable as required for this PR.