News

StyleCop Analyzers for the .NET Compiler Platform This repository contains an implementation of the StyleCop rules using the .NET Compiler Platform. Where possible, code fixes are also provided to ...
With a local web server set up, you can view your own files in a web browser, usually by visiting http://localhost/.
Simple Impersonation Library for .Net This library allows you to run code as another Windows user, as long as you have their credentials. It achives this using the LogonUser Windows API, and thus can ...