Add notification tasks to TODO list #250
Annotations
11 warnings
|
build
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:
LifelogBb/Utilities/ControllerQueryExtensions.cs#L84
Possible null reference argument for parameter 'instance' in 'object EF.Property<object>(object instance, string propertyName)'.
|
|
build:
LifelogBb/Program.cs#L169
Converting null literal or possible null value to non-nullable type.
|
|
build:
LifelogBb/Program.cs#L161
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
|
build:
LifelogBb/Program.cs#L150
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|
|
build:
LifelogBb/ApiControllers/AuthenticationController.cs#L48
Possible null reference argument for parameter 'audience' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
|
|
build:
LifelogBb/ApiControllers/AuthenticationController.cs#L47
Possible null reference argument for parameter 'issuer' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
|
|
build:
LifelogBb/ApiControllers/AuthenticationController.cs#L46
Possible null reference argument for parameter 'uniqueKey' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
|
|
build:
LifelogBb/ApiControllers/AuthenticationController.cs#L49
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|
|
build:
LifelogBb/Utilities/JwtHelper.cs#L76
Cannot convert null literal to non-nullable reference type.
|
|
build:
LifelogBb/Utilities/JwtHelper.cs#L33
Cannot convert null literal to non-nullable reference type.
|