Andrew-Hanlon / AsyncEnumeratorLinks
Task-like Async Enumerators in C# 7
☆36Updated 5 years ago
Alternatives and similar repositories for AsyncEnumerator
Users that are interested in AsyncEnumerator are comparing it to the libraries listed below
Sorting:
- A simple, powerful, extensible, testable .NET configuration library.☆41Updated 2 years ago
- Faster, less leakier thread-safe Lazy<T> implementation in C#☆44Updated 2 years ago
- C# parser for .NET & Mono stack traces☆53Updated 4 years ago
- .NET Standard Library for giving (bool, T) Option-like semantics☆29Updated last month
- Regextra simplifies some tasks typically solved via regex so that you no longer have (problems){2}☆34Updated 11 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Serve APIs returning & consuming observable streams over WebSockets using .NET☆81Updated 9 years ago
- Most of those extensions should have been in BCL.☆69Updated 5 years ago
- Simplifies the implementation of IDisposable☆77Updated 4 months ago
- A collection of code snippets packaged as NuGet source code packages☆29Updated 6 years ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated 3 months ago
- Type safe C# primitives☆34Updated 6 years ago
- A collection of utilities for working with strings in .NET.☆37Updated 5 years ago
- ☆44Updated 2 years ago
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- A portable event aggregator for pub-sub messaging, using Rx, for .NET 4+, SL5, WP8+ and Windows Store Apps☆84Updated 7 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Adds debugger attributes to help visualize objects.☆43Updated 4 months ago
- Debugging tool to track down undisposed objects☆21Updated 4 years ago
- Using BenchmarkDotNet to compare .NET mocking library performance☆22Updated 2 weeks ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- Easily script browsers.☆59Updated 2 years ago
- .NET Core Global Tool for cleaning up solution, project or folder☆53Updated 8 months ago
- Expression.ToString() is not so nice to look at sometimes, this library will ToString your expression in the way you want☆26Updated 9 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Dynamically attach properties to (almost) any object instance.☆45Updated 3 years ago
- Fast and flexible serialization framework usable on undecorated classes.☆46Updated 9 months ago
- Lean and lightweight WCF alternative library based on AspNet Core☆27Updated 7 years ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆26Updated 3 years ago