You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week at #Build2016 F# support for .NET Core was announced. I have grabbed our code to check what is needed to be done to get it working. It turns out that we already support it!! Mainly due to the reuse of dotnet cli features.
So I just added sample F# benchmark to our repo, it can be found here I have reused existing F# sample.
@AndreyAkinshin Before I added line to README I had also checked the Visual Basic support. It works as well so I added integration test for that and the line in README too. Commmit
This week at #Build2016 F# support for .NET Core was announced. I have grabbed our code to check what is needed to be done to get it working. It turns out that we already support it!! Mainly due to the reuse of dotnet cli features.
So I just added sample F# benchmark to our repo, it can be found here I have reused existing F# sample.
project.json:
Program.fs
NuGet.Config
commands needed to execute:
The text was updated successfully, but these errors were encountered: