You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically we can enable this for the .NET package too. We need to understand what's the impact of enabling this and decide if we want to change how it works.
The .NET Framework build is executed when running the AzureDevOps extension tasks on Windows machines. The .NET build is executed on the other operating systems (Ubuntu, macOS, ...)
Another question is if we really need both of them. Can't we include in the extension only the dotnet package and run it everywhere?
We should also improve the documentation, as requested by the community - for example here.
The text was updated successfully, but these errors were encountered:
Description
Automatic coverage detection and conversion runs only for the .NET Framework package. See:
sonar-scanner-msbuild/src/SonarScanner.MSBuild.PostProcessor/PostProcessor.cs
Lines 87 to 89 in 6e58e9b
Technically we can enable this for the .NET package too. We need to understand what's the impact of enabling this and decide if we want to change how it works.
The .NET Framework build is executed when running the AzureDevOps extension tasks on Windows machines. The .NET build is executed on the other operating systems (Ubuntu, macOS, ...)
Another question is if we really need both of them. Can't we include in the extension only the dotnet package and run it everywhere?
We should also improve the documentation, as requested by the community - for example here.
The text was updated successfully, but these errors were encountered: