You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I doubt this matters to very many people, but I as a distraction from the election and covid, I started rewriting BugTracker.NET to work on .dotnet core 5 and use PostgreSQL instead of MS SQL Server. I'm developing it on Ubuntu 20 (well, Mint, actually). Repo is https://github.com/ctrager/budoco and I have a demo running at https://budoco.net.
Folks will probably not like my coding decisions in the new code as much as they didn't like them in the old code. I'm not using MVC, just Razor pages, and I'm not using the Entity Framework.