Enrico Sada
Enrico Sada
@vasily-kirichenko i got the same problem building another project. the `Powershell.HadErrors` property was added in powershell v3 (system.manangement.automation). I installed powershell 3 and after that the project works, now visual...
Current implementation just read the responsefile created after `dotnet build`. atm just search first one. but changing target framework just mean "read from obj{targetframework}\dotnet-compile-fsc.rsp" file
Ok, now FSAC just need to pass the choosen target framework, like `/p:TargetFramework=netstandard1.6` when is parsing fsproj to get fsc args. That mean: - ask user for specific string (the...
@Krzysztof-Cieslak i got a crazy idea. because the target framework and configuration are set in `.tasks.json` for build, cannot we just parse these? so adding `-f netcoreapp1.0` mean ionide will...
Paket is going netcore soon, 1month? Canopy is wip for netcore (selenium is netcore) there is a PR to finish
As a note, paket will add repo level tools (netcore and net) in the same timeframe, so will be easier for add stuff like fake. `dotnet fable` will become just...
Editor side FSAC is netcore already. Ionide in vscode can run netcore only ( with a setting), and in beta atm. Fsac based editor (vim, emacs) will follow easy, really...
> My observed failure is still from dotnet fable webpack, but it's MSBuild failing when invoked from the project cracker @cartermp interesting. Can you open an issue in https://github.com/enricosada/dotnet-proj-info/issues about...
I am checking how to do it, it's a bit more complicated with orgs (i am repo admin, but need org owner to transfer) I am speaking with people who...
Will do!