Merge branch 'master' of https://github.com/NewLifeX/NewLife.XCode #152
Annotations
1 error and 20 warnings
|
Test/Program.cs#L67
'Setting' is obsolete: '=>XCodeSetting'
|
Test/Program.cs#L107
The variable 'aaa' is assigned but its value is never used
|
Test/Program.cs#L201
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test/Program.cs#L263
The variable 'f' is assigned but its value is never used
|
Test/Program.cs#L264
The variable 'f2' is assigned but its value is never used
|
XUnitTest.XCode/Configuration/SqlTemplateTests.cs#L176
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/DaMengTests.cs#L117
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/SqlServerTests.cs#L172
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/SqlServerTests.cs#L129
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/DB2Tests.cs#L115
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Test/Program.cs#L107
The variable 'aaa' is assigned but its value is never used
|
Test/Program.cs#L201
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test/Program.cs#L263
The variable 'f' is assigned but its value is never used
|
Test/Program.cs#L264
The variable 'f2' is assigned but its value is never used
|
XUnitTest.XCode/DataAccessLayer/SqlServerTests.cs#L129
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/SqlServerTests.cs#L172
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/SQLiteTests.cs#L134
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/SQLiteTests.cs#L167
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/PostgreSQLTests.cs#L122
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
XUnitTest.XCode/DataAccessLayer/PostgreSQLTests.cs#L165
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
The logs for this run have expired and are no longer available.
Loading