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

Temporary fix on patching SDK for System.Security.Cryptography.Pkcs.dll #8508

Closed
heng-liu opened this issue Aug 27, 2019 · 0 comments
Closed
Assignees

Comments

@heng-liu
Copy link
Contributor

heng-liu commented Aug 27, 2019

When implementing verification and signing, we bring in System.Security.Cryptography.Pkcs.dll and several dlls for netstandard2.1, which is in extension but not in netcoreapp3.x/5.0.
So we encounter an exception of System.Security.Cryptography.Pkcs.dll not found in patching tests as those dlls are not brought in in SDK.
For now, we need to temporary copy those dlls and update the deps.json files in patching.
For permeate fix, we need to wait for SDK team bring in those dlls.

Should create an SDK issue and point to it.
dotnet/sdk#3629
#8570

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