WIP first working netcoreapp3.1 migration#443
WIP first working netcoreapp3.1 migration#443MarkZither wants to merge 6 commits intoloic-sharma:update-aspnet3from
Conversation
I was able to get routing to work by removing |
Updates BaGet to ASP.NET Core 3.0. This is based off @MarkZither's work (see #443). Thank you for all the help @MarkZither!⚠️ Many of BaGet's projects will **temporarily** require .NET Core 3 because EF Core 3.0 requires .NET Standard 2.1. EF Core 3.1 reintroduced .NET Standard 2.0 support. I will re-add .NET Framework and .NET Standard 2.0 support once I've migrated BaGet to ASP.NET Core 3.1. Part of #439
|
Hi @MarkZither, I merged the update to ASP.NET Core 3.0 (#444) and opened a new pull request for ASP.NET Core 3.1 (#446). I fixed the EF Core 3.1 warnings like I'm currently investigating exceptions thrown by the ASP.NET Core 3.1 SPA services... It seems proxying is a little flaky, but I'm not sure why. |
Updates BaGet to ASP.NET Core 3.1. This is based off @MarkZither's work (see #443). Thank you for all the help @MarkZither! Part of #439
|
Hey @MarkZither, I merged your changes as part of #446. Thank you for starting this project! |
WIP migration to .netcoreapp3.1, so bits to finish around the routing and some bits to revert.
Fix a duplicate route that is throwing and exception for SymbolDownloadRouteName as also done in wagnerhsu's fork
Addresses #439