Skip to content

Iter empty

Iter empty #155

Triggered via push September 7, 2024 20:37
Status Success
Total duration 54s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
build
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
build
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
build
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
build: src/Lookup.cs#L493
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
build: src/Lookup.cs#L532
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
build: src/Match.cs#L16
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L22
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L31
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L43
Cannot convert null literal to non-nullable reference type.
build: src/Lookup.cs#L493
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.
build: src/Lookup.cs#L514
Nullability of reference types in value of type 'TValue?' doesn't match target type 'TValue'.