Vincent Rémond
Vincent Rémond
Add support for the new French AZERTY layout (Azerty NFZ71-300/A),
### Service [Remember the milk](http://rememberthemilk.com/) ### Link to your repository https://github.com/vincentremond/franz-recipe-rememberthemilk
With the new type `record` like this : `public record Sprint(int SprintId, DateTimeOffset StartDate, DateTimeOffset EndDate);` When using `DumpStyle.CSharp` , the generated code is incompatible : ``` new Sprint {...
# find-packages command fails when using UNC paths ### Description The `find-packages` command fails when using UNC paths. Here is a copy of my `paket.dependencies` file: ``` source ~/nuget source...
I like to create rules to ensure some directories are empty because they are automatically created by Windows and I get rid of them. But I have to create 2...
I use Rider a lot for F# development and there is a feature that I would love to have: **Add type anotation** for arguments. For example, if I have the...
I propose we have a way to improve interpolated string. Currently with interpolated strings can be done with or without the type identifier ( `%s` for example ). It can...
`RenderView.AsString.htmlDocument` does not permit to render formatted html documents. It would be good to be able to read generated result.