feat: 标记Pulsar的示例项目的IsPackable为false #438
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 12 warnings
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/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 target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
src/Library/NetPro.TypeFinder/AppDomainTypeFinder.cs#L323
The variable 'ex' is declared but never used
|
build:
src/Library/NetPro.TypeFinder/AppDomainTypeFinder.cs#L414
XML comment is not placed on a valid language element
|
build:
src/Library/NetPro.Checker/CheckMiddlewareHandler.cs#L31
'CheckMiddlewareHandler.UseHealthCheck(IApplicationBuilder, string)' is obsolete: 'recommended to use IApplicationBuilder.UseCheck'
|
build:
src/Library/NetPro.Checker/Startup/CheckerStartup.cs#L102
'CheckMiddlewareHandler.UseHealthCheck(IApplicationBuilder, string)' is obsolete: 'recommended to use IApplicationBuilder.UseCheck'
|
build:
src/Library/NetPro.MongoDb/Startup/NetProMongoDBMultiStartup.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
src/Library/NetPro.MongoDb/Startup/NetProMongoDBMultiStartup.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
src/Library/NetPro.MongoDb/MongoDBMulti.cs#L34
Non-nullable field 'MongoDbOption' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Library/NetPro.CsRedis/CsRedisManager.cs#L77
Parameter 'dbKey' has no matching param tag in the XML comment for 'CsRedisManager.GetOrSet<T>(string, Func<T>, TimeSpan?, int, string)' (but other parameters do)
|
build:
src/Library/NetPro.CsRedis/CsRedisManager.cs#L380
Parameter 'dbKey' has no matching param tag in the XML comment for 'CsRedisManager.HashGetAll<T>(string, string)' (but other parameters do)
|
build:
src/Library/NetPro.CsRedis/CsRedisManager.cs#L395
Parameter 'dbKey' has no matching param tag in the XML comment for 'CsRedisManager.HashGetAllAsync<T>(string, string)' (but other parameters do)
|