You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Unity project has not compiled successfully on GitHub Actions since yesterday, when NuGetForUnity.Cli was auto-upgraded to 4.3.0.
When freezing our NuGetForUnity.Cli to 4.2.0, everything is working again.
Looking at the changelog of 4.3.0 this may be due to the changes introduced via #702.
Unity build error:
error CS9057: The analyzer assembly '/home/runner/work/unity-project/Packages/nuget-packages/InstalledPackages/System.Text.Json.7.0.3/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll' references version '4.4.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'
Thanks for creating the issue.
I was a litte bit curious as I changed the code in the PR.
I need to test it when I have some time. If you like you can test if it helps when you remove the line
that is added to the generated .meta files but propably we need logic that only adds the RoslynAnalyzer label for the analycers that use compatible compiler version.
Our Unity project has not compiled successfully on GitHub Actions since yesterday, when
NuGetForUnity.Cli
was auto-upgraded to4.3.0
.When freezing our
NuGetForUnity.Cli
to 4.2.0, everything is working again.Looking at the changelog of
4.3.0
this may be due to the changes introduced via #702.Unity build error:
Reducted Unity build log:
Packages/nuget-packages/NuGet.config
:Reducted
Packages/nuget-packages/NuGet.config
:The text was updated successfully, but these errors were encountered: