Info
Version: | 1.0.1 |
Author(s): | Thomas Galliker |
Last Update: | Tuesday, January 5, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://nuget.org/packages/CrossPlatformLibrary.FodyTracingAspect |
NuGet Url: | https://www.nuget.org/packages/CrossPlatformLibrary.FodyTracingAspect |
Install
Install-Package CrossPlatformLibrary.FodyTracingAspect
dotnet add package CrossPlatformLibrary.FodyTracingAspect
paket add CrossPlatformLibrary.FodyTracingAspect
CrossPlatformLibrary.FodyTracingAspect Download (Unzip the "nupkg" after downloading)
Dependencies
monoandroid10
monotouch10
portable-dnxcore50+monoandroid10+monotouch10+net45+netcore45+win81+wp8+wpa81+xamarinios10
wp8
wpa81
xamarinios10
Tags
Simply apply the provided [TracingAspect] annotation and Fody will use your configured ITracer to trace enter/exit of method calls including the duration of the call.
Beware: Due to restrictions in Fody, the provided [TracingAspect] will only work in portable class libraries (PCL) up to now.