Skip to content

[Feat] .NET9 Support #962

[Feat] .NET9 Support

[Feat] .NET9 Support #962

Triggered via pull request November 8, 2024 06:26
@neozhuneozhu
synchronize #774
dotnet9rc2
Status Success
Total duration 1m 6s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Application/Common/Security/UserProfile.cs#L30
The member LocalTimeOffset on the mapping source type CleanArchitecture.Blazor.Application.Common.Security.UserProfile is not mapped to any member on the mapping target type CleanArchitecture.Blazor.Application.Common.Security.ChangeUserProfileModel
build: src/Application/Features/Fusion/UserSessionTracker.cs#L35
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L79
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L84
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L113
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Application/Features/Fusion/UserSessionTracker.cs#L118
'UserSessionTracker._pageUserSessions': a reference to a volatile field will not be treated as volatile
build: src/Infrastructure/Services/Circuits/UserSessionCircuitHandler.cs#L43
Possible null reference argument for parameter 'UserId' in 'SessionInfo.SessionInfo(string UserId, string UserName, string DisplayName, string IPAddress, string TenantId, string ProfilePictureDataUrl, UserPresence Status)'.
build: src/Infrastructure/Services/Circuits/UserSessionCircuitHandler.cs#L44
Possible null reference argument for parameter 'UserName' in 'SessionInfo.SessionInfo(string UserId, string UserName, string DisplayName, string IPAddress, string TenantId, string ProfilePictureDataUrl, UserPresence Status)'.
build: src/Infrastructure/Services/Circuits/UserSessionCircuitHandler.cs#L45
Possible null reference argument for parameter 'DisplayName' in 'SessionInfo.SessionInfo(string UserId, string UserName, string DisplayName, string IPAddress, string TenantId, string ProfilePictureDataUrl, UserPresence Status)'.
build: src/Infrastructure/Services/Circuits/UserSessionCircuitHandler.cs#L46
Possible null reference argument for parameter 'IPAddress' in 'SessionInfo.SessionInfo(string UserId, string UserName, string DisplayName, string IPAddress, string TenantId, string ProfilePictureDataUrl, UserPresence Status)'.