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

Use a serialization compatible marker #73851

Merged
merged 3 commits into from
Jun 12, 2024

Conversation

davidwengier
Copy link
Contributor

FatalError tries to tag exceptions so that they don't get reported twice, but it uses a plain object which fails serialization/deserialization if that exception ever crosses a json rpc boundary that uses System.Text.Json. This PR changes it to something serializable.

@davidwengier davidwengier requested a review from dibarbet June 4, 2024 22:39
@davidwengier davidwengier requested a review from a team as a code owner June 4, 2024 22:39
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 4, 2024
@dibarbet dibarbet requested a review from jasonmalinowski June 4, 2024 23:09
@davidwengier davidwengier enabled auto-merge June 4, 2024 23:30
@dibarbet dibarbet disabled auto-merge June 4, 2024 23:40
@dibarbet
Copy link
Member

dibarbet commented Jun 4, 2024

(disabling automerge, think it needs 2 compiler reviews)
@dotnet/roslyn-compiler for reviews

@davidwengier
Copy link
Contributor Author

Whoops, thank you, didn't notice this was in the compiler

@davidwengier davidwengier requested a review from a team as a code owner June 11, 2024 23:32
@davidwengier
Copy link
Contributor Author

Ping @dotnet/roslyn-compiler for reviews please. Very small change to shared code

@davidwengier davidwengier merged commit f8ad77d into dotnet:main Jun 12, 2024
28 checks passed
@davidwengier davidwengier deleted the ReportMarker branch June 12, 2024 07:54
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Jun 12, 2024
@jjonescz jjonescz modified the milestones: Next, 17.11 P3 Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants