BugTracker.NET
BugTracker.NET copied to clipboard
Just FYI - I'm kinda sorta rewriting BugTracker.NET for dotnet core 5
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.