-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
CoreFX import for ProtectedData type (Windows part) #9375
CoreFX import for ProtectedData type (Windows part) #9375
Conversation
Is there still any point in having NativeDapiProtection.cs? |
no, I will delete it, thanks |
@@ -0,0 +1,11 @@ | |||
#include System.Security.dll.sources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update also winaot profile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Seems that xunit tests for ProtectedData need to be extracted to some separate test profiles for win32/winaot. |
At the moment I don't know what exactly test profile naming should be used. |
…ent out xunit tests because they are Windows-specific and there is no support for platform-specific xunit test sources.
At least on macOS the tests that failed show an actual problem with the managed implementation. I don't necessarily think it has to be solved within this PR, but there should probably be an issue tracking it. The path that the functions try to access on macOS is protected and read-only, maybe "/usr/local" instead of "/usr" would work. |
#9399 "ManagedProtection: System.UnauthorizedAccessException on MacOS" |
@monojenkins commit csproj |
As part of #7589