Skip to content

chore(deps): minor update nuget group to 10.2.1#190

Open
cheetahbot wants to merge 1 commit into
mainfrom
renovate/all-nuget-minor
Open

chore(deps): minor update nuget group to 10.2.1#190
cheetahbot wants to merge 1 commit into
mainfrom
renovate/all-nuget-minor

Conversation

@cheetahbot
Copy link
Copy Markdown
Contributor

@cheetahbot cheetahbot commented Jun 2, 2026

This PR contains the following updates:

Package Change Age Confidence
Swashbuckle.AspNetCore 10.1.710.2.1 age confidence
swashbuckle.aspnetcore.cli 10.1.710.2.1 age confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v10.2.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1

v10.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ CSHARP csharpier 20 1 0 14.87s
⚠️ CSHARP dotnet-format yes 1 no 0.56s
⚠️ CSHARP roslynator 2 1 0 23.05s
✅ DOCKERFILE hadolint 1 0 0 0.08s
✅ JSON jsonlint 4 0 0 0.15s
⚠️ JSON prettier 4 1 0 0.63s
⚠️ MARKDOWN markdownlint 1 12 0 1.02s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.41s
✅ REPOSITORY gitleaks yes no no 0.56s
✅ REPOSITORY grype yes no no 55.21s
❌ REPOSITORY osv-scanner yes 1 no 0.46s
✅ REPOSITORY secretlint yes no no 0.93s
✅ REPOSITORY syft yes no no 3.57s
✅ REPOSITORY trivy-sbom yes no no 0.15s
✅ REPOSITORY trufflehog yes no no 3.95s
✅ XML xmllint 1 0 0 0.18s
✅ YAML prettier 1 0 0 0.43s
✅ YAML v8r 1 0 0 3.0s
✅ YAML yamllint 1 0 0 0.52s

Detailed Issues

❌ REPOSITORY / osv-scanner - 1 error
Scanning dir .
Starting filesystem walk for root: /
End status: 100 dirs visited, 239 inodes visited, 0 Extract calls, 78.71054ms elapsed, 78.710927ms wall time
No package sources found, --help for usage information.
⚠️ 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 14634ms.
⚠️ CSHARP / dotnet-format - 1 error
Welcome to .NET 10.0!
---------------------
SDK Version: 10.0.108

