Skip to content

Update dotnet monorepo#2410

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dotnet-monorepo
Open

Update dotnet monorepo#2410
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dotnet-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Microsoft.AspNetCore.Components.WebAssembly (source) 8.0.248.0.28 age confidence
Microsoft.AspNetCore.Components.WebAssembly.DevServer (source) 8.0.248.0.28 age confidence
Microsoft.AspNetCore.Components.WebAssembly.Server (source) 8.0.248.0.28 age confidence
Microsoft.AspNetCore.TestHost (source) 8.0.248.0.28 age confidence
Microsoft.Extensions.Configuration (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.Configuration.FileExtensions (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.Configuration.Json (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.DependencyInjection (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.DependencyInjection.Abstractions (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.Hosting (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.Logging (source) 10.0.310.0.9 age confidence
Microsoft.Extensions.Logging.Configuration (source) 10.0.310.0.9 age confidence
System.Collections.Immutable (source) 9.0.09.0.17 age confidence
System.Text.Json (source) 9.0.99.0.17 age confidence

Release Notes

dotnet/dotnet (Microsoft.Extensions.Configuration)

v10.0.9

v10.0.8

v10.0.7

v10.0.6

v10.0.5

v10.0.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 📦 dependencies Pull requests that update a dependency file label Jun 23, 2026
@renovate renovate Bot enabled auto-merge June 23, 2026 05:40
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@github-actions github-actions Bot added this to the v15.0.1 milestone Jun 23, 2026

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR successfully updates several Microsoft AspNetCore and Extensions packages to newer versions. According to Codacy analysis, the changes are up to standards, and no new quality issues were introduced.

However, the review identified a systemic redundancy in the package configuration. Specifically, multiple packages are defined twice within the same ItemGroup in Directory.Packages.support.props. While this does not break the build, it introduces maintenance risk and should be resolved before merging to maintain a clean configuration. No critical security flaws or major logic bugs were detected.

About this PR

  • The Directory.Packages.support.props file contains several duplicate PackageVersion entries. This pattern can lead to configuration drift if future updates only target one of the duplicate lines. It is recommended to standardize on a single entry per package.

Test suggestions

  • Verify project compilation and assembly resolution with the updated package versions.
  • Ensure existing automated tests pass to verify no regressions in patch/minor version updates.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify project compilation and assembly resolution with the updated package versions.
2. Ensure existing automated tests pass to verify no regressions in patch/minor version updates.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread Directory.Packages.support.props Outdated
Comment on lines +8 to +10
<PackageVersion Update="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.28" />
<PackageVersion Update="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.28" />
<PackageVersion Update="Microsoft.AspNetCore.TestHost" Version="8.0.28" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚪ LOW RISK

Suggestion: Remove redundant package version declarations. The entries for Microsoft.AspNetCore.Components.WebAssembly, Microsoft.AspNetCore.Components.WebAssembly.Server, and Microsoft.AspNetCore.TestHost are already defined on lines 4, 5, and 7.

Try running the following prompt in your IDE agent:

Remove the duplicate PackageVersion entries for 'Microsoft.AspNetCore.Components.WebAssembly', 'Microsoft.AspNetCore.Components.WebAssembly.Server', and 'Microsoft.AspNetCore.TestHost' from Directory.Packages.support.props, keeping only the first occurrence of each.

@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 5e2e3cc. ± Comparison against base commit de751d4.

♻️ This comment has been updated with latest results.

@github-actions

Copy link
Copy Markdown
Contributor

Summary

Summary
Generated on: 06/23/2026 - 05:46:25
Coverage date: 06/23/2026 - 05:46:21
Parser: Cobertura
Assemblies: 28
Classes: 273
Files: 3296
Line coverage: 36.9% (2803 of 7581)
Covered lines: 2803
Uncovered lines: 4778
Coverable lines: 7581
Total lines: 42358
Branch coverage: 44.9% (391 of 870)
Covered branches: 391
Total branches: 870
Method coverage: Feature is only available for sponsors
Tag: 15.0.1-pr.58+Branch.pull-2410-merge.Sha.c83c654285a2278b59c465ba81fea117bd29b77b

Coverage

Aspire.Hosting.Tests - 30.8%
Name Line Branch
Aspire.Hosting.Tests 30.8% 100%
Aspire.Hosting.Tests.ModuleInitializer 100% 100%
Aspire.Hosting.Tests.RocketDistributedApplicationBuilderTests 100%
Aspire.Hosting.Tests.RocketDistributedApplicationTestingBuilderTests 100%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Aspire.Hosting.GeneratedRocketDistributedApplicationBuilderE
xtensions
100%
Rocket.Surgery.Aspire.Hosting.Testing.GeneratedRocketDistributedApplication
TestingBuilderExtensions
58.3%
AspireSample - 1.6%
Name Line Branch
AspireSample 1.6% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Program 100%
Rocket.Surgery.CommandLine - 23.6%
Name Line Branch
Rocket.Surgery.CommandLine 23.6% 24%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.CommandLine.AppSettings 50% 100%
Rocket.Surgery.CommandLine.AppSettingsConfigurationProvider 5% 0%
Rocket.Surgery.CommandLine.AppSettingsConfigurationSource 66.6%
Rocket.Surgery.CommandLine.ConsoleInterceptor 16.6% 0%
Rocket.Surgery.CommandLine.ConsoleWorker 100% 66.6%
Rocket.Surgery.CommandLine.ConventionTypeRegistrar 62.9% 0%
Rocket.Surgery.CommandLine.ConventionTypeResolver 100% 66.6%
Rocket.Surgery.CommandLine.DefaultCommand 100%
Rocket.Surgery.CommandLine.FallbackServiceProvider 0% 0%
Rocket.Surgery.Conventions.CommandAppHostBuilderExtensions 16.9% 0%
Rocket.Surgery.Conventions - 18.3%
Name Line Branch
Rocket.Surgery.Conventions 18.3% 64.2%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.ConventionContext 91.6% 75%
Rocket.Surgery.Conventions.Extensions.LoggingBuilder 0%
Rocket.Surgery.Conventions.LoggingExtensions 0%
Rocket.Surgery.Conventions.Testing.TestConventionContextBuilderExtensions 0% 0%
Rocket.Surgery.Conventions.Abstractions - 49.4%
Name Line Branch
Rocket.Surgery.Conventions.Abstractions 49.4% 42.5%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.AfterConventionAttribute 100%
Rocket.Surgery.Conventions.AfterConventionAttribute 100%
Rocket.Surgery.Conventions.BeforeConventionAttribute 100%
Rocket.Surgery.Conventions.BeforeConventionAttribute 100%
Rocket.Surgery.Conventions.Configuration.ConfigurationBuilderDelegateResult 100%
Rocket.Surgery.Conventions.Configuration.ConfigurationOptionsExtensions 81.8% 80%
Rocket.Surgery.Conventions.ConventionCategory 72.7% 21.4%
Rocket.Surgery.Conventions.ConventionCategory.ValueEqualityComparer 0% 0%
Rocket.Surgery.Conventions.ConventionCategoryAttribute 100%
Rocket.Surgery.Conventions.ConventionContextBuilder 55% 63.6%
Rocket.Surgery.Conventions.ConventionContextExtensions 74% 62.5%
Rocket.Surgery.Conventions.ConventionContextState 100%
Rocket.Surgery.Conventions.ConventionDependency 20% 0%
Rocket.Surgery.Conventions.ConventionExceptionPolicy 100%
Rocket.Surgery.Conventions.ConventionExecutor 100%
Rocket.Surgery.Conventions.ConventionHostBuilderExtensions 30% 17.6%
Rocket.Surgery.Conventions.ConventionHostBuilderExtensions.ServiceProviderW
rapper
100%
Rocket.Surgery.Conventions.ConventionMetadata 63.1%
Rocket.Surgery.Conventions.ConventionOrDelegate 63.3% 58.3%
Rocket.Surgery.Conventions.ConventionProvider 99.1% 96.8%
Rocket.Surgery.Conventions.ConventionsConfigurationAttribute 0%
Rocket.Surgery.Conventions.DependentOfConventionAttribute 100%
Rocket.Surgery.Conventions.DependentOfConventionAttribute 100%
Rocket.Surgery.Conventions.DependsOnConventionAttribute 100%
Rocket.Surgery.Conventions.DependsOnConventionAttribute 100%
Rocket.Surgery.Conventions.ExportedConventionsAttribute 0%
Rocket.Surgery.Conventions.IConvention 100%
Rocket.Surgery.Conventions.IConventionContext 0% 0%
Rocket.Surgery.Conventions.ImportHelpers 87.5% 50%
Rocket.Surgery.Conventions.ImportsTypeAttribute 0%
Rocket.Surgery.Conventions.IReadOnlyServiceProviderDictionary 0% 0%
Rocket.Surgery.Conventions.IServiceProviderDictionary 91% 87.5%
Rocket.Surgery.Conventions.LiveConventionAttribute 100%
Rocket.Surgery.Conventions.Logging.RocketLoggingOptions 100% 100%
Rocket.Surgery.Conventions.ReadOnlyServiceProviderDictionary 0% 0%
Rocket.Surgery.Conventions.ServiceProviderDictionary 30.7% 66.6%
Rocket.Surgery.Conventions.ServiceProviderDictionaryExtensions 0% 0%
Rocket.Surgery.Conventions.ThrowHelper 50% 25%
Rocket.Surgery.Conventions.UnitTestConventionAttribute 100%
Rocket.Surgery.Conventions.Analyzers - 77.6%
Name Line Branch
Rocket.Surgery.Conventions.Analyzers 77.6% 59.6%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.ConventionAttributeData 100%
Rocket.Surgery.Conventions.ConventionAttributesGenerator 100% 100%
Rocket.Surgery.Conventions.ConventionConfigurationData 88.4% 65.7%
Rocket.Surgery.Conventions.ConventionConfigurationData.InnerConventionConfi
gurationData
100%
Rocket.Surgery.Conventions.Diagnostics 0%
Rocket.Surgery.Conventions.Helpers 51.1% 4.1%
Rocket.Surgery.Conventions.Support.ExportConventions 93.1% 90.5%
Rocket.Surgery.Conventions.Support.ExportConventions.Request 100%
Rocket.Surgery.Conventions.Support.ImportConventions 100% 98%
Rocket.Surgery.Conventions.Support.ImportConventions.Request 100%
Rocket.Surgery.Conventions.Analyzers.Tests - 69%
Name Line Branch
Rocket.Surgery.Conventions.Analyzers.Tests 69% 100%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.Analyzers.Tests.ExportedConventionsGenericTests 100%
Rocket.Surgery.Conventions.Analyzers.Tests.ExportedConventionsTests 100%
Rocket.Surgery.Conventions.Analyzers.Tests.ExportedMsBuildConventionsTests 100%
Rocket.Surgery.Conventions.Analyzers.Tests.GenerationHelpers 100%
Rocket.Surgery.Conventions.Analyzers.Tests.GeneratorTest 100%
Rocket.Surgery.Conventions.Analyzers.Tests.GeneratorTestContextBuilderExten
sions
100% 100%
Rocket.Surgery.Conventions.Analyzers.Tests.ImportConventionsGenericTests 100%
Rocket.Surgery.Conventions.Analyzers.Tests.ImportConventionsMsBuildConfigur
ationTests
100%
Rocket.Surgery.Conventions.Analyzers.Tests.ImportConventionsMsBuildGenericC
onfigurationTests
100%
Rocket.Surgery.Conventions.Analyzers.Tests.ImportConventionsTests 100%
Rocket.Surgery.Conventions.Analyzers.Tests.ModuleInitializer 100% 100%
Rocket.Surgery.Conventions.Autofac - 14.9%
Name Line Branch
Rocket.Surgery.Conventions.Autofac 14.9% 30%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.Autofac.AutofacConventionServiceProviderFactory 100% 50%
Rocket.Surgery.Conventions.AutofacConventionRocketHostExtensions 44.1% 25%
Rocket.Surgery.Conventions.Configuration.Json - 27.9%
Name Line Branch
Rocket.Surgery.Conventions.Configuration.Json 27.9% 33.3%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.Configuration.Json.JsonBrowserConvention 21.4% 25%
Rocket.Surgery.Conventions.Configuration.Json.JsonConvention 100% 50%
Rocket.Surgery.Conventions.Configuration.Yaml - 18.6%
Name Line Branch
Rocket.Surgery.Conventions.Configuration.Yaml 18.6% 4.5%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.Configuration.Yaml.StaticConfigurationProvider 0% 0%
Rocket.Surgery.Conventions.Configuration.Yaml.StaticConfigurationSource 0%
Rocket.Surgery.Conventions.Configuration.Yaml.YamlBrowserConvention 11.5% 12.5%
Rocket.Surgery.Conventions.Configuration.Yaml.YamlConfigurationExtensions 0% 0%
Rocket.Surgery.Conventions.Configuration.Yaml.YamlConfigurationProvider 10%
Rocket.Surgery.Conventions.Configuration.Yaml.YamlConfigurationSource 100%
Rocket.Surgery.Conventions.Configuration.Yaml.YamlConfigurationStreamParser 0% 0%
Rocket.Surgery.Conventions.Configuration.Yaml.YamlConvention 100% 50%
Rocket.Surgery.Conventions.Diagnostics - 15.3%
Name Line Branch
Rocket.Surgery.Conventions.Diagnostics 15.3% 50%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.Diagnostics.DiagnosticLogger 61.9% 50%
Rocket.Surgery.Conventions.Diagnostics.DiagnosticLogger.Disposable 0%
Rocket.Surgery.Conventions.DryIoc - 18.3%
Name Line Branch
Rocket.Surgery.Conventions.DryIoc 18.3% 38.8%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.DryIoc.DryIocConventionServiceProviderFactory 100% 75%
Rocket.Surgery.Conventions.DryIoc.DryIocOptions 100%
Rocket.Surgery.Conventions.DryIocConventionRocketHostExtensions 31.1% 28.5%
Rocket.Surgery.Conventions.Tests - 67.5%
Name Line Branch
Rocket.Surgery.Conventions.Tests 67.5% 47.8%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.Tests.Contrib 0%
Rocket.Surgery.Conventions.Tests.ConventionContextTests 100% 100%
Rocket.Surgery.Conventions.Tests.ConventionContextTests.AbcConvention 100%
Rocket.Surgery.Conventions.Tests.ConventionContextTests.InjectableConventio
n
100%
Rocket.Surgery.Conventions.Tests.ConventionContextTests.OptionalInjectableC
onvention
100% 100%
Rocket.Surgery.Conventions.Tests.ConventionProviderTests 85.7% 100%
Rocket.Surgery.Conventions.Tests.ConventionProviderTests.C 0%
Rocket.Surgery.Conventions.Tests.ConventionProviderTests.D 0%
Rocket.Surgery.Conventions.Tests.ConventionScannerTests 100% 100%
Rocket.Surgery.Conventions.Tests.ConventionTests 0%
Rocket.Surgery.Conventions.Tests.DiagnosticLoggerTests 100%
Rocket.Surgery.Conventions.Tests.GenericTypedConventionProviderTests 81.8% 100%
Rocket.Surgery.Conventions.Tests.GenericTypedConventionProviderTests.C 0%
Rocket.Surgery.Conventions.Tests.GenericTypedConventionProviderTests.D 0%
Rocket.Surgery.Conventions.Tests.GenericTypedConventionScannerTests 100% 100%
Rocket.Surgery.Conventions.Tests.ModuleInitializer 69.2% 33.3%
Rocket.Surgery.Conventions.Tests.ModuleInitializer.AssemblyConverter 0%
Rocket.Surgery.Conventions.Tests.ModuleInitializer.TypeConverter 0% 0%
Rocket.Surgery.Conventions.Tests.ServiceProviderDictionaryExtensionsTests 100%
Rocket.Surgery.Conventions.Tests.StaticConventionTests 100% 100%
Rocket.Surgery.Conventions.Tests.TestContextTests 100%
Rocket.Surgery.Conventions.Tests.TestContextTests_DependencyContext 100%
Rocket.Surgery.Extensions.Autofac.Tests - 29.2%
Name Line Branch
Rocket.Surgery.Extensions.Autofac.Tests 29.2% 100%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Extensions.Autofac.Tests.AppExtensions 100%
Rocket.Surgery.Extensions.Autofac.Tests.AutofacBuilderTests 100%
Rocket.Surgery.Extensions.Autofac.Tests.AutofacCommandLineTests 100%
Rocket.Surgery.Extensions.Autofac.Tests.AutofacFixtures.AbcConvention 100%
Rocket.Surgery.Extensions.Autofac.Tests.AutofacFixtures.OtherConvention 100%
Rocket.Surgery.Extensions.Autofac.Tests.AutofacWebApplicationTests 100%
Rocket.Surgery.Extensions.Autofac.Tests.LoggingBuilder 0%
Rocket.Surgery.Extensions.Autofac.Tests.ModuleInitializer 100% 100%
Rocket.Surgery.Hosting.GeneratedRocketHostApplicationBuilderExtensions 58.3%
Rocket.Surgery.Hosting.GeneratedRocketWebApplicationBuilderExtensions 58.3%
Rocket.Surgery.Extensions.CommandLine.Tests - 25.2%
Name Line Branch
Rocket.Surgery.Extensions.CommandLine.Tests 25.2% 33.3%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests 56% 33.3%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.Add 0%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.Command
WithValues
37.5%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.Injecti
onConstructor
100%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.LoggerI
njection
100%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.Origin 0%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.Service
Injection
0% 0%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.Service
Injection2
0% 0%
Rocket.Surgery.Extensions.CommandLine.Tests.CommandLineBuilderTests.SubCmd 0%
Rocket.Surgery.Extensions.CommandLine.Tests.ModuleInitializer 100% 100%
Rocket.Surgery.Hosting.GeneratedRocketHostApplicationBuilderExtensions 26.9%
Rocket.Surgery.Extensions.DryIoc.Tests - 31.3%
Name Line Branch
Rocket.Surgery.Extensions.DryIoc.Tests 31.3% 100%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Extensions.DryIoc.Tests.AppExtensions 100%
Rocket.Surgery.Extensions.DryIoc.Tests.DryIocBuilderTests 100%
Rocket.Surgery.Extensions.DryIoc.Tests.DryIocCommandLineTests 100%
Rocket.Surgery.Extensions.DryIoc.Tests.DryIocFixtures.AbcConvention 100%
Rocket.Surgery.Extensions.DryIoc.Tests.DryIocFixtures.OtherConvention 100%
Rocket.Surgery.Extensions.DryIoc.Tests.DryIocWebApplicationTests 100%
Rocket.Surgery.Extensions.DryIoc.Tests.LoggingBuilder 0%
Rocket.Surgery.Extensions.DryIoc.Tests.ModuleInitializer 100% 100%
Rocket.Surgery.Hosting.GeneratedRocketHostApplicationBuilderExtensions 58.3%
Rocket.Surgery.Hosting.GeneratedRocketWebApplicationBuilderExtensions 58.3%
Rocket.Surgery.Hosting - 3.4%
Name Line Branch
Rocket.Surgery.Hosting 3.4% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.HostingConventionExtensions 17.2%
Rocket.Surgery.Hosting.AspNetCore.Tests - 27.2%
Name Line Branch
Rocket.Surgery.Hosting.AspNetCore.Tests 27.2% 100%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Hosting.AspNetCore.Tests.ModuleInitializer 100% 100%
Rocket.Surgery.Hosting.AspNetCore.Tests.RocketWebApplicationBuilderTests 100%
Rocket.Surgery.Hosting.AspNetCore.Tests.RocketWebApplicationTests 100%
Rocket.Surgery.Hosting.AspNetCore.Tests.Startups.SimpleStartup 71.4% 100%
Rocket.Surgery.Hosting.AspNetCore.Tests.Startups.TestStartup 100% 100%
Rocket.Surgery.Hosting.GeneratedRocketHostApplicationBuilderExtensions 0%
Rocket.Surgery.Hosting.GeneratedRocketWebApplicationBuilderExtensions 100%
Rocket.Surgery.Hosting.Tests - 26.2%
Name Line Branch
Rocket.Surgery.Hosting.Tests 26.2% 100%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Hosting.GeneratedRocketHostApplicationBuilderExtensions 100%
Rocket.Surgery.Hosting.Tests.ModuleInitializer 100% 100%
Rocket.Surgery.Hosting.Tests.RocketHostBuilderTests 100%
Rocket.Surgery.WebAssembly.Hosting - 0%
Name Line Branch
Rocket.Surgery.WebAssembly.Hosting 0% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Conventions.WebAssemblyHostingConventionExtensions 0%
Rocket.Surgery.WebAssembly.Hosting.Tests - 0%
Name Line Branch
Rocket.Surgery.WebAssembly.Hosting.Tests 0% 0%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.WebAssembly.Hosting.GeneratedRocketWebAssemblyHostBuilderExt
ensions
0%
Rocket.Surgery.WebAssembly.Hosting.Tests.DevServer.DevHostServerProgram 0% 0%
Rocket.Surgery.WebAssembly.Hosting.Tests.ModuleInitializer 0% 0%
Rocket.Surgery.WebAssembly.Hosting.Tests.PlaywrightFixture 0% 0%
Rocket.Surgery.WebAssembly.Hosting.Tests.PlaywrightFixture.StaticSiteStartu
p
0% 0%
Rocket.Surgery.WebAssembly.Hosting.Tests.PlaywrightSampleTest 0%
Sample - 1.2%
Name Line Branch
Sample 1.2% 0%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Hosting.GeneratedRocketHostApplicationBuilderExtensions 0%
Sample.DefaultCommand 0%
Sample.Dump 9% 0%
Sample.Dump.DumpConvention 100%
Sample.Core - 13.4%
Name Line Branch
Sample.Core 13.4% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Sample.Core.AService 0%
Sample.Core.CoreConvention 100%
Sample.Core.Databases.DatabaseConfigurator 25%
Sample.Core.Databases.DatabaseConfiguratorExtensions 100%
Sample.Core.Databases.DatabaseConventionContextBuilderExtensions 0%
Sample.Core.Databases.DatabaseServiceConvention 100%
Sample.Core.TestConvention 100%
Sample.Core.TestService 100%
Sample.Core.Tests - 0%
Name Line Branch
Sample.Core.Tests 0% 0%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Sample.Core.Tests.SampleTests 0% 0%
Sample.DependencyOne - 0%
Name Line Branch
Sample.DependencyOne 0% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Sample.DependencyOne.Example1.Request 0%
Sample.DependencyOne.Example1.Validator 0%
Sample.DependencyThree - 0%
Name Line Branch
Sample.DependencyThree 0% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Sample.DependencyThree.Example3.Request 0%
Sample.DependencyThree.Example3.Validator 0%
Sample.DependencyTwo - 0%
Name Line Branch
Sample.DependencyTwo 0% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Sample.DependencyTwo.Example2.Request 0%
Sample.DependencyTwo.Example2.Validator 0%
Sample.Tests - 9.5%
Name Line Branch
Sample.Tests 9.5% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Hosting.GeneratedRocketHostApplicationBuilderExtensions 41.6%
Sample.Tests.SampleTestHostTests 100%

@renovate renovate Bot added this pull request to the merge queue Jun 23, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks Jun 23, 2026
@renovate renovate Bot added this pull request to the merge queue Jun 26, 2026
@renovate renovate Bot force-pushed the renovate/dotnet-monorepo branch from d16f203 to 4799d71 Compare June 26, 2026 01:59
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 26, 2026
@renovate renovate Bot enabled auto-merge June 29, 2026 00:57
@renovate renovate Bot force-pushed the renovate/dotnet-monorepo branch 4 times, most recently from 62bfde6 to f52a1d8 Compare June 30, 2026 04:55
@renovate renovate Bot force-pushed the renovate/dotnet-monorepo branch from f52a1d8 to 5e2e3cc Compare June 30, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants