remove CA1515 from Test Code Quality & Bump to version 2.3.1 #96
Annotations
10 warnings
build-pr:
src/examples/SoloX.CodeQuality.Test.Example/Class3.g.cs#L18
The field 'Class3.test' is never used
|
build-pr:
src/examples/SoloX.CodeQuality.Prod.Example/Class1.cs#L37
Non-nullable field 'values' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-pr:
src/examples/SoloX.CodeQuality.Prod.Example/Class3.g.cs#L18
The field 'Class3.test' is never used
|
build-pr:
src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L78
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build-pr:
src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L82
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build-pr:
src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L104
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build-pr:
src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L43
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build-pr:
src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L131
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build-pr:
src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L135
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build-pr:
src/tests/SoloX.CodeQuality.Test.Helpers.UTest/Http/HttpClientMockBuilderTest.cs#L160
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|