Skip to content
Triggered via release January 3, 2024 09:38
@spech66spech66
published v0.0.8
Status Success
Total duration 4m 12s
Artifacts

release.yml

on: release
Matrix: Release
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Release (linux)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Release (linux): LifelogBb/Utilities/JwtHelper.cs#L33
Cannot convert null literal to non-nullable reference type.
Release (linux): LifelogBb/Utilities/JwtHelper.cs#L76
Cannot convert null literal to non-nullable reference type.
Release (linux): LifelogBb/Views/Shared/Components/Pagination/Pagination.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (linux): LifelogBb/Views/Shared/Components/Navigation/Navigation.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (linux): LifelogBb/ApiControllers/AuthenticationController.cs#L45
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
Release (linux): LifelogBb/ApiControllers/AuthenticationController.cs#L42
Possible null reference argument for parameter 'uniqueKey' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
Release (linux): LifelogBb/ApiControllers/AuthenticationController.cs#L43
Possible null reference argument for parameter 'issuer' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
Release (linux): LifelogBb/ApiControllers/AuthenticationController.cs#L44
Possible null reference argument for parameter 'audience' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
Release (linux): LifelogBb/Utilities/ControllerTagsExtensions.cs#L18
Dereference of a possibly null reference.
Release (windows)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Release (windows): LifelogBb/Utilities/JwtHelper.cs#L33
Cannot convert null literal to non-nullable reference type.
Release (windows): LifelogBb/Utilities/JwtHelper.cs#L76
Cannot convert null literal to non-nullable reference type.
Release (windows): LifelogBb/ApiControllers/AuthenticationController.cs#L45
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
Release (windows): LifelogBb/ApiControllers/AuthenticationController.cs#L42
Possible null reference argument for parameter 'uniqueKey' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
Release (windows): LifelogBb/ApiControllers/AuthenticationController.cs#L43
Possible null reference argument for parameter 'issuer' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
Release (windows): LifelogBb/ApiControllers/AuthenticationController.cs#L44
Possible null reference argument for parameter 'audience' in 'JwtSecurityToken JwtHelper.GetJwtToken(string username, string uniqueKey, string issuer, string audience, TimeSpan expiration, Claim[] additionalClaims = null)'.
Release (windows): LifelogBb/Views/Shared/Components/Pagination/Pagination.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (windows): LifelogBb/Views/Shared/Components/Navigation/Navigation.cs#L14
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Release (windows): LifelogBb/Utilities/ControllerQueryExtensions.cs#L26
Possible null reference argument for parameter 'entity' in 'object EF.Property<object>(object entity, string propertyName)'.