You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
If developer is initializing ReswPlus on .resw file - then use WinRT resources.
If developer is initializing ReswPlus on .resx file - then use .Net resources.
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.
The text was updated successfully, but these errors were encountered:
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:
Someone could wish markup extensions for Xamarin/Wpf/Avalonia, but it could be implemented in future. WinRT dependency blocks it now.
Thanks.
The text was updated successfully, but these errors were encountered: