todo #91
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
LifelogBb/Utilities/JwtHelper.cs#L33
Cannot convert null literal to non-nullable reference type.
|
LifelogBb/Utilities/JwtHelper.cs#L76
Cannot convert null literal to non-nullable reference type.
|
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.
|
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.
|
LifelogBb/Utilities/ControllerTagsExtensions.cs#L18
Dereference of a possibly null reference.
|
LifelogBb/Utilities/ControllerQueryExtensions.cs#L26
Possible null reference argument for parameter 'entity' in 'object EF.Property<object>(object entity, string propertyName)'.
|
LifelogBb/Utilities/ControllerQueryExtensions.cs#L30
Possible null reference argument for parameter 'entity' in 'object EF.Property<object>(object entity, string propertyName)'.
|
LifelogBb/Utilities/ControllerQueryExtensions.cs#L43
Possible null reference argument for parameter 'entity' in 'string EF.Property<string>(object entity, string propertyName)'.
|
LifelogBb/Utilities/ControllerQueryExtensions.cs#L58
Possible null reference argument for parameter 'entity' in 'double EF.Property<double>(object entity, string propertyName)'.
|
LifelogBb/Program.cs#L129
Possible null reference argument for parameter 's' in 'double double.Parse(string s)'.
|
This job succeeded
Loading