/LibraryBlazor

Primary LanguageC#GNU General Public License v3.0GPL-3.0

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