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

[release/8.0] Options Source Gen Fixes #91432

Merged
merged 4 commits into from
Sep 1, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 31, 2023

Fixes #90990
Fixes #91073

Backport of #91363 to release/8.0

/cc @tarekgh

Customer Impact

The options validation source generator was introduced in .NET 8.0. The changes made here serve to finalize this feature while addressing reliability and performance issues.

Testing

Regression tests in addition to adding more tests to cover the newly introduced scenarios.

Risk

While the modifications did introduce some minor alterations to the generated code, they did not impact the underlying logic of how the generated code functions, except for addressing the listed issues. There were no significant revisions made to the source generator itself.

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

@ghost
Copy link

ghost commented Aug 31, 2023

Tagging subscribers to this area: @dotnet/area-extensions-options
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #91363 to release/8.0

/cc @tarekgh

Customer Impact

Testing

Risk

IMPORTANT: If this backport is for a servicing release, please verify that:

  • The PR target branch is release/X.0-staging, not release/X.0.

  • If the change touches code that ships in a NuGet package, you have added the necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-Extensions-Options

Milestone: -

@tarekgh tarekgh added this to the 8.0.0 milestone Aug 31, 2023
@tarekgh tarekgh self-assigned this Aug 31, 2023
@tarekgh tarekgh added the Servicing-consider Issue for next servicing release review label Aug 31, 2023
@tarekgh
Copy link
Member

tarekgh commented Aug 31, 2023

CC @jeffhandley

Copy link
Member

@jeffhandley jeffhandley left a comment

Choose a reason for hiding this comment

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

This is approved for RC2. It improves performance/quality of a new .NET 8 feature.

@carlossanlop to merge once CI completes

@carlossanlop carlossanlop added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Aug 31, 2023
@carlossanlop carlossanlop merged commit ee24056 into release/8.0 Sep 1, 2023
104 of 110 checks passed
@carlossanlop carlossanlop deleted the backport/pr-91363-to-release/8.0 branch September 1, 2023 18:30
@radical radical mentioned this pull request Sep 26, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Extensions-Options Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants