Skip to content

Comments

Updating EnC flag to support checking bit of .NET Framework.#5716

Merged
rcj1 merged 2 commits intodotnet:mainfrom
rcj1:framework-enc
Feb 14, 2026
Merged

Updating EnC flag to support checking bit of .NET Framework.#5716
rcj1 merged 2 commits intodotnet:mainfrom
rcj1:framework-enc

Conversation

@rcj1
Copy link
Contributor

@rcj1 rcj1 commented Feb 13, 2026

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the Edit and Continue (EnC) flag in the SOS debugger extension to support checking both .NET Framework and .NET Core runtime flags. The change addresses an issue where the flag only checked for .NET Core's EnC bit, missing the .NET Framework's bit.

Changes:

  • Updated IS_EDIT_AND_CONTINUE flag from 0x00000008 to 0x00000208 to check both .NET Framework (bit 9) and .NET Core (bit 3) EnC flags

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@hoyosjs hoyosjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even with that - I don't see this as a think that will break folks

@rcj1 rcj1 merged commit 8911032 into dotnet:main Feb 14, 2026
19 checks passed
@rcj1 rcj1 deleted the framework-enc branch February 14, 2026 00:33
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

Successfully merging this pull request may close these issues.

3 participants