.NET 6 (#32)
- Convert back-end to .NET 6 - Upgrade Giraffe, convert routing to endpoint style - Refactor code to take advantage of F# advances
This commit was merged in pull request #32.
This commit is contained in:
@@ -557,7 +557,7 @@ module UserLogOn =
|
||||
}
|
||||
|
||||
|
||||
open Giraffe.GiraffeViewEngine
|
||||
open Giraffe.ViewEngine
|
||||
|
||||
/// This represents a list of requests
|
||||
type RequestList =
|
||||
@@ -651,7 +651,7 @@ with
|
||||
|> ul []
|
||||
br []
|
||||
]
|
||||
|> renderHtmlNodes
|
||||
|> RenderView.AsString.htmlNodes
|
||||
|
||||
/// Generate this list as plain text
|
||||
member this.asText (s : IStringLocalizer) =
|
||||
|
||||
Reference in New Issue
Block a user