Uh oh!
There was an error while loading. Please reload this page.
Attribute targets on unions - #17389
Merged
Merged
Conversation
Contributor
❗ Release notes required
|
edgarfgp
marked this pull request as ready for review
July 8, 2024 15:17
edgarfgp
commented
Jul 8, 2024
ContributorAuthor
This is ready. |
psfinaki
approved these changes
Jul 8, 2024
edgarfgp
commented
Jul 10, 2024
ContributorAuthor
Can I get another review please ? |
psfinaki
commented
Jul 12, 2024
Contributor
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
vzarytovskii
approved these changes
Jul 16, 2024
vzarytovskii
commented
Jul 16, 2024
Member
Just a sanity check, |
ContributorAuthor
@vzarytovskii Yes. There are dedicated tests that proves that |
edgarfgp
commented
Jul 17, 2024
ContributorAuthor
Any chance to get this merged before the nullable PR ? |
Member
Uh oh, I didn't notice the comment before I've pressed merge button, sorry :( |
edgarfgp
commented
Jul 18, 2024
ContributorAuthor
Ok,this is green again |
psfinaki
commented
Jul 22, 2024
Contributor
Thanks @edgarfgp, merging now :) |
This was referenced Jul 25, 2024
This was referenced Sep 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up: #17207
Unions compile down to a
classorstructsharplab.This PR enforces the new rules on
unions.Old rules
New Rules
[<Struct>]Before sharplab
After
Checklist