-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update Assembly.IsFullyTrusted and AppDomain.IsFullyTrusted properties for .NET Core/5+ behaviour #10343
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
Conversation
…es for .NET Core/5+ behaviour
Learn Build status updates of commit 435c2d1: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
xml/System.Reflection/Assembly.xml
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
This comment was marked as outdated.
This comment was marked as outdated.
Learn Build status updates of commit 9204e7f: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 5f8b34d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
|
Learn Build status updates of commit ace30ef: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Summary
Assembly.IsFullyTrusted
andAppDomain.IsFullyTrusted
properties return set values in .NET Core/5+. Make the docs call that out.cc @dotnet/appmodel @jkotas