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

Ignore IDE0044 for vstest #18100

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Ignore IDE0044 for vstest #18100

merged 2 commits into from
Jan 4, 2024

Conversation

mthalman
Copy link
Member

@mthalman mthalman commented Jan 4, 2024

@mthalman mthalman requested a review from a team as a code owner January 4, 2024 16:41
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
@mthalman mthalman enabled auto-merge (squash) January 4, 2024 16:54
@mthalman mthalman merged commit 892f850 into dotnet:main Jan 4, 2024
16 checks passed
@mthalman mthalman deleted the vstest branch January 4, 2024 17:53
@@ -6,6 +6,9 @@
<BuildCommandArgs>$(BuildCommandArgs) /p:SemanticVersioningV1=true</BuildCommandArgs>
<BuildCommand>$(ProjectDirectory)\eng\common\build$(ShellExtension) $(BuildCommandArgs)</BuildCommand>
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>

<!-- https://github.com/dotnet/source-build/issues/3814 -->
<NoWarn>$(NoWarn),IDE0044</NoWarn>
Copy link
Member

Choose a reason for hiding this comment

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

Curious, where is that NoWarn setting respected when building the repo?

Copy link
Member

Choose a reason for hiding this comment

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

Viktor brings up a good point that I overlooked. The NoWarn infra was removed with #17712.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep, I just saw that myself. Confirmed that the build is not fixed by this. My bad. I will create a patch to address the code fixes. They are pretty simple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VMR stage 2 build fails in vstest with IDE0044 errors
5 participants