Skip to content

Latest commit

 

History

History

PostSharpTutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This a series of example of using some of the basic functionalities of PostSharp,

To build this solution, you will have to have PostSharp installed, and you will also have to register for a PostSharp Licence.

These implementations also work with the Express Licence from PostSharp, which you will find at the link below.

NuGet package: https://www.nuget.org/packages/LoggerAspect/

Dependancy:

This solution contain NuGet referenced to the following projects

  • PostSharp - self explained, to use the PostSharp functionalities
  • Nlog - for the NLog implementation
  • NUnit - personal preference for testing framework
  • FluentAssertions - a framework that provides more readable unit test asserts, kind of like a live documentation