Skip to content

Detail button style and icon #100

Detail button style and icon

Detail button style and icon #100

Triggered via push July 24, 2024 09:48
Status Success
Total duration 58s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: LifelogBb/Utilities/JwtHelper.cs#L33
Cannot convert null literal to non-nullable reference type.
build: LifelogBb/Utilities/JwtHelper.cs#L76
Cannot convert null literal to non-nullable reference type.
build: 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.
build: 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.
build: LifelogBb/ApiControllers/AuthenticationController.cs#L45
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
build: 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)'.
build: 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)'.
build: 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)'.
build: LifelogBb/Utilities/ControllerQueryExtensions.cs#L26
Possible null reference argument for parameter 'entity' in 'object EF.Property<object>(object entity, string propertyName)'.
build: LifelogBb/Utilities/ControllerQueryExtensions.cs#L30
Possible null reference argument for parameter 'entity' in 'object EF.Property<object>(object entity, string propertyName)'.