Skip to content
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 .NET Standard 2.0 support (multi-targeting) #20

Open
xperiandri opened this issue Nov 1, 2021 · 3 comments
Open

Add .NET Standard 2.0 support (multi-targeting) #20

xperiandri opened this issue Nov 1, 2021 · 3 comments

Comments

@xperiandri
Copy link

As long as this library does not support any .NET 5 specifics I ask to add .NET Standard 2.0 support. Because the library cannot be used in UWP and Uno apps, as UWP does not support .NET 5 yet.

@lfr
Copy link
Owner

lfr commented Nov 4, 2021

Hi @xperiandri, is there any plan that you're aware of for UWP to support .NET 5?

@xperiandri
Copy link
Author

Unfortunately, it is impossible now.
https://platform.uno/blog/recent-uwp-and-net-5-net-6-news-and-uno-platform-plans/
Microsoft does not plan to add such support so that I need to wait until the UWP features are ported to WinUI which can last for a year or two

@lfr
Copy link
Owner

lfr commented Nov 4, 2021

Couldn't you use the older version until UWP/Uno support the new .Net? The functionality is the same, only the API is slightly different.

You can get a sense of the old API by checking an an older version of the GitHub, but essentially it's called "Blocks" instead of "Boxes" and the namespaces are FSharp.ValidationBlocks instead of FSharp.Domain.Valication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants