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:
- ☆23Updated last year
- Global type inference for C# 8 nullable reference types☆36Updated 4 months ago
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆51Updated last year
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆35Updated last year
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Dynamically attach properties to (almost) any object instance.☆45Updated 3 years ago
- Roslyn analyzers for INotifyPropertyChanged☆45Updated last year
- Type and Reflection polyfill extension methods. .NET 3.5+ and .NET Standard 1.0+.☆22Updated 3 years ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 4 months ago
- Highly efficient compile-time general purpose DI container based on C# source generators.☆34Updated 2 years ago
- Helpers for using System.Reactive with INotifyPropertyChanged and INotifyCollectionChanged☆22Updated last year
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆55Updated last year
- An allocation free Task-like object for async methods☆39Updated 11 months ago
- BigMachines is State Machine library for .NET☆42Updated last week
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆75Updated last year
- Using BenchmarkDotNet to compare .NET mocking library performance☆22Updated last week
- A .NET library for using reflection emit in a fluent way.☆31Updated 7 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- An MSBuild Task to enable exception line numbers for references in a deployed app☆84Updated this week
- This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external class…☆44Updated 4 months ago
- A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process☆63Updated last month
- Simple Git prerelease versioning integrated into SDK-based msbuild projects☆18Updated 5 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
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Playground for testing msbuild in a "server" mode☆16Updated last year
- A lightweight read-only git library written entirely in .NET☆30Updated 3 years ago
- .NET library for working with Roslyn's syntax trees☆23Updated 3 weeks ago