chore(deps): update dependency microsoft.extensions.dependencyinjection to 10.0.1 #13157
Annotations
1 error and 94 warnings
|
modularpipeline (windows-latest)
Process completed with exit code 1.
|
|
modularpipeline (ubuntu-latest)
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
modularpipeline (ubuntu-latest)
No files were found with the provided path: **/hangdump*. No artifacts will be uploaded.
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/TestContextIsolationTests.cs#L125
'CollectionAssertionBase<IEnumerable<TestContext>, TestContext>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/Tests.cs#L304
'CollectionAssertionBase<IEnumerable<int>, int>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/Tests.cs#L293
'CollectionAssertionBase<IEnumerable<int>, int>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/Tests.cs#L260
'CollectionAssertionBase<IEnumerable<int>, int>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/Tests.cs#L252
'AssertionExtensions.HasLength(IAssertionSource<string>)' is obsolete: 'Use Length() instead, which provides all numeric assertion methods. Example: Assert.That(str).Length().IsGreaterThan(5)'
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/Tests.cs#L245
'AssertionExtensions.HasLength(IAssertionSource<string>)' is obsolete: 'Use Length() instead, which provides all numeric assertion methods. Example: Assert.That(str).Length().IsGreaterThan(5)'
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/Tests.cs#L67
'AssertionExtensions.HasLength(IAssertionSource<string>)' is obsolete: 'Use Length() instead, which provides all numeric assertion methods. Example: Assert.That(str).Length().IsGreaterThan(5)'
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/TestCountVerificationTests.cs#L6
Parameter 'value' is unread.
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/TimeoutCancellationTokenTests.cs#L104
Parameter 'value' is unread.
|
|
modularpipeline (ubuntu-latest):
TUnit.TestProject/TransactionTest.cs#L11
Non-nullable field '_scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L42
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L33
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L24
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L736
Dereference of a possibly null reference.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L373
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L372
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L364
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L363
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.Analyzers/AnalyzerReleases.Shipped.md#L5
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '#### Assertion Usage Rules' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L372
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L364
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L363
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (ubuntu-latest):
TUnit.Pipeline/Modules/GenerateReadMeModule.cs#L93
Possible null reference argument for parameter 'outputFolderPath' in 'Folder IZip.UnZipToFolder(string zipPath, string outputFolderPath)'.
|
|
modularpipeline (ubuntu-latest):
TUnit.Pipeline/Modules/GenerateReadMeModule.cs#L93
Possible null reference argument for parameter 'zipPath' in 'Folder IZip.UnZipToFolder(string zipPath, string outputFolderPath)'.
|
|
modularpipeline (ubuntu-latest):
TUnit.Pipeline/Modules/PublishNugetTesterAOTModule.cs#L40
Possible null reference argument for parameter 'projectSolution' in 'DotNetPublishOptions.DotNetPublishOptions(string projectSolution)'.
|
|
modularpipeline (ubuntu-latest):
TUnit.Pipeline/Modules/UploadToNuGetModule.cs#L44
Possible null reference argument for parameter 'path' in 'DotNetNugetPushOptions.DotNetNugetPushOptions(string path)'.
|
|
modularpipeline (ubuntu-latest):
TUnit.Pipeline/Modules/PackTUnitFilesModule.cs#L32
Possible null reference argument for parameter 'projectSolution' in 'DotNetPackOptions.DotNetPackOptions(string projectSolution)'.
|
|
modularpipeline (ubuntu-latest):
TUnit.Pipeline/Modules/AddLocalNuGetRepositoryModule.cs#L15
Possible null reference argument for parameter 'packageSourcePath' in 'DotNetNugetAddSourceOptions.DotNetNugetAddSourceOptions(string packageSourcePath)'.
|
|
modularpipeline (ubuntu-latest):
TUnit.Assertions.Analyzers/AnalyzerReleases.Shipped.md#L5
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '#### Assertion Usage Rules' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (macos-latest)
No files were found with the provided path: **/hangdump*. No artifacts will be uploaded.
|
|
modularpipeline (macos-latest):
TUnit.TestProject/TestContextIsolationTests.cs#L125
'CollectionAssertionBase<IEnumerable<TestContext>, TestContext>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (macos-latest):
TUnit.TestProject/TestCountVerificationTests.cs#L6
Parameter 'value' is unread.
|
|
modularpipeline (macos-latest):
TUnit.TestProject/Tests.cs#L304
'CollectionAssertionBase<IEnumerable<int>, int>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (macos-latest):
TUnit.TestProject/Tests.cs#L293
'CollectionAssertionBase<IEnumerable<int>, int>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (macos-latest):
TUnit.TestProject/Tests.cs#L260
'CollectionAssertionBase<IEnumerable<int>, int>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (macos-latest):
TUnit.TestProject/Tests.cs#L252
'AssertionExtensions.HasLength(IAssertionSource<string>)' is obsolete: 'Use Length() instead, which provides all numeric assertion methods. Example: Assert.That(str).Length().IsGreaterThan(5)'
|
|
modularpipeline (macos-latest):
TUnit.TestProject/Tests.cs#L245
'AssertionExtensions.HasLength(IAssertionSource<string>)' is obsolete: 'Use Length() instead, which provides all numeric assertion methods. Example: Assert.That(str).Length().IsGreaterThan(5)'
|
|
modularpipeline (macos-latest):
TUnit.TestProject/Tests.cs#L67
'AssertionExtensions.HasLength(IAssertionSource<string>)' is obsolete: 'Use Length() instead, which provides all numeric assertion methods. Example: Assert.That(str).Length().IsGreaterThan(5)'
|
|
modularpipeline (macos-latest):
TUnit.TestProject/TimeoutCancellationTokenTests.cs#L104
Parameter 'value' is unread.
|
|
modularpipeline (macos-latest):
TUnit.TestProject/TransactionTest.cs#L11
Non-nullable field '_scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L33
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L24
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L42
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L736
Dereference of a possibly null reference.
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L373
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L372
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L364
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L363
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (macos-latest):
TUnit.Assertions.Analyzers/AnalyzerReleases.Shipped.md#L5
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '#### Assertion Usage Rules' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (macos-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L363
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (macos-latest):
TUnit.Analyzers/AnalyzerReleases.Shipped.md#L5
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '#### Test Method and Structure Rules' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (macos-latest):
TUnit.Core.SourceGenerator/Generators/PropertyInjectionSourceGenerator.cs#L238
Use 'SymbolEqualityComparer' when comparing symbols
|
|
modularpipeline (macos-latest):
TUnit.Pipeline/Modules/GenerateReadMeModule.cs#L93
Possible null reference argument for parameter 'outputFolderPath' in 'Folder IZip.UnZipToFolder(string zipPath, string outputFolderPath)'.
|
|
modularpipeline (macos-latest):
TUnit.Pipeline/Modules/GenerateReadMeModule.cs#L93
Possible null reference argument for parameter 'zipPath' in 'Folder IZip.UnZipToFolder(string zipPath, string outputFolderPath)'.
|
|
modularpipeline (macos-latest):
TUnit.Pipeline/Modules/AddLocalNuGetRepositoryModule.cs#L15
Possible null reference argument for parameter 'packageSourcePath' in 'DotNetNugetAddSourceOptions.DotNetNugetAddSourceOptions(string packageSourcePath)'.
|
|
modularpipeline (macos-latest):
TUnit.Pipeline/Modules/PackTUnitFilesModule.cs#L32
Possible null reference argument for parameter 'projectSolution' in 'DotNetPackOptions.DotNetPackOptions(string projectSolution)'.
|
|
modularpipeline (macos-latest):
TUnit.Pipeline/Modules/PublishNugetTesterAOTModule.cs#L40
Possible null reference argument for parameter 'projectSolution' in 'DotNetPublishOptions.DotNetPublishOptions(string projectSolution)'.
|
|
modularpipeline (macos-latest):
TUnit.Pipeline/Modules/UploadToNuGetModule.cs#L44
Possible null reference argument for parameter 'path' in 'DotNetNugetPushOptions.DotNetNugetPushOptions(string path)'.
|
|
modularpipeline (macos-latest):
TUnit.Assertions.Analyzers/AnalyzerReleases.Shipped.md#L5
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '#### Assertion Usage Rules' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest)
No files were found with the provided path: **/hangdump*. No artifacts will be uploaded.
|
|
modularpipeline (windows-latest):
TUnit.TestProject/SimpleGenericTests.cs#L59
Argument of type 'ValueAssertion<T2>' cannot be used for parameter 'source' of type 'IAssertionSource<T2?>' in 'NotEqualsAssertion<T2?> NotEqualsAssertionExtensions.IsNotEqualTo<T2?>(IAssertionSource<T2?> source, T2? notExpected, IEqualityComparer<T2?>? comparer = null, string? notExpectedExpression = null, string? comparerExpression = null)' due to differences in the nullability of reference types.
|
|
modularpipeline (windows-latest):
TUnit.TestProject/SimpleGenericTests.cs#L58
Argument of type 'ValueAssertion<T>' cannot be used for parameter 'source' of type 'IAssertionSource<T?>' in 'NotEqualsAssertion<T?> NotEqualsAssertionExtensions.IsNotEqualTo<T?>(IAssertionSource<T?> source, T? notExpected, IEqualityComparer<T?>? comparer = null, string? notExpectedExpression = null, string? comparerExpression = null)' due to differences in the nullability of reference types.
|
|
modularpipeline (windows-latest):
TUnit.TestProject/SimpleGenericTests.cs#L42
Argument of type 'ValueAssertion<T>' cannot be used for parameter 'source' of type 'IAssertionSource<T?>' in 'NotEqualsAssertion<T?> NotEqualsAssertionExtensions.IsNotEqualTo<T?>(IAssertionSource<T?> source, T? notExpected, IEqualityComparer<T?>? comparer = null, string? notExpectedExpression = null, string? comparerExpression = null)' due to differences in the nullability of reference types.
|
|
modularpipeline (windows-latest):
TUnit.TestProject/TestContextIsolationTests.cs#L134
'CollectionAssertionBase<IEnumerable<string>, string>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (windows-latest):
TUnit.TestProject/TestContextIsolationTests.cs#L129
'CollectionAssertionBase<IEnumerable<TestContext>, TestContext>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (windows-latest):
TUnit.TestProject/TestContextIsolationTests.cs#L125
'CollectionAssertionBase<IEnumerable<TestContext>, TestContext>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
modularpipeline (windows-latest):
TUnit.TestProject/Tests.cs#L67
'AssertionExtensions.HasLength(IAssertionSource<string>)' is obsolete: 'Use Length() instead, which provides all numeric assertion methods. Example: Assert.That(str).Length().IsGreaterThan(5)'
|
|
modularpipeline (windows-latest):
TUnit.TestProject/TestCountVerificationTests.cs#L6
Parameter 'value' is unread.
|
|
modularpipeline (windows-latest):
TUnit.TestProject/TimeoutCancellationTokenTests.cs#L104
Parameter 'value' is unread.
|
|
modularpipeline (windows-latest):
TUnit.TestProject/TransactionTest.cs#L11
Non-nullable field '_scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
modularpipeline (windows-latest):
TUnit.Analyzers/AnalyzerReleases.Shipped.md#L5
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '#### Test Method and Structure Rules' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L42
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L33
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L24
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L373
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L372
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L364
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L363
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L736
Dereference of a possibly null reference.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.Analyzers/AnalyzerReleases.Shipped.md#L5
Analyzer release file 'AnalyzerReleases.Shipped.md' has a missing or invalid release header '#### Assertion Usage Rules' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L33
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L42
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L24
Enable analyzer release tracking for the analyzer project containing rule 'TUNITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L373
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L372
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L364
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/AssertionExtensionGenerator.cs#L363
Converting null literal or possible null value to non-nullable type.
|
|
modularpipeline (windows-latest):
TUnit.Assertions.SourceGenerator/Generators/MethodAssertionGenerator.cs#L736
Dereference of a possibly null reference.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
NuGetPackages-macos-latest
|
9.81 MB |
sha256:74332df9d84b700ba554ad3d96f9fb90130b4047b918413b91e3699a5ed36950
|
|
|
NuGetPackages-ubuntu-latest
|
9.81 MB |
sha256:f89320252a8be4737daad57424225fbcaed3c75a79947471508fe6b15c1737b3
|
|
|
NuGetPackages-windows-latest
|
21.4 KB |
sha256:9d55cce5b6a9f13c202794aa9a740de04eaded556ff19b521a095c81ed812e81
|
|
|
TestingPlatformDiagnosticLogsmacos-latest
|
576 KB |
sha256:6d7256641fb16ff6c9370c0b642120644fdba04e35e6e00ab616bf6203afff8c
|
|
|
TestingPlatformDiagnosticLogsubuntu-latest
|
580 KB |
sha256:93d5704c7cee5be0b9833756c50201d8edb5c6b750b18e9506f6f797c24cfb10
|
|
|
TestingPlatformDiagnosticLogswindows-latest
|
634 KB |
sha256:cfcba218b685d2612f7845218f079696211c9338127a76696cfa5f5d64f1ac67
|
|