Skip to content

fix: 在星尘中,生成大量sql语句,XCode内部报告慢查询时,有个永久HashSet确保每个sql慢查询只报告一次。 #128

fix: 在星尘中,生成大量sql语句,XCode内部报告慢查询时,有个永久HashSet确保每个sql慢查询只报告一次。

fix: 在星尘中,生成大量sql语句,XCode内部报告慢查询时,有个永久HashSet确保每个sql慢查询只报告一次。 #128

Triggered via push August 12, 2023 08:21
Status Success
Total duration 1m 1s
Artifacts

publish-beta.yml

on: push
build-publish
53s
build-publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-publish: Test/Program.cs#L107
The variable 'aaa' is assigned but its value is never used
build-publish: 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.
build-publish: Test/Program.cs#L263
The variable 'f' is assigned but its value is never used
build-publish: Test/Program.cs#L264
The variable 'f2' is assigned but its value is never used
build-publish: 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)
build-publish: 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)
build-publish: 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)
build-publish: 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)
build-publish: 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)
build-publish: 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)