BugTracker
BugTracker copied to clipboard
A basic bug tracker, implemented in ASP NET Core
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Addresses #15
This is the result I get when trying to build the web ui: ``` the_user@server:~/BugTracker$ ln -s WebUI.Dockerfile Dockerfile the_user@server:~/BugTracker$ docker build . -t bug.tracker.ui Sending build context to Docker...
I build a docker of the WebUI (after fixing the location of the asp runtime and dotnet sdk images - pull request incoming) but when I run and try to...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.5 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.5 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...
Hi! Thank you for sharing this app. I am new to coding and dotnet. I cloned your repo in Visual Studio 2019, I followed your instructions and was able to...