升级所有能升的依赖项,到net8环境。目前不支持的, 主要是Oracle和RabbitMQ,存在接口不一致情况。 #418
Annotations
12 warnings
SmartSql Unit Test (6.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
SmartSql Unit Test (6.0.x):
src/SmartSql.InvokeSync.Kafka/KafkaSubscriber.cs#L47
'ConsumeResult<string, string>.Value' is obsolete: 'Please access the message Value via .Message.Value.'
|
SmartSql Unit Test (6.0.x):
src/SmartSql.InvokeSync.Kafka/KafkaSubscriber.cs#L60
'ConsumeResult<string, string>.Value' is obsolete: 'Please access the message Value via .Message.Value.'
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/TypeHandlers/MockTypeHandlerDbDataReader.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/TypeHandlers/MockTypeHandlerDbDataReader.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/DbSessions/DbSessionTest.cs#L259
The variable 'ex' is declared but never used
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/DbSessions/DbSessionTest.cs#L277
The variable 'ex' is declared but never used
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/Attempts/Tests.cs#L14
Public method 'CreateInstance_Linq' on test class 'Tests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method.
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/Utils/SqlParamAnalyzerTest.cs#L27
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/TypeHandlers/TypeHandlerFactoryTest.cs#L38
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
|
SmartSql Unit Test (6.0.x):
src/SmartSql.Test.Unit/Tags/UUIDTest.cs#L31
Do not use Assert.True() to check for substrings. Use Assert.Contains instead.
|
SmartSql Unit Test (6.0.x)
Unexpected input(s) 'server-id', 'settings-path', valid inputs are ['dotnet-version', 'global-json-file', 'source-url', 'owner', 'config-file', 'include-prerelease']
|