Closed carldebilly closed 5 years ago
Any update on this issue?
We build using dotnet under linux, more specifically within the microsoft/dotnet:2.2-sdk docker image. All of our CI/CD pipelines resolves around docker.
Not being able to build using dotnet is a problem for us. I feel like this probably hinders Uno.CodeGen adoption by the community.
Should be addressed by https://github.com/unoplatform/Uno.SourceGeneration/pull/113. It will require .NET Core 3.0, though.
Bug report
Unable to build a project using
Uno.CodeGen
on the dotnet core platform from command line.Repro steps
Uno.CodeGen
C:\myproject>dotnet build myproject.csproj
Current behavior
We're getting an error like that:
Expected behavior
Should compile without errors.
Extra information
Building using MSBuild won't produce this error:
Environment
Dotnet Code
2.2
Nuget Package:1.31.0