Update submodule #363
Annotations
5 warnings
Run dotnet test VoicevoxCoreSharp-without-exmaples.slnf
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 test VoicevoxCoreSharp-without-exmaples.slnf
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Run dotnet test VoicevoxCoreSharp-without-exmaples.slnf
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 test VoicevoxCoreSharp-without-exmaples.slnf
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Run dotnet test VoicevoxCoreSharp-without-exmaples.slnf:
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)'.
|
Loading