-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .NET5 support #181
Comments
netcore3 is not a good idea. netcore3 does not support Xamarin.iOS/Xamarin.Android/UWP. |
OK C# 8 + netstandard 2.1 |
netstandard2.1 removes .net framework and uwp support so I would recommend netstandard 2.0 |
Thank you! :) |
@prepare I recommend using https://www.nuget.org/packages/Nullable/ for nullable annotation attributes for Nullable Reference Types and https://www.nuget.org/packages/System.Memory/ for using Span and friends in .NET Standard 2.0. |
nullable -1 |
@zwcloud, please explain
|
This should be reopened as there are still netframework2 projects in this repo! .NET Framework 4.6.1 was introduced 5 years ago. What is the need to support older .net frameworks? It is bound to make this repo a huge mess. |
see : https://docs.microsoft.com/en-us/nuget/create-packages/multiple-target-frameworks-project-file Why I need to support .net framework 2.0 I still need to maintenance it. I want them to update but I can't at this time. please understand me too :) my long term plan=> move to .net5 |
These users are still on XP? So they don't mind that they haven't updated their hardware for 11 years, haven't had OS feature updates for 12 years and security updates for 6 years so are blocked from accessing the internet, but they still want to receive updates from LayoutFarm?? You post these updates to them on floppy discs? |
Most of machines are Win7 (.net2.0-3.5) , behind corporation firewall, blocked from accessing to internet. a very few numbers are WinXP. They are replacing the old machine with the new Win10 machines. |
.NET5 WIP soon |
dotnet5 was scaled back so doens't support Android/iOS/UWP, with these plans pushed back to dotnet6. Regardless, a first step is to go netstandard2.0 only.
How is this process going? |
OK :)
The process will be finished about this December 2020. |
.Net 5 is compatible with .NetStandard2. Is there a reason to separate them? I. e. will this library benefit of .Net 5.0 APIs which are not available in .Net Standard 2.0? If not, there is no reason to separately target .Net 5.
|
The 3 main repositories (HtmlRender, PixelFarm, Typography)
will be moved to .netcore3 and beyond
:)
The text was updated successfully, but these errors were encountered: