Skip to content

Test

Test #166

Triggered via pull request December 10, 2023 00:44
Status Failure
Total duration 1m 46s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: MSBuild.CompilerCache/LocatorAndPopulator.cs#L114
Cannot convert null literal to non-nullable reference type.
build: MSBuild.CompilerCache/TargetsExtractionUtils.cs#L163
Nullability of reference types in value of type 'ImmutableArray<(string Name, string Value, TargetsExtractionUtils.Attr? KnownAttr)>' doesn't match target type 'ImmutableArray<(string Name, string Value, TargetsExtractionUtils.Attr Attr)>'.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L64
Non-nullable property 'ProjectFullPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L66
Non-nullable property 'CombinedRefCacheStats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L67
Non-nullable property 'RefCacheStats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L68
Non-nullable property 'CombinedFileHashCacheStats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L69
Non-nullable property 'FileHashCacheStats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L70
Non-nullable property 'Locate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L71
Non-nullable property 'Populate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MSBuild.CompilerCache/CompilerCacheLocate.cs#L72
Non-nullable property 'Counters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.