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

Support ExperimentalAttribute.Message #76060

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

AlekseyTs
Copy link
Contributor

Closes #75221

@AlekseyTs AlekseyTs requested a review from a team as a code owner November 23, 2024 18:43
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 23, 2024
@AlekseyTs AlekseyTs removed the untriaged Issues and PRs which have not yet been triaged by a lead label Nov 23, 2024
@AlekseyTs AlekseyTs requested a review from jcouv November 23, 2024 18:44
@@ -29,6 +29,8 @@ public sealed class ExperimentalAttribute : Attribute
public ExperimentalAttribute(string diagnosticId) { }

public string? UrlFormat { get; set; }

public string? Message { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

How should we track the update to the spec?
One option would be to move that doc to roslyn/docs/features and update it there, as this is more a compiler feature than a language feature (we enforce regardless of language version) anyways.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can update the spec in place. I see no value in moving the document around for the API change.

@jcouv jcouv self-assigned this Nov 25, 2024
@AlekseyTs
Copy link
Contributor Author

@jcouv, @dotnet/roslyn-compiler Please review

@AlekseyTs AlekseyTs requested a review from jcouv November 25, 2024 23:07
Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 2)

@AlekseyTs
Copy link
Contributor Author

@dotnet/roslyn-compiler For the second review.

@AlekseyTs AlekseyTs merged commit f5f8e95 into dotnet:main Nov 26, 2024
24 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ExperimentalAttribute.Message
3 participants