build(src/knifehub.web): 1.5.0 -> 1.5.1 #23
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/KnifeHub.Web/Config/ConfigOptions.cs#L9
Non-nullable property 'CorsWhiteList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/KnifeHub.Web/Controllers/HomeController.cs#L16
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:
src/KnifeHub.Web/Program.cs#L68
Converting null literal or possible null value to non-nullable type.
|
build:
src/KnifeHub.Web/Program.cs#L99
Dereference of a possibly null reference.
|
build:
src/KnifeHub.Web/Config/ConfigOptions.cs#L3
Missing XML comment for publicly visible type or member 'ConfigOptions'
|
build:
src/KnifeHub.Web/Config/ConfigOptions.cs#L5
Missing XML comment for publicly visible type or member 'ConfigOptions.Config'
|
build:
src/KnifeHub.Web/Config/ConfigOptions.cs#L7
Missing XML comment for publicly visible type or member 'ConfigOptions.AllowAllCors'
|
build:
src/KnifeHub.Web/Config/ConfigOptions.cs#L9
Missing XML comment for publicly visible type or member 'ConfigOptions.CorsWhiteList'
|
build:
src/KnifeHub.Web/Controllers/HomeController.cs#L12
Missing XML comment for publicly visible type or member 'HomeController'
|
build:
src/KnifeHub.Web/Controllers/HomeController.cs#L16
Missing XML comment for publicly visible type or member 'HomeController.Index()'
|