A .NET Core Worker Service used for logging foreground process history and tracking foreground process duration.
- Store daily foreground process information (such as foreground duration) in local XML store
- Log foreground process update information to daily CSV log
- Creates new directory in AppData for data/logs each day
- CsvHelper
Unit tests live in the AppTimerService.UnitTests
project
- Create application for viewing foreground process information stored by service
- Create powershell installer for executable
- Finish unit tests