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
Allow all custom attributes on .NET Core.
Allow specific (nullability) custom attributes on .NET Framework.
Debugger needs to trigger an event that notifies Reflection to invalidate caches in the debuggee - via func-eval.
The event has well-known full name with specific signature. It may be declared in any assembly and have any accessibility. Design with BCL.
Allow all custom attributes on .NET Core.
Allow specific (nullability) custom attributes on .NET Framework.
The event has well-known full name with specific signature. It may be declared in any assembly and have any accessibility. Design with BCL.