📝 增加README说明 #941
Annotations
20 warnings
Build image
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
Build image
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Build image
The variable 'e' is declared but never used
|
Build image
The variable 'b' is assigned but its value is never used
|
Build image
The variable 'a' is assigned but its value is never used
|
Build image
The variable 'e' is declared but never used
|
Build image
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build image
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build image
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
Build image
Possible unintended reference comparison; to get a value comparison, cast the left hand side to type 'string'
|
Build with dotnet:
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.'
|
Build with dotnet:
Blog.Core.Extensions/Authorizations/Policys/ApiResponseHandler.cs#L18
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Build with dotnet:
Blog.Core.Services/GuestbookServices.cs#L272
The variable 'e' is declared but never used
|
Build with dotnet:
Blog.Core.Services/AdvertisementServices.cs#L14
The variable 'b' is assigned but its value is never used
|
Build with dotnet:
Blog.Core.Services/AdvertisementServices.cs#L13
The variable 'a' is assigned but its value is never used
|
Build with dotnet:
Blog.Core.Tasks/QuartzNet/Jobs/Job_Blogs_Quartz.cs#L75
The variable 'e' is declared but never used
|
Build with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
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'
|
Loading