SSWConsulting / SSWConsulting/SSW.CleanArchitecture
🐛 Invesigate IDE0055 errors in Github Actions Runners (Linux/Unix)
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 199
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Cc:
Hi
There is a bug when enforcing CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
https://github.com/dotnet/roslyn/issues/55526
https://github.com/Lombiq/.NET-Analyzers/issues/71
https://stackoverflow.com/questions/74520406/devops-build-reporting-ide0055-errors-while-local-build-does-not
We have ignored the warning is the Extensions.cs file for now.
Search for TODO: Investigate and fix IDE0055 warnings on Unix (runners)
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search for TODO: Investigate and fix IDE0055 warnings on Unix (runners) and inspect the ignored warning in Extensions.cs. Compare GitHub Actions runner behavior with local builds and the linked reports, then confirm the fix by enforcing CodeAnalysisTreatWarningsAsErrors without IDE0055 failures on Linux/Unix runners.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100