Gauthier Segay

Results 386 comments of Gauthier Segay

https://learn.microsoft.com/en-us/nuget/reference/target-frameworks#supported-frameworks yes it seems non standard. Makes me wonder if we should have unit tests that scrape nuget.org (or basically, calls into the same code used there) to assert we...

https://github.com/NuGet/NuGetGallery/blob/e56384290f44bd4cc163cc94eff17bd3e63ac3c2/src/NuGetGallery.Core/Frameworks/PackageFrameworkCompatibilityFactory.cs#L47

@roboz0r thanks for excellent suggestion. I also like to keep "Total time taken: 0 milliseconds", maybe I'll color it orange when things take less than a milliseconds if the logged...

@hormelcookies / @travis-leith are you facing any blocking or specific issues? Paket works great, I doubt anyone wants the project to be "archived". Just to understand, are either of you...

@forki, would you mind creating a discussion area for the project and move this "issue" to it? Thanks!

@travis-leith I see, it seems to be a support question for the specific scenario and command line you are looking after. In your case, it seems you still need to...

@travis-leith I am not sure about the specifics related to safe project template structure. What you are after is adding a single line with `Microsoft.Extensions.Configuration` to src/Configuration/paket.references, assuming paket.dependencies at...

I've tried the command and it does create the paket.references, but it was in a simple "console" project. If you create that src/Configuration/paket.references file with `Microsoft.Extensions.Configuration` and the same package...

@john-patterson the good thing about this repository is that the name itself doesn't imply it is WPF specific :) I'm also using winforms and I'd be interested if you could...

https://github.com/fslaborg/FSharp.Stats/blob/7de8b8202a7225bf3e120a0a273243ca0555d25d/src/FSharp.Stats/Intervals.fs#L7-L9 We may consider having static member (for overloads) or at least the first one: ```fsharp ofTuple: ('a * 'a) -> Interval ``` Should the implementation do a comparison in...