dotnet-codegen not found #996
kevinrjones
started this conversation in
General
Replies: 1 comment 1 reply
-
To answer my own question. I think to get this to work I need to install the 2.1 dotnet core SDK, unfortunately there's no ARM version of this for the Mac so I'm guessing it's not going to work |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a project that I'm building an a mac (M1) and I'm trying to use language-ext with the code gen.
I'm getting this error
CodeGeneration.Roslyn.BuildTime.targets(73, 5): [CGR1001] CodeGeneration.Roslyn.Tool (dotnet-codegen) is not available, code generation won't run. Please check https://github.com/AArnott/CodeGeneration.Roslyn for usage instructions.
my csproj looks like this:
`
Not sure what I'm missing here or even if I'm supposed to be using Roslyn code generation
I've also tried changing the 'CodeGeneration.Rosylyn.Buildtime' version to '0.7.5-alpha' as I thought I read somewhere about version upgrades on .Net?
What should I be doing to get this working?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions