Skip to content

Add ToDo and Journal on Dashboard #87

Add ToDo and Journal on Dashboard

Add ToDo and Journal on Dashboard #87

Triggered via push December 24, 2023 10:30
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Utilities/ControllerTagsExtensions.cs#L18
Dereference of a possibly null reference.
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)'.
build: LifelogBb/Utilities/ControllerQueryExtensions.cs#L43
Possible null reference argument for parameter 'entity' in 'string EF.Property<string>(object entity, string propertyName)'.
build: LifelogBb/Utilities/ControllerQueryExtensions.cs#L58
Possible null reference argument for parameter 'entity' in 'double EF.Property<double>(object entity, string propertyName)'.
build: LifelogBb/Program.cs#L129
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.