-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add support for F# templates #399
Comments
I'd be happy to help port the existing ones to F# - I guess they could then be iterated on to make more F# idiomatic ?
Would that work with build.package process? |
@richardjharding that would work great - the WebAPI template we should not do anything with right now because I need to do another round of simplification with it, but the Console template and the Streams template are good to go for porting to F# akkadotnet-templates/scripts/test-templates.ps1 Lines 101 to 105 in b4036a2
to include testing for the new templates! |
We should have some
dotnet new
templates for F# users - and we should probably split this repository into separate C# / F# folders so they can each be maintained separatelyThe text was updated successfully, but these errors were encountered: