-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhance] FSharp support #149
Comments
Actually the error is weird. I have some fsharp projects but Nerdbank.Gitversioning is not installed. I get
but it doesn't say which assembly and there is nothing else in the log |
NB.GV already has some support for manually generating source code when CodeDom is absent, since this is required for |
Ahhhh. Ignore my previous post about the error still being there even though the FSharp projects didn't include the nuget package. That was some weird stuff that hasn't happened again. But I created a pull request anyway to at least put the name of the assembly in the error messages. :) I might add stuff for FSharp if it turns out I need them. |
Fix for issue #149 - Adding F# support for AssemblyInfo generation
When added to an fsharp project there is an error about CodeDom missing. Not surprising but is there a chance support can be added?
The text was updated successfully, but these errors were encountered: