NOTE! This is a beta version, and may not be ready for production use. The Alphaleonis C# Event Source Generator is a Visual Studio 2015 extension that provides a CustomTool that can be applied to a C#-file and then generates the actual implementation of an EventSource deriving from an abstract class defined by you, where all event methods are defined as abstract methods. It will also generate any WriteEvent-overloads required, to avoid using the less performant generic overload in the base class. The extension supports both the For more information or to report any issues, go to https://github.com/alphaleonis/EventSourceGenerator. |