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

Document new STJ diagnostics and fix diagnostic id conflicts. #87980

Merged

Conversation

eiriktsarpalis
Copy link
Member

@eiriktsarpalis eiriktsarpalis commented Jun 23, 2023

Following up on #87950 (comment) this PR documents the recently added diagnostics to STJ. It also addresses a couple of conflicts, since it appears that they overran the pre-allocated id range for STJ. This PR pre-allocates a separate block between SYSLIB1220-SYSLIB229 for use by STJ.

cc @layomia

@ghost
Copy link

ghost commented Jun 23, 2023

Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis
See info in area-owners.md if you want to be subscribed.

Issue Details

Following up on #87950 (comment) this PR documents the recently added diagnostics to STJ. It also addresses a couple of conflicts, since it appears that they overran the pre-allocated id range for STJ. This PR pre-allocates a separate block between SYSLIB1220-SYSLIB229 for use by STJ.

Author: eiriktsarpalis
Assignees: eiriktsarpalis
Labels:

area-System.Text.Json

Milestone: -

@eiriktsarpalis eiriktsarpalis added this to the 8.0.0 milestone Jun 23, 2023
@eiriktsarpalis eiriktsarpalis requested a review from krwq June 23, 2023 18:42
| __`SYSLIB1216`__ | *_`SYSLIB1214`-`SYSLIB1219` reserved for Microsoft.Extensions.Options.SourceGeneration.* |
| __`SYSLIB1217`__ | *_`SYSLIB1214`-`SYSLIB1219` reserved for Microsoft.Extensions.Options.SourceGeneration.* |
| __`SYSLIB1218`__ | *_`SYSLIB1214`-`SYSLIB1219` reserved for Microsoft.Extensions.Options.SourceGeneration.* |
| __`SYSLIB1219`__ | *_`SYSLIB1214`-`SYSLIB1219` reserved for Microsoft.Extensions.Options.SourceGeneration.* |
Copy link
Member Author

Choose a reason for hiding this comment

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

cc @tarekgh I bumped the upper bound for the Options SG to SYSLIB1219 so that the STJ block can start at SYSLIB1220

@eiriktsarpalis eiriktsarpalis merged commit dbf3a16 into dotnet:main Jun 26, 2023
@eiriktsarpalis eiriktsarpalis deleted the fix/diagnostic-documentation branch June 26, 2023 15:38
@ghost ghost locked as resolved and limited conversation to collaborators Jul 26, 2023
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.

2 participants