csnemes / tracer
Tracing rewriter using Fody
☆94Updated 2 years ago
Alternatives and similar repositories for tracer:
Users that are interested in tracer are comparing it to the libraries listed below
- Easy-to-use exception causality chains for async/await.☆64Updated 4 years ago
- Replaces static method calls.☆68Updated 2 months ago
- LINQ to Regex library provides language integrated access to the .NET regular expressions.☆171Updated 7 months ago
- Generic object change tracker for .NET Framework and .NET Standard-compliant platforms like .NET Core and Xamarin!☆100Updated 7 years ago
- Pretty print objects to the console. Similar to LINQPad's Dump() extension method.☆79Updated 5 years ago
- IDisposable helper types.☆127Updated last year
- An extension for Fody to integrate error handling into async and TPL code☆106Updated this week
- A modern wrapper around System.IO.☆84Updated 2 years ago
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Simplifies the implementation of IDisposable☆77Updated 2 months ago
- Provides an awaitable covariant ITask interface which may be used in place of the built-in Task class.☆53Updated 6 years ago
- A .NET library targeted at making Reflection programming more consistent, using a common set of abstractions and utilities☆168Updated 3 years ago
- A collection of somewhat useful utilities and extension methods for async programming☆184Updated 3 years ago
- C# immutable records generator☆73Updated 5 years ago
- Debugging tool to track down undisposed objects☆21Updated 4 years ago
- Cake Extension for Visual Studio☆67Updated 3 years ago
- Generates valid, readable C# from an Expression Tree.☆169Updated 2 weeks ago
- A .NET library that contains a set of lock-free thread-safe collections designed to be used asynchronously.☆111Updated 5 years ago
- Analyzers checking System.Reflection☆81Updated last year
- A set of source generators for equality, immutability, ...☆91Updated 2 years ago
- Converts all JetBrains ReSharper code annotation attributes to External Annotations, so you can provide R# annotations to 3rd parties but…