Skip to content

readme

readme #436

Triggered via push July 21, 2023 10:30
Status Failure
Total duration 1m 40s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 21 warnings
build
The icon file 'logo2.png' does not exist in the package.
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.RabbitMQ/AuthUtil/AliyunMechanism.cs#L30
The variable 'e' is declared but never used
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.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.RabbitMQ/AuthUtil/AliyunMechanism.cs#L30
The variable 'e' is declared but never used
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.Utility/Helpers/EncryptHelper.cs#L197
'TripleDESCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: src/Library/NetPro.Utility/Helpers/EncryptHelper.cs#L470
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build: src/Library/NetPro.Utility/Helpers/CommonHelper.cs#L181
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: src/Library/NetPro.Utility/Helpers/EncryptHelper.cs#L32
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
build: src/Library/NetPro.Utility/Helpers/EncryptHelper.cs#L66
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: src/Library/NetPro.Utility/Helpers/EncryptHelper.cs#L87
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: src/Library/NetPro.Utility/Helpers/EncryptHelper.cs#L87
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: src/Library/NetPro.Utility/Helpers/EncryptHelper.cs#L129
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'