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

NetStandard with ResX support? #17

Open
maxkatz6 opened this issue Oct 29, 2019 · 0 comments
Open

NetStandard with ResX support? #17

maxkatz6 opened this issue Oct 29, 2019 · 0 comments

Comments

@maxkatz6
Copy link

Hi!
Since lib generates WinRT related code and uses only ResW, we can't use it in NetStandard1.4 (or any else netstandard) projects.
I see, that repository is called 'ReswPlus', but it looks like self limitation.

I think next solution:

  1. If developer is initializing ReswPlus on .resw file - then use WinRT resources.
  2. If developer is initializing ReswPlus on .resx file - then use .Net resources.
  3. MarkupExtension and other platform specific classes could be in separated nuget package.

Someone could wish markup extensions for Xamarin/Wpf/Avalonia, but it could be implemented in future. WinRT dependency blocks it now.

Thanks.

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

No branches or pull requests

1 participant