Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.1% dependent repos on nuget.org

nuget.org : eventsourcedocumentor.msbuild

This MSBuild task generates documentation for Events in a ETW EventSource class. This can combine event method comments like summary and resolution to helps Operations take action on the events. /// <summary> /// The request processing error during processing. /// </summary> /// <param name="RequestID"> /// The request id. /// </param> /// <param name="Url"> /// The url. /// </param> /// <resolution>Try fixing the configured url</resolution> [Event(5, Keywords = Keywords.Requests, Task = Tasks.Request, Opcode = EventOpcode.Suspend, Level = EventLevel.Error)] public void RequestProcessingError(int RequestID, string Url) { WriteEvent(5, RequestID, Url); } generates csv file named <EventSourceName>.csv with record EventName,EventId, EventLevel, Description, Resolution RequestProcessingError,5, Error, The request processing error during processing., Try fixing the configured url Note: only supports .Net4.5

Registry - Homepage - JSON
purl: pkg:nuget/eventsourcedocumentor.msbuild
Keywords: EventSource, ETW
License:
Latest release: over 9 years ago
First release: over 9 years ago
Dependent repositories: 2
Downloads: 19,924 total
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago

    Loading...
    Readme
    Loading...