@KevinRansom Is possibile to have a new release of package Microsoft.FSharp.Compiler.netcore on nuget.org? Maybe fsharp.core too, if needed.
Atm version is 1.0.0-rc-170122. /cc @cartermp
To get fsc args (https://github.com/fsharp/FSharp.Compiler.Service/issues/707) required by FSAC (https://github.com/fsharp/FSharp.Compiler.Service/issues/705), i added new properties of the msbuild Fsc task with https://github.com/Microsoft/visualfsharp/pull/2523 . That's why i need the new package, for an updated FSharp.Build.dll
Now that the works is done for FSAC (and can be tried in https://github.com/ionide/FsAutoComplete/pull/53 with vscode), i'd like to use official MS package and refresh downstream (so FSharp.Compiler.Tools, FSharp.NET.Sdk ) so is possibile to use it in FSAC /cc @dsyme
Done Version="1.0.0-rc-170316-0"... it's just indexing
https://www.nuget.org/packages/Microsoft.FSharp.Compiler.netcore/1.0.0-rc-170316-0
https://www.nuget.org/packages/Microsoft.FSharp.Core.netcore/1.0.0-rc-170316-0
Awesome, thx a lot @KevinRansom . i'll try update fsharp packages now 馃憤 and some test, after that i'll close it
All ok for now! published as FSharp.Compiler.Tools/4.1.1,
@KevinRansom @cartermp thx a lot! Just adding a gif on why i am so happy about it
clean repo -> open code -> dotnet restore -> intellisense! -> F5 -> debug!

Most helpful comment
Awesome, thx a lot @KevinRansom . i'll try update fsharp packages now 馃憤 and some test, after that i'll close it