Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.8 to 8.0.29#13
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
1 error and 11 warnings
|
Test
Process completed with exit code 1.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
Tests/Domain/DateRangeTests.cs#L10
Remove the underscores from member name LeaveTrack.Tests.Domain.DateRangeTests.Create_WithEndBeforeStart_ThrowsArgumentException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
Tests/Domain/LeaveBalanceTests.cs#L10
Remove the underscores from member name LeaveTrack.Tests.Domain.LeaveBalanceTests.Create_SetsRemainingDaysCorrectly() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
Infrastructure/Auth/JwtTokenGenerator.cs#L27
The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'JwtTokenGenerator.GenerateToken(Employee)' with a call to 'int.Parse(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
Infrastructure/EventHandlers/LeaveRequestEventHandlers.cs#L130
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
|
Build:
Infrastructure/Persistence/DateOnlyStringSerializer.cs#L21
The behavior of 'DateOnly.ToString(string)' could vary based on the current user's locale settings. Replace this call in 'DateOnlyStringSerializer.Serialize(BsonSerializationContext, BsonSerializationArgs, DateOnly)' with a call to 'DateOnly.ToString(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Build:
Infrastructure/EventHandlers/LeaveRequestEventHandlers.cs#L61
Rename type name LeaveApprovedByManagerEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
Build:
Infrastructure/EventHandlers/LeaveRequestEventHandlers.cs#L158
Rename type name LeaveCancelledEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
Build:
Infrastructure/EventHandlers/LeaveRequestEventHandlers.cs#L140
Rename type name LeaveRejectedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
Build:
Infrastructure/EventHandlers/LeaveRequestEventHandlers.cs#L81
Rename type name LeaveApprovedByHrEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
|
Build:
Infrastructure/EventHandlers/LeaveRequestEventHandlers.cs#L18
Rename type name LeaveRequestedEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
|
background
wait
wait-all
cancel
parallel
Loading