-
Notifications
You must be signed in to change notification settings - Fork 0
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 Fsharp template #1
Fix Fsharp template #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added specific comments to why changes were made
...otNet.BenchmarkProjectTemplate.FSharp/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp.nuspec
Outdated
Show resolved
Hide resolved
templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/content/BenchmarkConfig.fs
Show resolved
Hide resolved
templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/content/BenchmarkConfig.fs
Show resolved
Hide resolved
templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/content/_BenchmarkName_.fs
Show resolved
Hide resolved
templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/content/_BenchmarkProjectName_.fsproj
Show resolved
Hide resolved
Thanks for your work 👍 I appreciate always contributions to my work - since it's a great way to learn! |
So For reference
|
Without the files in the fsproj: $ dotnet benchmark ./bin/Release/netstandard2.0/benchmark-template-test.dll
No benchmarks to choose from. Make sure you provided public non-sealed non-static types with public [Benchmark] methods. With the files in the fsproj:
|
d936241
to
1d87c61
Compare
Fixed issues I had while testing the F# template