disunity-hq / disunity

A fullstack toolchain for modding Unity games
MIT License
20 stars 4 forks source link

ASP Core 3.0 #37

Open dustinlacewell opened 5 years ago

dustinlacewell commented 5 years ago

ASP.NET Core 3.0 is the next major release of the framework. We should upgrade. Upgrading will bring us Blazor, or C# on the frontend allowing us to get rid of TypeScript.

There are a number of blocking issues we ran into while exploring this migration path:

https://github.com/microsoft/aspnet-api-versioning/issues/499#issuecomment-515801164

https://github.com/aspnet/AspNetCore/issues/11609#issuecomment-515923599

https://github.com/aspnet/AspNetCore/issues/9337#issuecomment-514826039

https://github.com/aspnet/AspNetCore/issues/11185#issuecomment-509249286

https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/903