Cross platform code coverage for .NET
-
Updated
Apr 9, 2025 - C#
In computer science, instrumentation is a technique that consists of inserting specific instructions into a program to monitor and/or analyze its performance, functionality, or behavior, but without changing how it behaves.
It can be done statically, changing the program before executing it, or dynamically, inserting instructions while it’s being executed.
Cross platform code coverage for .NET
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Adding `.Dump()` extension methods to Console Applications, similar to LinqPad's.
Examples of using third-party tracers with SignalFx
Examine, create and interact with remote objects in other .NET processes.
☁️ This VSTO Add-In is used for marking up Excel files with revisions. There are two common methods of indicating where a revision has changed a drawing that contains a system diagram. The first is the cloud method, were each change is enclosed by a cloud shape. The second method involves placing a triangle with the revision number next to each …
.NET Source Generator for interface-based telemetry. Supporting activities, logs, and metrics.
Sample applications using App.Metrics
Reproducible benchmarks to evaluate Sentry SDKs
🌊 A .NET InfluxDB client
Opinionated Observability Extensions for .NET
Splunk Distribution of OpenTelemetry .NET
A structured logging framework for .NET that supports log aggregation, e.g. Splunk
User interface for KA3005P programmable power supply.
Packages containing Owin Middleware, AspNet Web API and AspNet MVC extensions to App Metrics
A massively concurrent ETL tool for SQL Server administration using T-SQL.
Library for quickly adding timing metrics to sections of code.
Sistema con PIC18F2550 utilizando sensores de temperatura, humedad, gas, presencia y luminosidad, además de la implementación digital de un osciloscopio con 2 canales utilizando C# y C
Release observable features by using FeatureGates, instrumented abstractions that replace 'if' statements.