Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork275
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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…mming of trailing white spaces
AndreiShenets commentedApr 21, 2025
@dotnet-policy-service agree |
AndreiShenets commentedMay 1, 2025
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? |
josefpihrt commentedMay 1, 2025
Yes, please fix it. |
AndreiShenets commentedMay 1, 2025
@josefpihrt please re-run the build |
AndreiShenets commentedMay 2, 2025
@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? |
AndreiShenets commentedMay 2, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 |
AndreiShenets commentedMay 16, 2025
@josefpihrt could you please at least restart the build? |
AndreiShenets commentedMay 16, 2025
@josefpihrt please rerun the build again |
AndreiShenets commentedMay 25, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi@josefpihrt, The build in my branch fails with a lot of |
josefpihrt commentedMay 25, 2025
This is really weird. I'd suggest to undo changes made in .editorconfig to see if it helps. |
AndreiShenets commentedMay 25, 2025
@josefpihrt thanks a lot! That helped! The behavior was not weird. I added Should be fixed now. Please re-run the build. |
AndreiShenets commentedMay 25, 2025
@josefpihrt could you please re-run it again? The error doesn't look to me meaningful and all works locally. |
josefpihrt commentedMay 25, 2025
I'd suggest to run |
AndreiShenets commentedMay 25, 2025
@josefpihrt done, please re-run |
AndreiShenets commentedMay 25, 2025
omg, it complains about @josefpihrt please re-run |
AndreiShenets commentedMay 29, 2025
@josefpihrt please re-run the build |
AndreiShenets commentedMay 29, 2025
Typos are fixed. @josefpihrt please re-run the build again |
AndreiShenets commentedMay 29, 2025
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. |
AndreiShenets commentedMay 29, 2025
@josefpihrt please re-run |
AndreiShenets commentedJun 2, 2025
@josefpihrt could you please re-run the build? |
josefpihrt commentedJun 4, 2025
@AndreiShenets I'm totally busy at work and have no time to take a look at your MR. Sorry for that. |
AndreiShenets commentedJun 8, 2025
@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. |
AndreiShenets commentedJun 25, 2025
@josefpihrt Please re-run the build. MS Reports, that the issue is fixed. |
AndreiShenets commentedJul 5, 2025
@josefpihrt could you re-run the build? I hope they finally updated the image and it contains the fix. |
Uh oh!
There was an error while loading.Please reload this page.
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: