Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 828 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 828 Bytes

Maussoft.Mvc

Simple C# web framework for .NET 6

For example applications using this package, look at:

Build package

You can run the following:

dotnet pack -p:Configuration=Release

This will produce a Maussoft.Mvc NuGet package file in the bin/Release directory.

TODO

  • add prettier 404 for nonmatching route
  • add debug toolbar with
    • routing debugger (remove router debug output)
    • API client debugger (API call pane)
    • MySQL connection debugging (query pane)
  • read-only sessions (idempotency)
  • database access disabled for view
  • csrf token support on post requests
  • named parameters on get requests