Skip to content

arsinclair/LibraryBlazor

Repository files navigation

Library: Blazor

An work-in-progress implementation of a domain-agnostic entity platformer.

Start Up

  1. Start MSSQL Server
  2. Configure a connection string in appsettings.json / appsettings.Development.json
  3. Upload initial database schema
  4. Run the server

Development

  1. dotnet watch --project Library.Client/ for HOT Reloading and watching changes
  2. dotnet build to build all projects
  3. dotnet publish to create a distributable

Converter Tests

Done

  • ValueConverter
  • LogicalOperatorConverter
  • FilterExpressionConverter
  • QueryExpressionConverter
  • ConditionExpressionConverter

To Do

  • EntityConverter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published