An Umbraco 7.x extension for viewing Umbraco trace log files within the Developer section of Umbraco CMS.
PM> Install-Package DiploTraceLogViewer
Umbraco Package: http://our.umbraco.org/projects/developer-tools/diplo-trace-log-viewer
NuGet Package: https://www.nuget.org/packages/DiploTraceLogViewer/
Uses Angular SmartTable - http://lorenzofox3.github.io/smart-table-website/
Blog Post: http://www.diplo.co.uk/blog/web-development/diplo-trace-log-viewer-for-umbraco/
Unit tests are provided by NUnit 3: https://github.com/nunit/nunit/wiki
Easiest way to run Unit tests is with the NUnit 3 Test Adapter from https://visualstudiogallery.msdn.microsoft.com/0da0f6bd-9bb6-4ae3-87a8-537788622f2d?SRC=VSIDE
(Once the test runner is installed go to VS and choose Test > Windows > Test Explorer)
See https://github.com/nunit/nunit3-vs-adapter/wiki/Installation for more info.