Vinícius Gajo

Results 149 comments of Vinícius Gajo

Indeed. Would you like to work on this?

I found this section about the `extra.files` today: https://github.com/dotnet-websharper/docs/blob/fumadocs/content/core/resources.md#embedding-files-with-extrafiles-file.

+1, it would be good to have a new release

Hello @johnnyggalt, did you consider creating your own `Json.ISerializer` implementation? We have [this sample project](https://github.com/giraffe-fsharp/Giraffe/blob/master/samples/NewtonsoftJson/Program.fs#L17) that does this to use **Newtonsoft.Json** instead of **System.Text.Json** (default in Giraffe currently). Furthermore, our...

~~I'm worried about changing this interface and potentially breaking someone else's code.~~ ~~Example:~~ - ~~https://github.com/giraffe-fsharp/Giraffe/issues/606~~ - ~~https://github.com/giraffe-fsharp/Giraffe/pull/608~~ ~~Perhaps the best option would be to add a new interface that does...

Are you interested in working on this issue @jannikbuschke @johnnyggalt ?

XML serializer also has the `AllowNullLiteral` attribute, which might be removed too.

The version [8.1.0-alpha-001](https://www.nuget.org/packages/Giraffe/8.1.0-alpha-001) doesn't have the `[]` attribute anymore @johnnyggalt @jannikbuschke. Can you please check on your projects?