We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See microsoft/testfx#4845
We already treat warnings as errors, and are already setting IDE0052 as warning
https://github.com/microsoft/testfx/blob/5134979a76d84c23bff7cea65128348dd67e9598/.editorconfig#L152
We are also setting EnforceCodeStyleInBuild:
https://github.com/microsoft/testfx/blob/5134979a76d84c23bff7cea65128348dd67e9598/eng/Analyzers.props#L7
However, build is green already without the changes from microsoft/testfx#4845
I don't have a minimal repro so far :(
The text was updated successfully, but these errors were encountered:
microsoft/testfx#4895 is another case where the analyzer fails to produce a warning.
Sorry, something went wrong.
Looks like we may be encountering the bug that was recently fixed in #76335
No branches or pull requests
See microsoft/testfx#4845
We already treat warnings as errors, and are already setting IDE0052 as warning
https://github.com/microsoft/testfx/blob/5134979a76d84c23bff7cea65128348dd67e9598/.editorconfig#L152
We are also setting EnforceCodeStyleInBuild:
https://github.com/microsoft/testfx/blob/5134979a76d84c23bff7cea65128348dd67e9598/eng/Analyzers.props#L7
However, build is green already without the changes from microsoft/testfx#4845
I don't have a minimal repro so far :(
The text was updated successfully, but these errors were encountered: