Skip to content

+ use plain code instead of linq #156

+ use plain code instead of linq

+ use plain code instead of linq #156

Triggered via push September 11, 2024 07:37
Status Success
Total duration 51s
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#L19
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L35
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L46
Cannot convert null literal to non-nullable reference type.
build: src/Match.cs#L58
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/Match.cs#L19
Cannot convert null literal to non-nullable reference type.