Skip to content

Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 10.0.4 to 10.0.5#526

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server-10.0.5
Mar 13, 2026
Merged

Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 10.0.4 to 10.0.5#526
github-actions[bot] merged 1 commit intomainfrom
dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server-10.0.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated Microsoft.AspNetCore.Components.WebAssembly.Server from 10.0.4 to 10.0.5.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.Server's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 13, 2026
@github-actions github-actions bot enabled auto-merge (squash) March 13, 2026 06:06
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server-10.0.5 branch from a9ee974 to ad3f1f7 Compare March 13, 2026 06:09
…o 10.0.5

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server-10.0.5 branch from ad3f1f7 to 4b80cf9 Compare March 13, 2026 06:11
@github-actions github-actions bot merged commit aa4ca30 into main Mar 13, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.Server-10.0.5 branch March 13, 2026 06:12
@github-actions
Copy link

Summary - Code Coverage

Summary
Generated on: 03/13/2026 - 06:12:37
Coverage date: 03/13/2026 - 06:12:32 - 03/13/2026 - 06:12:34
Parser: MultiReport (3x Cobertura)
Assemblies: 3
Classes: 37
Files: 35
Line coverage: 58.1% (666 of 1146)
Covered lines: 666
Uncovered lines: 480
Coverable lines: 1146
Total lines: 2810
Branch coverage: 43.3% (235 of 542)
Covered branches: 235
Total branches: 542
Method coverage: Feature is only available for sponsors
Tag: 1117_23038691203

Coverage

PointerStar.Client - 42%
Name Line Branch
PointerStar.Client 42% 38.2%
PointerStar.Client.Components.ComponentBase`1 0%
PointerStar.Client.Components.CookieConsentBanner 0% 0%
PointerStar.Client.Components.QRCode 0% 0%
PointerStar.Client.Components.UserDialog 0% 0%
PointerStar.Client.Components.VotingOptionsDialog 0% 0%
PointerStar.Client.Cookies.ConsentAwareCookie 100% 86.3%
PointerStar.Client.Cookies.Cookie 0% 0%
PointerStar.Client.Cookies.WellKnownCookieValues 65% 75%
PointerStar.Client.Pages.Index 0% 0%
PointerStar.Client.Pages.Room 0% 0%
PointerStar.Client.Services.ApplicationInsightsService 100% 100%
PointerStar.Client.Services.CookieConsentService 0% 0%
PointerStar.Client.Services.LocalStorageRecentRoomsService 0% 0%
PointerStar.Client.Services.RecentRoom 0%
PointerStar.Client.Services.ThemeService 96.9% 90.9%
PointerStar.Client.Shared.MainLayout 0% 0%
PointerStar.Client.ViewModels.ClipboardService 0%
PointerStar.Client.ViewModels.IndexViewModel 0% 0%
PointerStar.Client.ViewModels.RoomViewModel 81.5% 67.5%
PointerStar.Client.ViewModels.UserDialogViewModel 93.7% 100%
PointerStar.Client.ViewModels.ViewModelBase 100%
PointerStar.Client.ViewModels.VotingOptionsDialogViewModel 100% 100%
Program 0%
PointerStar.Server - 82.8%
Name Line Branch
PointerStar.Server 82.8% 60.4%
AspNetCoreGeneratedDocument.Pages_Error 0% 0%
PointerStar.Server.Controllers.RoomController 100%
PointerStar.Server.Hubs.RoomHub 0% 0%
PointerStar.Server.Pages.ErrorModel 0% 0%
PointerStar.Server.Pages.Pages__Host 0% 0%
PointerStar.Server.Room.InMemoryRoomManager 99.6% 94.8%
Program 94.2% 50%
PointerStar.Shared - 65.1%
Name Line Branch
PointerStar.Shared 65.1% 37.5%
PointerStar.Shared.Role 78.5% 50%
PointerStar.Shared.RoomHubConnection 0% 0%
PointerStar.Shared.RoomOptions 100%
PointerStar.Shared.RoomState 100%
PointerStar.Shared.User 100%
PointerStar.Shared.UserOptions 100%
PointerStar.Shared.VotingPresets 98.1%

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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants