-
-
Notifications
You must be signed in to change notification settings - Fork 265
New Fix Bracket Formatting Of List Analyzer and Fix Provider #1643
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
base: main
Are you sure you want to change the base?
Conversation
…mming of trailing white spaces
@dotnet-policy-service agree |
Hi @josefpihrt, I see that the build is failing on `/home/runner/work/roslynator/roslynator/src/CSharp/DetermineParameterTypeHelper.cs(48,46): error RS1024: Use 'SymbolEqualityComparer' when comparing symbols. The code is not part of my PR and I haven't changed something there. What am I supposed to do? Should I fix it? |
Yes, please fix it. |
@josefpihrt please re-run the build |
@josefpihrt The behavior of the build pipeline looks strange to me. As far as I see, Also why Do I miss some configuration or something other? To unblock PR I fixed the RS1024 warnings but I assume the pipeline will continue to fails. Could you advise if I move to correct direction? |
It might be that new .net, which was released after the latest build, ignores the setting to not build Should I just modify .github/workflows/build.yml and add |
@josefpihrt could you please at least restart the build? |
@josefpihrt please rerun the build again |
Hi @josefpihrt, The build in my branch fails with a lot of |
This is really weird. I'd suggest to undo changes made in .editorconfig to see if it helps. |
@josefpihrt thanks a lot! That helped! The behavior was not weird. I added Should be fixed now. Please re-run the build. |
@josefpihrt could you please re-run it again? The error doesn't look to me meaningful and all works locally. |
I'd suggest to run |
@josefpihrt done, please re-run |
omg, it complains about @josefpihrt please re-run |
@josefpihrt please re-run the build |
Typos are fixed. @josefpihrt please re-run the build again |
I excluded The second error looks strange to me and I am not sure what I can do about it. Let's probably re-run the build to check that it is not a fluke? Microsoft.NET.Sdk.targets(262,5): error NETSDK1216: Package Microsoft.Net.Sdk.Compilers.Toolset is not downloaded but it is needed because your MSBuild and SDK versions are mismatched. Ensure version 9.0.300 of the package is available in your NuGet source feeds and then run NuGet package restore from Visual Studio or MSBuild. |
@josefpihrt please re-run |
@josefpihrt could you please re-run the build? |
@AndreiShenets I'm totally busy at work and have no time to take a look at your MR. Sorry for that. |
@josefpihrt said to hear that but it is what it is. Regarding the build, I found that it is an issue with GitHub Actions: actions/runner-images#12303 I added a potential workaround. Please re-run the build to confirm. |
The PR contains:
SyntaxTriviaAnalysis.DetermineIndentation(...)
. In my case it is not desirable.The PR is one of the PRs I would like to raise to implement proposed in #1636 changes.
Potential next PRs are: