Bert

Results 209 comments of Bert

The [**dotnet-delice**](https://github.com/aaronpowell/dotnet-delice) tool can be used to generate a license list (see attachment) and uploading the data to SonarQube could be a first step. [licenses.zip](https://github.com/porscheinformatik/sonarqube-licensecheck/files/4460422/licenses.zip)

Hi @mburumaxwell, thank you for this great Azure DevOps extension. I was waiting a long time for [dependabot support](https://developercommunity.visualstudio.com/t/native-dependabot-integration/811072?from=email&viewtype=all#T-ND1451780) with Azure DevOps pipelines. I used already this [azure-dependabot solution](https://github.com/acraven/azure-dependabot) in...

Hallo @guwirth, @ivangalkin, I was also looking into this improvement and used the implementation from the python plugin as template. Unfortunately I am busy with urgent project topics and postponed...

Hi @ivangalkin, i am still busy with other tasks and we need some more time to revert a former decision to remove CDT (see #272, #640). >Conceptually, youre right: why...

Replacing the parser will change the behavior of the plugin and I am not sure how fast the CDT will be adapted to a new C++ standard e.g. C++20 e.g....

I do not like using 2 parsers for the AST in a plug-in and losing the sslr-cxx-toolkit is a major drawback. CDT also adds 15 MB to the plug-in which...

@guwirth @ivangalkin This PR is not a proper solution for SymbolTable because a second independent AST parser only for SymbolTable is introduced and the existing AST parser is still active....

Please use [Directory.Build.props and Directory.Build.targets](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022#directorybuildprops-and-directorybuildtargets) instead of "common.props". `OutputPath` property is a **relativ path** and `BaseOutputPath `should be used. see also [.NET 8.0 SDK Artifacts output layout](https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output)

This PR was closed because it is outdated.

> Can you try to enable the feature? https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/MSBuildIntegration.md#methods-that-do-not-return (same element for the collector integration) > > it's disabled by default because we had some issue with this feature that...