Skip to content

事务埋点,数据标签使用事务等级名称比数字更友好 #134

事务埋点,数据标签使用事务等级名称比数字更友好

事务埋点,数据标签使用事务等级名称比数字更友好 #134

Triggered via push August 26, 2023 00:01
Status Success
Total duration 1m 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

publish-beta.yml

on: push
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/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)
build-publish: 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)
build-publish: 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)
build-publish: XUnitTest.XCode/DataAccessLayer/MySqlTests.cs#L137
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/SQLiteTests.cs#L134
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)