Skip to content
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

Delete legacy HRESULTs and error messages #68252

Merged
merged 2 commits into from
Apr 20, 2022
Merged

Delete legacy HRESULTs and error messages #68252

merged 2 commits into from
Apr 20, 2022

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Apr 20, 2022

Number of HRESULTs and error messages related to GAC, CAS and other concepts remove in .NET Core
existed just to providing mapping in Marshal.GetExceptionForHR API. They were otherwise unused.

Deleting these HRESULTs is observable behavior change of Marshal.GetExceptionForHR. It should be
acceptable change given that these HRESULTs are never returned by the runtime and very unlikely to
be used by user code.

Number of HRESULTs and error messages related to GAC, CAS and other concepts remove in .NET Core
existed just to providing mapping in Marshal.GetExceptionForHR API. They were otherwise unused.

Deleting these HRESULTs is observable behavior change of Marshal.GetExceptionForHR. It should be
acceptable change given that these HRESULTs are never returned by the runtime and very unlikely to
be used by user code.
@ghost ghost assigned jkotas Apr 20, 2022
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@jkotas
Copy link
Member Author

jkotas commented Apr 20, 2022

@jkotas jkotas merged commit 3b99f31 into dotnet:main Apr 20, 2022
@jkotas jkotas deleted the HRESULTs branch April 20, 2022 14:49
directhex pushed a commit to directhex/runtime that referenced this pull request Apr 21, 2022
Number of HRESULTs and error messages related to GAC, CAS and other concepts remove in .NET Core
existed just to provide mapping in Marshal.GetExceptionForHR API. They were otherwise unused.

Deleting these HRESULTs is observable behavior change in Marshal.GetExceptionForHR. It should be
acceptable change given that these HRESULTs are never returned by the runtime and very unlikely to
be used by user code.
@ghost ghost locked as resolved and limited conversation to collaborators May 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants