Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 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.SignalR.Client from 10.0.1 to 10.0.2.

Release notes

Sourced from Microsoft.AspNetCore.SignalR.Client'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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Jan 14, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 14, 2026 06:07
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.AspNetCore.SignalR.Client-10.0.2 branch from e914e10 to 36d288d Compare January 14, 2026 06:13
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.AspNetCore.SignalR.Client-10.0.2 branch from 36d288d to 0144cdf Compare January 14, 2026 06:15
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.SignalR.Client
  dependency-version: 10.0.2
  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.SignalR.Client-10.0.2 branch from 0144cdf to c825a49 Compare January 14, 2026 06:18
@github-actions github-actions bot merged commit de7be9d into main Jan 14, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/nuget/Microsoft.AspNetCore.SignalR.Client-10.0.2 branch January 14, 2026 06:20
@github-actions
Copy link

Summary - Code Coverage

Summary
Generated on: 01/14/2026 - 06:20:26
Coverage date: 01/14/2026 - 06:20:20 - 01/14/2026 - 06:20:21
Parser: MultiReport (3x Cobertura)
Assemblies: 3
Classes: 37
Files: 35
Line coverage: 57.7% (653 of 1130)
Covered lines: 653
Uncovered lines: 477
Coverable lines: 1130
Total lines: 2768
Branch coverage: 43.1% (234 of 542)
Covered branches: 234
Total branches: 542
Method coverage: Feature is only available for sponsors
Tag: 1050_20984535682

Coverage

PointerStar.Client - 40.8%
Name Line Branch
PointerStar.Client 40.8% 38%
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 80.5% 66.6%
PointerStar.Client.ViewModels.UserDialogViewModel 93.7% 100%
PointerStar.Client.ViewModels.ViewModelBase 100%
PointerStar.Client.ViewModels.VotingOptionsDialogViewModel 100% 100%
Program 0%
PointerStar.Server - 83%
Name Line Branch
PointerStar.Server 83% 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.6%
Name Line Branch
PointerStar.Shared 65.6% 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.

1 participant