Testing Queue Runner #49
testing-queue.yml
on: workflow_dispatch
PreTesting
13s
Test
/
test-dotnet
53s
Test
/
run-dotnet-cli-example
43s
Test
/
format-check
28s
PostTesting
11s
Annotations
8 warnings
Test / build-native-dev-library
Cache not found for keys: v0-rust-build-native-dev-library-Linux-26ad3c07-f220ba50, v0-rust-build-native-dev-library-Linux-26ad3c07
|
Test / 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:
|
Test / run-dotnet-cli-example
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Test / 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:
|
Test / run-dotnet-cli-example
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Test / test-dotnet
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Test / test-dotnet
Cache save failed.
|
Test / 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)'.
|