Skip to content
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

Fix for issue #149 - Adding F# support for AssemblyInfo generation #255

Merged
merged 5 commits into from
Nov 24, 2018

Conversation

kwpatrick
Copy link
Contributor

Adding F# support involved some minor changes to how the assembly infos are generated, since the NET461 target now needs to be able to try both CodeDom and native code generation paths. This resolves issue #149.

One thing to note: F# requires code to be in a module or namespace, and so the new F# path will apply a namespace (the provided root namespace + "Properties" if possible, "AssemblyInfo.Properties" if nothing is provided. Other code generation targets should be unaffected by this.

@AArnott
Copy link
Collaborator

AArnott commented Nov 24, 2018

Thanks, @kwpatrick. I made a few mainly cosmetic changes, but I like what you've done here.

@AArnott AArnott merged commit 8ec9808 into dotnet:master Nov 24, 2018
AArnott added a commit that referenced this pull request Apr 1, 2024
Bump .NET SDK from 8.0.100 to 8.0.201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants