Jared Hester

Results 37 comments of Jared Hester

@Krzysztof-Cieslak i'm not talking about ``, only GAC and relative path `` We don't have to worry about adding package references to the fstoml file initially. We can just use...

I wasn't saying that should be the ultimate goal for handling package references, we're talking about the bare minimum to get it running. Unless you plan on implementing it yourself,...

rough example ``` toml fstomlVersion = '0.0.1.0' name = "project name" assemblyName = "project name" rootNamespace = "project name" projectGuid = "bb0c6f01-5e57-4575-a498-5de850d9fa6c" outputType = "Library" FSharpCore = "4.4.0.0" TargetFramework =...

we do need the `Include`, because there's also `HintPath` `CopyLocal` `SpecificVersion` `Name` (we probably won't use name) I would like to use at least a simple form of substitution, `%(platform)`,...

yea there'll be defaults, just like there are with fsproj

Would there be a constraint that types could satisfy through their implementation to buy into that functionality? Or would it a specific method to implemnent like how `.Item` enable array...

@teo-tsirpanis I wrote about this a year and a half ago, [but it was on an issue that go closed on the compiler](https://github.com/Microsoft/visualfsharp/issues/2463). There's a little more discussion on the...