Bart Koelman

Results 122 comments of Bart Koelman

One way to accomplish this is by using the GitHub CLI, such as [here](https://github.com/SteeltoeOSS/Steeltoe/blob/main/.github/workflows/Steeltoe.All.yml#L145): ``` run: gh pr comment $PR_NUMBER --edit-last --create-if-none --body-file coveragereport/Summary.md env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER:...

Should also turn on the source generator for regular expressions.

In .NET 9, the usage of source generators causes errors in code analyzers, which is explained at https://github.com/dotnet/roslyn/issues/75483#issuecomment-2502565487. To summarize: the experience currently is crippled, in an attempt to address...

It's _impossible_ for me to view your new ticking system. Because I _can't_ create an account there. Whether I try to sign up using Google, Microsoft, or my company's email...

Yeah, these things are usually hard to diagnose. I was just guessing, without looking at the source code. It may as well be a race condition somewhere in Sonar code...

Hi @martin-strecker-sonarsource, thanks for looking into this. We maintain a copy of Aspire's generator because there's no NuGet package for it. It executes during build, producing a JSON schema file...

The failure on Ubuntu was months ago, those logs have been cleaned up by now. Pipeline yaml files are at https://github.com/SteeltoeOSS/Steeltoe/tree/main/build and https://github.com/SteeltoeOSS/Steeltoe/blob/main/azure-pipelines.yml. What's the performance impact on activating verbose...