Skip to content

chore(deps): major update dependency coverlet.collector to 10.0.0#185

Open
cheetahbot wants to merge 1 commit intomainfrom
renovate/major-coverlet.collector-10.x
Open

chore(deps): major update dependency coverlet.collector to 10.0.0#185
cheetahbot wants to merge 1 commit intomainfrom
renovate/major-coverlet.collector-10.x

Conversation

@cheetahbot
Copy link
Copy Markdown
Contributor

@cheetahbot cheetahbot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence
coverlet.collector 8.0.110.0.0 age confidence

Release Notes

coverlet-coverage/coverlet (coverlet.collector)

v10.0.0

Improvements
  • Unique Report Filenames (coverlet.MTP and AzDO) #​1866
  • Add --coverlet-file-prefix option for unique report files #​1869
  • Introduce .NET 10 support #​1823
Fixed
  • Fix [BUG] Wrong branch rate on IAsyncEnumerable for generic type #​1836
  • Fix [BUG] Missing Coverage after moving to MTP #​1843
  • Fix [BUG] No coverage reported when targeting .NET Framework with 8.0.1 #​1842
  • Fix [BUG] Behavior changes between MTP and Legacy (msbuild) #​1878
  • Fix [BUG] Coverlet.MTP - Unable to load coverlet.mtp.appsettings.json #​1880
  • Fix [BUG] Coverlet.Collector produces empty report when Mediator.SourceGenerator is referenced #​1718 by https://github.com/yusyd
  • Fix [BUG] Crash during instrumentation (Methods using LibraryImport/DllImport have no body) #​1762
Maintenance
  • Add comprehensive async method tests and documentation for issue #​1864
  • Replace Tmds.ExecFunction Package in coverlet.core.coverage.tests #​1833
  • Add net9.0 and net10.0 targets #​1822

Diff between 8.0.1 and 10.0.0


Configuration

📅 Schedule: (in timezone Europe/Copenhagen)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "after 12pm and before 4pm every weekday"

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions
Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ API spectral 1 0 0 1.78s
⚠️ CSHARP csharpier 20 1 0 12.1s
⚠️ CSHARP dotnet-format yes 1 no 0.78s
⚠️ CSHARP roslynator 2 1 0 17.07s
✅ DOCKERFILE hadolint 1 0 0 0.07s
✅ JSON jsonlint 4 0 0 0.19s
⚠️ JSON prettier 4 1 0 0.55s
⚠️ MARKDOWN markdownlint 1 12 0 0.74s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.33s
✅ REPOSITORY gitleaks yes no no 0.3s
✅ REPOSITORY grype yes no no 39.57s
✅ REPOSITORY secretlint yes no no 1.27s
✅ REPOSITORY syft yes no no 3.13s
✅ REPOSITORY trivy-sbom yes no no 0.43s
✅ REPOSITORY trufflehog yes no no 4.41s
✅ XML xmllint 1 0 0 0.38s
✅ YAML prettier 1 0 0 0.35s
✅ YAML v8r 1 0 0 2.72s
✅ YAML yamllint 1 0 0 0.44s

Detailed Issues

⚠️ CSHARP / csharpier - 1 error
Error ./src/Cheetah.WebApi.Test/Cheetah.WebApi.Test.csproj - Was not formatted.
  ----------------------------- Expected: Around Line 2 -----------------------------
  <Project Sdk="Microsoft.NET.Sdk">
    <PropertyGroup>
      <TargetFramework>net10.0</TargetFramework>
  ----------------------------- Actual: Around Line 2 -----------------------------
  <Project Sdk="Microsoft.NET.Sdk">
  
      <PropertyGroup>
  
Error ./src/Cheetah.WebApi/Cheetah.WebApi.csproj - Was not formatted.
  The file did not end with a single newline.
