Phillip Carter

Results 640 comments of Phillip Carter

Thanks for the report. Do you have a code sample or screenshot showing this behavior? Thanks!

Possible duplicate of https://github.com/OmniSharp/omnisharp-vscode/issues/1936

`netstandard2.1` would be the wrong target, yes. That would not allow the type provider to load in Visual Studio. It needs to be netstandard2.0 or netframework. > It worked when...

This library does make a bit of use of reflection. I'm not sure what that means for trimmability.

I don't think you're referencing `FSharp.Data` the package in your environment. This does not reproduce for me: ![image](https://user-images.githubusercontent.com/6309070/148288438-d2988878-b803-40ee-9786-535142025947.png) That said, if you're preferring to fully qualify all the names for...

@jkone27 would you be interested in submitting a PR with a proposed implementation?

Since we're considering a package split, we can probably do this too and cut a major release, yeah

I would expect not, as I don't think FAKE has been updated for .NET 6 yet. But that's just speculation

Agreed! Would gladly accept a pull request here.