NickStrupat / NameOf
Provides strongly typed access to a compile-time string representing the name of a variable, field, property, method, event, enum, or type.
☆21Updated 7 years ago
Alternatives and similar repositories for NameOf:
Users that are interested in NameOf are comparing it to the libraries listed below
- Fody weaver that provides powerful CIL manipulation tools, including C# mixin functionality☆21Updated 5 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Adds debugger attributes to help visualize objects.☆43Updated last month
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- ReflectionBridge : Provides some extensions which define a bridge for the differences between Type and TypeInfo.☆25Updated 7 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
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 8 years ago
- A shameless .NET Core CLI tool port of https://github.com/faniereynders/dotnet-sdk-helpers☆13Updated 7 months ago
- Loads all the references on startup by actually using the types in the module initializer.☆37Updated last week
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 3 months ago
- Add 'message' parameter to Assertions. Nunit, Mstest, Xunit is supported.☆22Updated last month
- Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.☆22Updated 11 years ago
- A C# library to make work with value-semantics easier by e.g. (efficiently) implementing Equals and GetHashCode for you.☆28Updated last year
- Dynamic fluent generation of class and function directly in CLR☆37Updated last year
- Managed Extensibility Framework (MEF) integration for Autofac IoC☆19Updated 11 months ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- A powerful set of utilities for any kind of string transformation with a fluent interface☆113Updated 4 years ago
- Helpers for using System.Reactive with INotifyPropertyChanged and INotifyCollectionChanged☆22Updated 11 months ago
- A benchmark between WCF and other .NET web frameworks☆14Updated 6 years ago
- Fody-based proxy generator with support for async patterns☆29Updated 4 years ago
- Show desktop notifications using this library☆18Updated last week
- WPF control to facilitate the exploration of NuGet packages☆13Updated last week
- Regextra simplifies some tasks typically solved via regex so that you no longer have (problems){2}☆34Updated 10 years ago
- Fast mechanism for sending messages using memory-mapped files☆15Updated 11 years ago
- Most of those extensions should have been in BCL.☆68Updated 5 years ago
- Disposable, without the Using☆21Updated 6 years ago
- A collection of utilities for working with strings in .NET.☆36Updated 4 years ago
- Fluent Wrapper for DbCommand☆19Updated this week
- Provides a single-threaded synchronization context, which makes it easy to reason about asynchronous code in environments that don't usua…☆13Updated 5 years ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆25Updated 3 years ago