Skip to content

Cache reference assemblies between tests to improve performance #75

Cache reference assemblies between tests to improve performance

Cache reference assemblies between tests to improve performance #75

Triggered via pull request June 7, 2024 20:08
Status Success
Total duration 6m 52s
Artifacts 6

main.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (ubuntu-22.04): Source/Moq.Analyzers/CallbackSignatureShouldMatchMockedMethodAnalyzer.cs#L62
Possible null reference argument for parameter 'expression' in 'TypeInfo CSharpExtensions.GetTypeInfo(SemanticModel? semanticModel, ExpressionSyntax expression, CancellationToken cancellationToken = default(CancellationToken))'.
build (ubuntu-22.04): Source/Moq.Analyzers/Helpers.cs#L32
Possible null reference argument for parameter 'expression' in 'SymbolInfo CSharpExtensions.GetSymbolInfo(SemanticModel? semanticModel, ExpressionSyntax expression, CancellationToken cancellationToken = default(CancellationToken))'.
build (ubuntu-22.04): Source/Moq.Analyzers/Helpers.cs#L39
Possible null reference argument for parameter 'symbol' in 'bool Helpers.IsCallbackOrReturnSymbol(ISymbol symbol)'.
build (ubuntu-22.04): Source/Moq.Analyzers/Helpers.cs#L49
Possible null reference return.
build (ubuntu-22.04): Source/Moq.Analyzers/Helpers.cs#L50
Possible null reference return.
build (ubuntu-22.04): Source/Moq.Analyzers/Helpers.cs#L57
Possible null reference return.
build (windows-2022): Source/Moq.Analyzers/CallbackSignatureShouldMatchMockedMethodAnalyzer.cs#L62
Possible null reference argument for parameter 'expression' in 'TypeInfo CSharpExtensions.GetTypeInfo(SemanticModel? semanticModel, ExpressionSyntax expression, CancellationToken cancellationToken = default(CancellationToken))'.
build (windows-2022): Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L31
Converting null literal or possible null value to non-nullable type.
build (windows-2022): Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L35
Dereference of a possibly null reference.
build (windows-2022): Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L35
Converting null literal or possible null value to non-nullable type.
build (windows-2022): Source/Moq.Analyzers/NoSealedClassMocksAnalyzer.cs#L52
The result of the expression is always 'false' since a value of type 'SeparatedSyntaxList<TypeSyntax>' is never equal to 'null' of type 'SeparatedSyntaxList<TypeSyntax>?'
build (windows-2022): Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L50
Dereference of a possibly null reference.
build (windows-2022): Source/Moq.Analyzers/ConstructorArgumentsShouldMatchAnalyzer.cs#L74
Argument of type 'ITypeSymbol?[]' cannot be used for parameter 'argumentTypes2' of type 'ITypeSymbol[]' in 'bool ConstructorArgumentsShouldMatchAnalyzer.AreParametersMatching(ImmutableArray<IParameterSymbol> constructorParameters, ITypeSymbol[] argumentTypes2)' due to differences in the nullability of reference types.

Artifacts

Produced during runtime
Name Size
.NET Test Reports (ubuntu-22.04) Expired
6.92 KB
.NET Test Reports (windows-2022) Expired
6.81 KB
binlogs-ubuntu-22.04 Expired
562 KB
binlogs-windows-2022 Expired
581 KB
packages-ubuntu-22.04 Expired
27.7 KB
packages-windows-2022 Expired
28 KB