Error ./src/Cheetah.WebApi/Infrastructure/Installers/KafkaInstaller.cs - Was not formatted.
  ----------------------------- Expected: Around Line 47 -----------------------------
                      x.SetValueDeserializer(_ => Deserializers.Utf8);
                      x.ConfigureClient(cfg =>
                      {
  ----------------------------- Actual: Around Line 47 -----------------------------
                      x.SetValueDeserializer(_ => Deserializers.Utf8);
                      x.ConfigureClient(cfg =>·
                      {
  
Error ./src/Cheetah.WebApi/Infrastructure/Installers/ServiceInstaller.cs - Was not formatted.
  ----------------------------- Expected: Around Line 38 -----------------------------
                  {
                      if (hostEnvironment.IsDevelopment())
                      {
  ----------------------------- Actual: Around Line 38 -----------------------------
                  {
                      if (hostEnvironment.IsDevelopment()) {
                          cfg.WithConnectionSettings(settings => {
  
Error ./src/Cheetah.WebApi/Presentation/Controllers/KafkaControllerV2.cs - Was not formatted.
  ----------------------------- Expected: Around Line 53 -----------------------------
              var consumerOptions = new ConsumerOptions<Ignore, string>();
              consumerOptions.ConfigureClient(cfg =>
              {
  ----------------------------- Actual: Around Line 53 -----------------------------
              var consumerOptions = new ConsumerOptions<Ignore, string>();
              consumerOptions.ConfigureClient(cfg =>·
              {
  
Error ./src/Cheetah.WebApi/Program.cs - Was not formatted.
  ----------------------------- Expected: Around Line 117 -----------------------------
                          Predicate = _ => true,
                          ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse,
                      }
  ----------------------------- Actual: Around Line 117 -----------------------------
                          Predicate = _ => true,
                          ResponseWriter = UIResponseWriter.WriteHealthCheckUIResponse
                      }
  
Checked 20 files in 11824ms.
⚠️ CSHARP / dotnet-format - 1 error
Welcome to .NET 9.0!
---------------------
SDK Version: 9.0.114

----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate, run 'dotnet dev-certs https --trust'
Learn about HTTPS: https://aka.ms/dotnet-https

----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Unhandled exception: System.IO.FileNotFoundException: Could not find a MSBuild project file or solution file in ''. Specify which to use with the <workspace> argument.
   at Microsoft.CodeAnalysis.Tools.Workspaces.MSBuildWorkspaceFinder.FindWorkspace(String searchDirectory, String workspacePath)
   at Microsoft.CodeAnalysis.Tools.Workspaces.MSBuildWorkspaceFinder.FindWorkspace(String searchDirectory, String workspacePath)
   at Microsoft.CodeAnalysis.Tools.FormatCommandCommon.ParseWorkspaceOptions(ParseResult parseResult, FormatOptions formatOptions)
   at Microsoft.CodeAnalysis.Tools.Commands.RootFormatCommand.FormatCommandDefaultHandler.InvokeAsync(ParseResult parseResult, CancellationToken cancellationToken)
   at System.CommandLine.Invocation.InvocationPipeline.InvokeAsync(ParseResult parseResult, CancellationToken cancellationToken)
⚠️ MARKDOWN / markdownlint - 12 errors
README.md:23:97 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:9898"]
README.md:29:6 error MD034/no-bare-urls Bare URL used [Context: "https://docs.github.com/en/pac..."]
README.md:107:27 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/swagger"]
README.md:108:26 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1751/swagger"]
README.md:109:21 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/health"]
README.md:110:27 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1861/metrics"]
README.md:111:24 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1852/swagger..."]
README.md:148 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "3. Access the Application"]
README.md:150:27 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/swagger"]
README.md:151:26 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1751/swagger"]
README.md:152:21 error MD034/no-bare-urls Bare URL used [Context: "https://localhost:1851/health"]
README.md:153:27 error MD034/no-bare-urls Bare URL used [Context: "http://localhost:1861/metrics"]
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] src/.config/dotnet-tools.json
[warn] src/Cheetah.WebApi/Properties/launchSettings.json
[warn] src/Cheetah.WebApi/appsettings.json
[warn] src/Cheetah.WebApi/swagger.json
[warn] Code style issues found in 4 files. Run Prettier with --write to fix.
⚠️ CSHARP / roslynator - 1 error
ot defined or imported
      Presentation/Controllers/KafkaControllerV2.cs(117,23): error CS0518: Predefined type 'System.String' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(11,6): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(12,6): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(12,17): error CS0518: Predefined type 'System.String' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(13,6): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(13,15): error CS0518: Predefined type 'System.String' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(14,6): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(14,12): error CS0518: Predefined type 'System.String' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(17,26): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(19,9): error CS0518: Predefined type 'System.Void' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(19,37): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(28,10): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(28,18): error CS0518: Predefined type 'System.String' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(29,10): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(29,31): error CS0518: Predefined type 'System.Type' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(29,38): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(29,43): error CS0518: Predefined type 'System.String' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(29,53): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(30,10): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(30,31): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(31,22): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(31,27): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(33,65): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(33,81): error CS0518: Predefined type 'System.Object' is not defined or imported
      Presentation/Controllers/OpenSearchController.cs(39,20): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(21,18): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(23,23): error CS0518: Predefined type 'System.Void' is not defined or imported
      Program.cs(23,33): error CS0518: Predefined type 'System.String' is not defined or imported
      Program.cs(25,13): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(25,30): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(32,17): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(32,52): error CS0518: Predefined type 'System.Boolean' is not defined or imported
      Program.cs(34,31): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(67,21): error CS0518: Predefined type 'System.Boolean' is not defined or imported
      Program.cs(80,51): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(84,53): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(113,21): error CS0518: Predefined type 'System.String' is not defined or imported
      Program.cs(114,25): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(117,42): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(121,21): error CS0518: Predefined type 'System.String' is not defined or imported
      Program.cs(122,25): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(126,21): error CS0518: Predefined type 'System.Boolean' is not defined or imported
      Program.cs(126,55): error CS0518: Predefined type 'System.String' is not defined or imported
      Program.cs(126,78): error CS0518: Predefined type 'System.String' is not defined or imported
      Program.cs(142,20): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(144,17): error CS0518: Predefined type 'System.Object' is not defined or imported
      Program.cs(144,31): error CS0518: Predefined type 'System.String' is not defined or imported
      Program.cs(148,17): error CS0518: Predefined type 'System.Object' is not defined or imported
      Infrastructure/Installers/FluentValidationInstaller.cs(11,52): error CS1110: Cannot define a new extension because the compiler required type 'System.Runtime.CompilerServices.ExtensionAttribute' cannot be found. Are you missing a reference to System.Core.dll?
      Infrastructure/Installers/HealthCheckInstaller.cs(8,48): error CS1110: Cannot define a new extension because the compiler required type 'System.Runtime.CompilerServices.ExtensionAttribute' cannot be found. Are you missing a reference to System.Core.dll?
      Infrastructure/Installers/KafkaInstaller.cs(15,13): error CS1110: Cannot define a new extension because the compiler required type 'System.Runtime.CompilerServices.ExtensionAttribute' cannot be found. Are you missing a reference to System.Core.dll?
      Infrastructure/Installers/OpenApiInstaller.cs(18,43): error CS1110: Cannot define a new extension because the compiler required type 'System.Runtime.CompilerServices.ExtensionAttribute' cannot be found. Are you missing a reference to System.Core.dll?
      Infrastructure/Installers/ServiceInstaller.cs(16,13): error CS1110: Cannot define a new extension because the compiler required type 'System.Runtime.CompilerServices.ExtensionAttribute' cannot be found. Are you missing a reference to System.Core.dll?
      AssemblyAnchor.cs(3,20): error CS1729: 'object' does not contain a constructor that takes 0 arguments
      Core/Config/KafkaConsumerConfig.cs(5,18): error CS1729: 'object' does not contain a constructor that takes 0 arguments
      Core/Config/KafkaProducerConfig.cs(5,18): error CS1729: 'object' does not contain a constructor that takes 0 arguments
      Core/Config/PrometheusConfig.cs(3,18): error CS1729: 'object' does not contain a constructor that takes 0 arguments
      Core/Config/WebApiConfig.cs(9,18): error CS1729: 'object' does not contain a constructor that takes 0 arguments
      Core/Models/DateAndValue.cs(5,14): error CS1729: 'object' does not contain a constructor that takes 0 arguments
      Program.cs(21,18): error CS1729: 'object' does not contain a constructor that takes 0 arguments
    Analyzed project 'src/Cheetah.WebApi/Cheetah.WebApi.csproj' (in 2.9 s)
    
     40 CS0103 
      6 CS0234 
    237 CS0246 
    294 CS0518 
      5 CS1110 
      7 CS1729 
    
    589 diagnostics found



(Truncated to last 8000 characters out of 92040)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters API_SPECTRAL,CSHARP_DOTNET_FORMAT,CSHARP_CSHARPIER,CSHARP_ROSLYNATOR,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,XML_XMLLINT,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant