An example PostSharp add-in that adds Console.WriteLine("Hello World!") to every method annotated with [HelloWorld].
Info
Version: | 1.4.0 |
Author(s): | PostSharp Technologies |
Last Update: | Monday, April 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/postsharp/PostSharp.Community.HelloWorld |
NuGet Url: | https://www.nuget.org/packages/PostSharp.Community.HelloWorld |
Install
Install-Package PostSharp.Community.HelloWorld
dotnet add package PostSharp.Community.HelloWorld
paket add PostSharp.Community.HelloWorld
PostSharp.Community.HelloWorld Download (Unzip the "nupkg" after downloading)
Dependencies
- PostSharp(>= 6.6.6 && < 7.0.0)
Tags