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

[9.0] Source-build issue in stage 2 build #10364

Closed
NikolaMilosavljevic opened this issue Oct 2, 2024 · 2 comments · Fixed by #10365
Closed

[9.0] Source-build issue in stage 2 build #10364

NikolaMilosavljevic opened this issue Oct 2, 2024 · 2 comments · Fixed by #10365

Comments

@NikolaMilosavljevic
Copy link
Member

Originally created in source-build repo: dotnet/source-build#4641

Stage 2 build is failing in vstest with the following error:

    /vmr/src/vstest/src/Microsoft.TestPlatform.PlatformAbstractions/common/Tracing/PlatformEqtTrace.cs(87,5): error IDE0032: Use auto property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0032) [/vmr/src/vstest/src/Microsoft.TestPlatform.PlatformAbstractions/Microsoft.TestPlatform.PlatformAbstractions.csproj::TargetFramework=net9.0]

Test build (internal link): https://dev.azure.com/dnceng/internal/_build/results?buildId=2550295&view=logs&j=3121c41d-6088-53a5-4ef6-9a86f3460fe9&t=334539f4-dcef-5cad-a240-02997b3146e7

This can be reproduced in vstest repo builds by updating SDK to the latest 9.0 build.

cc @nohwnd

@NikolaMilosavljevic
Copy link
Member Author

There's another vstest issue: https://dev.azure.com/dnceng/internal/_build/results?buildId=2551180&view=logs&j=3121c41d-6088-53a5-4ef6-9a86f3460fe9&t=334539f4-dcef-5cad-a240-02997b3146e7

    /vmr/src/vstest/src/Microsoft.TestPlatform.CoreUtilities/Output/ConsoleOutput.cs(15,5): error IDE0032: Use auto property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0032) [/vmr/src/vstest/src/Microsoft.TestPlatform.CoreUtilities/Microsoft.TestPlatform.CoreUtilities.csproj::TargetFramework=net9.0]

I'm not sure why the build is only reporting some of them at the time.

@nohwnd

@nohwnd
Copy link
Member

nohwnd commented Oct 3, 2024

pushed fix for the other one as well. Please keep reporting them.

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 a pull request may close this issue.

2 participants