----------------
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
g a using directive or an assembly reference?)
      Infrastructure/Installers/ServiceInstaller.cs(34,22): error CS1061: 'IServiceCollection' does not contain a definition for 'AddCheetahOpenSearch' and no accessible extension method 'AddCheetahOpenSearch' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
      Core/Config/KafkaConsumerConfig.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig'
      Core/Config/KafkaConsumerConfig.cs(7,29): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig.Position'
      Core/Config/KafkaConsumerConfig.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig.Topic'
      Core/Config/KafkaConsumerConfig.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaConsumerConfig.ConsumerName'
      Core/Config/KafkaProducerConfig.cs(5,18): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig'
      Core/Config/KafkaProducerConfig.cs(7,29): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig.Position'
      Core/Config/KafkaProducerConfig.cs(8,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig.Topic'
      Core/Config/KafkaProducerConfig.cs(9,23): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaProducerConfig.ProducerName'
      Core/Config/PrometheusConfig.cs(3,18): warning CS1591: Missing XML comment for publicly visible type or member 'PrometheusConfig'
      Core/Config/PrometheusConfig.cs(5,29): warning CS1591: Missing XML comment for publicly visible type or member 'PrometheusConfig.Position'
      Core/Config/PrometheusConfig.cs(6,20): warning CS1591: Missing XML comment for publicly visible type or member 'PrometheusConfig.Port'
      Core/Config/WebApiConfig.cs(9,18): warning CS1591: Missing XML comment for publicly visible type or member 'WebApiConfig'
      Core/Config/WebApiConfig.cs(11,29): warning CS1591: Missing XML comment for publicly visible type or member 'WebApiConfig.Position'
      Core/Models/DateAndValue.cs(5,14): warning CS1591: Missing XML comment for publicly visible type or member 'DateAndValue<T>'
      Core/Models/DateAndValue.cs(7,27): warning CS1591: Missing XML comment for publicly visible type or member 'DateAndValue<T>.Date'
      Core/Models/DateAndValue.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'DateAndValue<T>.Value'
      Infrastructure/Installers/FluentValidationInstaller.cs(9,25): warning CS1591: Missing XML comment for publicly visible type or member 'FluentValidationInstaller'
      Infrastructure/Installers/FluentValidationInstaller.cs(11,28): warning CS1591: Missing XML comment for publicly visible type or member 'FluentValidationInstaller.InstallFluentValidation(IServiceCollection)'
      Infrastructure/Installers/HealthCheckInstaller.cs(6,25): warning CS1591: Missing XML comment for publicly visible type or member 'HealthCheckInstaller'
      Infrastructure/Installers/HealthCheckInstaller.cs(8,28): warning CS1591: Missing XML comment for publicly visible type or member 'HealthCheckInstaller.InstallHealthChecks(IServiceCollection)'
      Infrastructure/Installers/KafkaInstaller.cs(12,25): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaInstaller'
      Infrastructure/Installers/KafkaInstaller.cs(14,28): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaInstaller.InstallKafka(IServiceCollection, IConfigurationRoot)'
      Infrastructure/Installers/OpenApiInstaller.cs(16,25): warning CS1591: Missing XML comment for publicly visible type or member 'OpenApiInstaller'
      Infrastructure/Installers/OpenApiInstaller.cs(18,28): warning CS1591: Missing XML comment for publicly visible type or member 'OpenApiInstaller.InstallOpenAPI(IServiceCollection)'
      Infrastructure/Installers/ServiceInstaller.cs(13,25): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceInstaller'
      Infrastructure/Installers/ServiceInstaller.cs(15,28): warning CS1591: Missing XML comment for publicly visible type or member 'ServiceInstaller.InstallServices(IServiceCollection, IHostEnvironment, IConfigurationRoot)'
      Presentation/Controllers/DefaultController.cs(6,14): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultController'
      Presentation/Controllers/DefaultController.cs(9,27): warning CS1591: Missing XML comment for publicly visible type or member 'DefaultController.RedirectToSwagger()'
      Presentation/Controllers/ErrorController.cs(8,14): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorController'
      Presentation/Controllers/ErrorController.cs(11,26): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorController.HandleErrorDevelopment(IHostEnvironment)'
      Presentation/Controllers/ErrorController.cs(27,26): warning CS1591: Missing XML comment for publicly visible type or member 'ErrorController.HandleError()'
      Presentation/Controllers/KafkaController.cs(28,16): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaController.KafkaController(IConsumer<Ignore, string>, IProducer<Null, string>, IOptions<KafkaProducerConfig>, ILogger<KafkaController>)'
      Presentation/Controllers/KafkaControllerV2.cs(30,16): warning CS1591: Missing XML comment for publicly visible type or member 'KafkaController2.KafkaController2(IOptions<KafkaProducerConfig>, IOptions<KafkaConsumerConfig>, ILogger<KafkaController>, KafkaClientFactory)'
      Presentation/Controllers/OpenSearchController.cs(15,18): warning CS1591: Missing XML comment for publicly visible type or member 'OpenSearchController'
      Presentation/Controllers/OpenSearchController.cs(19,16): warning CS1591: Missing XML comment for publicly visible type or member 'OpenSearchController.OpenSearchController(IOpenSearchClient)'
      Program.cs(21,18): warning CS1591: Missing XML comment for publicly visible type or member 'Program'
      Program.cs(23,28): warning CS1591: Missing XML comment for publicly visible type or member 'Program.Main(string[])'
    Analyzed project 'src/Cheetah.WebApi/Cheetah.WebApi.csproj' (in 2.3 s)
    
     2 CS0103 
     6 CS0234 
    27 CS0246 
     2 CS1061 
    37 CS1591 Missing XML comment for publicly visible type or member
    
    74 diagnostics found



(Truncated to last 6666 characters out of 13992)

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

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.5.0 --custom-flavor-setup --custom-flavor-linters CSHARP_DOTNET_FORMAT,CSHARP_CSHARPIER,CSHARP_ROSLYNATOR,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_OSV_SCANNER,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

@cheetahbot cheetahbot force-pushed the renovate/all-nuget-minor branch from adfbc9f to 185d30b Compare June 4, 2026 11:18
@cheetahbot cheetahbot changed the title chore(deps): minor update nuget group to 10.2.0 chore(deps): minor update nuget group to 10.2.1 Jun 4, 2026
@cheetahbot cheetahbot force-pushed the renovate/all-nuget-minor branch from 185d30b to dc6420b Compare June 5, 2026 22:39
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