Skip to content

resource filtering is async all the way down #2

resource filtering is async all the way down

resource filtering is async all the way down #2

Triggered via push October 29, 2024 13:29
Status Success
Total duration 1m 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: 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
/home/runner/work/jasperfx/jasperfx/src/JasperFx/CommandLine/CommandExecutor.cs(66,74): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/CommandLine/CommandExecutor.cs(90,85): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/CommandLine/CommandExecutor.cs(110,99): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Resources/ResourceHostExtensions.cs(87,31): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Resources/ResourceHostExtensions.cs(87,59): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Resources/ResourceHostExtensions.cs(106,31): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Resources/ResourceHostExtensions.cs(106,59): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Resources/ResourceHostExtensions.cs(120,31): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/Resources/ResourceHostExtensions.cs(120,59): warning CS8625: Cannot convert null literal to non-nullable reference type. [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]
build
/home/runner/work/jasperfx/jasperfx/src/JasperFx/CommandLine/Parsing/TokenHandlerBase.cs(58,26): warning CS8765: Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes). [/home/runner/work/jasperfx/jasperfx/src/JasperFx/JasperFx.csproj::TargetFramework=net8.0]