Skip to content

build(knifehub.web): knifeHub-v1.6.4 #35

build(knifehub.web): knifeHub-v1.6.4

build(knifehub.web): knifeHub-v1.6.4 #35

Triggered via push July 15, 2024 13:51
Status Success
Total duration 3m 20s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/KnifeHub.Web/Utils/DotNetUtil.cs#L44
'DotNetUtil.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/KnifeHub.Web/Controllers/HomeController.cs#L20
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/Config/ConfigOptions.cs#L9
Non-nullable property 'Sentry' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/Utils/AppBuildStampUtil.cs#L20
Dereference of a possibly null reference.
build: src/KnifeHub.Web/Utils/AppBuildStampUtil.cs#L20
Dereference of a possibly null reference.
build: src/KnifeHub.Web/Utils/AppBuildStampUtil.cs#L24
Dereference of a possibly null reference.
build: src/KnifeHub.Web/Program.cs#L125
Dereference of a possibly null reference.
build: src/KnifeHub.Web/Program.cs#L187
Dereference of a possibly null reference.
build: src/KnifeHub.Web/Config/ConfigOptions.cs#L29
Non-nullable property 'MinimumLevel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.