Skip to content

Update submodule

Update submodule #353

Triggered via pull request February 3, 2025 03:06
Status Success
Total duration 2m 59s
Artifacts

csharp_test.yml

on: pull_request
build-native-dev-library
2m 10s
build-native-dev-library
test-dotnet
35s
test-dotnet
run-dotnet-cli-example
29s
run-dotnet-cli-example
format-check
33s
format-check
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
run-dotnet-cli-example
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:
run-dotnet-cli-example
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
run-dotnet-cli-example
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:
run-dotnet-cli-example
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
test-dotnet: tests/VoicevoxCoreSharp.Core.Tests/Helper.cs#L13
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.