The Wayback Machine - https://web.archive.org/web/20220201073224/https://github.com/dotnet/aspnetcore/pull/39895
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

Update SDK to 7.0.100-preview.2.22078.1 #39895

Merged
merged 4 commits into from Feb 1, 2022
Merged

Update SDK to 7.0.100-preview.2.22078.1 #39895

merged 4 commits into from Feb 1, 2022

Conversation

@captainsafia
Copy link
Contributor

@captainsafia captainsafia commented Jan 31, 2022

Weekly build-ops rotation update.

@captainsafia captainsafia requested a review from as a code owner Jan 31, 2022
@dougbu
Copy link
Member

@dougbu dougbu commented Jan 31, 2022

@captainsafia the new SDK updates the edit configuration or how it's interpreted; doesn't seem to like spacing in e.g.

<[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]T>

@captainsafia
Copy link
Contributor Author

@captainsafia captainsafia commented Jan 31, 2022

@dougbu Yep, I'm trying to grok why it no longer respects the fact that we have IDE0055 silenced/reduced to warning in our editor config.

EDIT: I know we recently did some rejigging with our WarningsAsErrors flag but from my understanding that only affected the behavior in VS (disabling the flag in that scenario).

EDIT 2: Making the following changes seems to resolve the issues so I'll just do that to unblock.

- <[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]T>
+ <[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] T>

Copy link
Member

@TanayParikh TanayParikh left a comment

LGTM though looks like the CI found some more IDE0055.

@pranavkm
Copy link
Contributor

@pranavkm pranavkm commented Jan 31, 2022

The rule is enabled in CLI builds and the CLI update is discovering new places that weren't previously being flagged. Seems fine.

@captainsafia captainsafia enabled auto-merge (squash) Jan 31, 2022
@captainsafia captainsafia merged commit 15fa3ad into main Feb 1, 2022
25 checks passed
@captainsafia captainsafia deleted the safia/update-sdk branch Feb 1, 2022
@msftbot msftbot bot added this to the 7.0-preview2 milestone Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants