Giraffe.ViewEngine
Giraffe.ViewEngine copied to clipboard
An F# view engine for Giraffe and other ASP.NET Core web applications.
`RenderView.AsString.htmlDocument` does not permit to render formatted html documents. It would be good to be able to read generated result.
Quick fix for the enhancement described in https://github.com/giraffe-fsharp/Giraffe.ViewEngine/issues/16 #### Notes I noticed Giraffe core is on `1.0.*` Judging by the [release notes for 1.1.0](https://github.com/dotnet/sourcelink/releases/tag/1.1.1), there's not much that would be...
When you have a moment, a version with the `Microsoft.SourceLink.Github` PackageReference would be great :) Giraffe proper is sourcelinked, I think it just got lost in the shuffle here.
I am converting a HTML hard coded website to Giraffe (for layout, data templating...). It is quite boring to transform HTML to function-style view. I thought a tool could help,...
https://latkin.org/blog/2015/05/18/null-checking-considerations-in-f-its-harder-than-you-think/
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Hi, I am fairly new to Giraffe and the view engine but I like it very much so far. I have however been facing something that seems to be a...