Maxime Mangel

Results 1077 comments of Maxime Mangel

Will be included in the next release

Will be included in the next release

Thank you for looking into it and explaining the cause of the problem. I tried to add `System.Resources.ResourceManager` to the test project but it didn't change the problem. Also, there...

@erikbra I understand that grate by default as some pre defined folders. When doing `dotnet grate --folders ` doesn't the users say all the files/folders should be under ``? If...

@erikbra Having the using need to increase the verbosity level means that this is not "supported" out of the box. And I think that it is a bit too indirect...

@willsmith9182 IHMO there is a difference in: - not having folders because they are from the default convention, in that case no errors should be generated - not having a...

@erikbra For me this work yes 👍

@isaacabraham I added a few more comments. The first one is the problematic one the others two are more related to details that you can decide to follow or not.

`Directory.Build.props` is kind of an extension of `*.fsproj` / `*.csproj` files so for me the answer is not as simple as a yes / no. For example, because I work...

FSharp.Core does use `.fsi` too for example, but I had the same problem as you when reading FSharp.Core repository. I was like, why do then rewrite the almost the same...