Skip to content

🚀 github action run #920

🚀 github action run

🚀 github action run #920

Triggered via push August 2, 2024 09:58
Status Failure
Total duration 1m 24s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build
The TargetFramework value '' was not recognized. It may be misspelled. If not, then the TargetFrameworkIdentifier and/or TargetFrameworkVersion properties must be specified explicitly.
build
The TargetFramework value '' was not recognized. It may be misspelled. If not, then the TargetFrameworkIdentifier and/or TargetFrameworkVersion properties must be specified explicitly.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/setup-dotnet@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: Blog.Core.Common/Seed/SeedData/SubBusinessDataSeedData.cs#L25
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
build: Blog.Core.Common/Seed/SeedData/SubBusinessDataSeedData.cs#L46
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
build: Blog.Core.Serilog/Utility/SerilogRequestUtility.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Blog.Core.Serilog/Utility/SerilogRequestUtility.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Blog.Core.Tasks/QuartzNet/Jobs/Job_Blogs_Quartz.cs#L75
The variable 'e' is declared but never used
build: Blog.Core.Services/AdvertisementServices.cs#L13
The variable 'a' is assigned but its value is never used
build: Blog.Core.Services/AdvertisementServices.cs#L14
The variable 'b' is assigned but its value is never used
build: Blog.Core.Services/GuestbookServices.cs#L272
The variable 'e' is declared but never used
build: Blog.Core.Extensions/Authorizations/Policys/ApiResponseHandler.cs#L18
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build: Blog.Core.Extensions/Authorizations/Policys/ApiResponseHandler.cs#L18
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'