What is the difference between "csharp" and "csharp-dotnet2" for generating C# code? #12534
Unanswered
jaypatrick
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is no clear documentation on the difference between those two options. Best I can tell, "csharp" is the more modern of the two, but it defaults to .net 4.7.1. "csharp-dotnet2" doesn't even include .sln or .csproj files, so out of the box, it won't even compile.
What's the difference between the two options, and why does it default to an almost decade-old version of .Net? And is the feature parity of self-hosting the codegen vs using the online version 1:1?
Beta Was this translation helpful? Give feedback.
All reactions