tunnelvisionlabs / dotnet-treesLinks
Efficient implementations of standard .NET collection interfaces using tree data structures
☆46Updated 4 years ago
Alternatives and similar repositories for dotnet-trees
Users that are interested in dotnet-trees are comparing it to the libraries listed below
Sorting:
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆52Updated last year
- Analyzers checking System.Reflection☆82Updated last year
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 5 months ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆62Updated 3 months ago
- Global type inference for C# 8 nullable reference types☆36Updated 5 months ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- A simple template base system of macros for C# that can be executed in design time☆66Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 3 years ago
- Simple Git prerelease versioning integrated into SDK-based msbuild projects☆18Updated 5 years ago
- Dynamically attach properties to (almost) any object instance.☆45Updated 3 years ago
- 🌌 Extensions that support the C# functional paradigm.☆65Updated 4 years ago
- Type and Reflection polyfill extension methods. .NET 3.5+ and .NET Standard 1.0+.☆22Updated 4 years ago
- An HTML generation library☆42Updated 2 weeks ago
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆76Updated 2 years ago
- The Try monad (Error/Exceptional monad) for C#☆60Updated last year
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated 3 weeks ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- An MSBuild Task to enable exception line numbers for references in a deployed app☆84Updated this week
- ☆23Updated last year
- A set of generators helping dealing with structs in C#☆47Updated 4 years ago
- Provides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package f…☆20Updated 7 years ago
- A set of source generators for equality, immutability, ...☆91Updated 2 years ago
- Helper types for creating and interpreting GUIDs.☆30Updated 3 years ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated 4 months ago
- Helper objects to browse complex structures returned by ClrMD☆63Updated last year
- This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external class…☆44Updated last month
- Removes nullability and pragma warning suppressions that are no longer necessary.☆29Updated last month
- Package to make writing MSBuild extensions easier that work both with MSBuild Core and MSBuild (Full).☆24Updated 5 years ago