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
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
6 UAP tests in the solution throw NotImplementedByReferenceAssemblyException because UAP consumes the netstandard2.0 build of the library instead of a build of the library that contains UAP-specific code.
Any update on this issue @AArnott ? We are looking forward to taking the 2.1 update on an app we have that runs on Android, iOS and UWP. Currently we have branching logic on the UWP since the OOB dotnet crypto is actually a little faster than the WinRT implementation.
I haven't had time to spend on it yet. Not likely to for the next month or so either.
I will say that targeting uap is often problematic. So if you'd like to try your hand at it, you're welcome to it if it's simple. If it's a lot of code changes, I think we should wait till my renovate branch merges to avoid a lot of merge conflicts.
6 UAP tests in the solution throw NotImplementedByReferenceAssemblyException because UAP consumes the netstandard2.0 build of the library instead of a build of the library that contains UAP-specific code.
See novotnyllc/MSBuildSdkExtras#237 for tracking issue.
The text was updated successfully, but these errors were encountered: