netcorecli-fsc
netcorecli-fsc copied to clipboard
[DEPRECATED] F# and .NET Core SDK working together
## How to reproduce: ### Prepare ``` dotnet new console -lang F# dotnet add package FSharp.Data -v 3.0.0 ``` ### Command that causes the problem ``` dotnet build ``` ##...
What is a proper/possible way to use fsc.exe from FCT package in a sdk-based project? Manually adding targets file makes project include compile items twice.
ref https://github.com/GoogleCloudPlatform/google-cloud-dotnet/issues/863 Attributes like `TargetFrameworkAttribute`, `Version`, `FileVersion` should be auto generated as temporary `AssemblyInfo.fs` passed to compiler that's a regression from .net core sdk preview2 atm is not implemented at...
If you compile a F# console project you see None items added for each .fs file in the project. **To reproduce:** .NET SDK 1.0.1 installed. 1) dotnet new console -lang...