Skip to content

Unconditionally enable updated-memory-safety-rules in CoreLib#127982

Draft
Copilot wants to merge 5 commits intomainfrom
copilot/add-updated-memory-safety-rules
Draft

Unconditionally enable updated-memory-safety-rules in CoreLib#127982
Copilot wants to merge 5 commits intomainfrom
copilot/add-updated-memory-safety-rules

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 9, 2026

Remove the conditional EnableUpdatedMemorySafetyRules opt-in and unconditionally add updated-memory-safety-rules to the compiler features in System.Private.CoreLib.csproj.

<!-- Before -->
<UnsafeV2Features Condition="'$(EnableUpdatedMemorySafetyRules)' == 'true'">;updated-memory-safety-rules</UnsafeV2Features>
<Features>$(Features);runtime-async=on$(UnsafeV2Features)</Features>

<!-- After -->
<Features>$(Features);runtime-async=on;updated-memory-safety-rules</Features>

@dotnet-policy-service
Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status
Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants