bijington / expressiveLinks
Expressive is a cross-platform expression parsing and evaluation framework. The cross-platform nature is achieved through compiling for .NET Standard so it will run on practically any platform.
☆173Updated last year
Alternatives and similar repositories for expressive
Users that are interested in expressive are comparing it to the libraries listed below
Sorting:
- FastDeepCloner, This is a C# based .NET cross platform library that is used to deep clone objects, whether they are serializable or not. …☆185Updated last year
- A lightweight full text indexer for .NET☆191Updated 6 months ago
- A CSharp (C#) diff library that allows you to diff two objects and get a list of the differences back.☆197Updated last year
- SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapm…☆141Updated last month
- Dynamically run code using .NET 9, Roslyn and AssemblyLoadContext☆113Updated 9 months ago
- Generic weak event implementation☆195Updated 5 years ago
- 🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", …☆201Updated this week
- Step by step guide on how to debug a C# SourceGenerator in Visual Studio 2022☆136Updated 3 years ago
- IDisposable helper types.☆135Updated last year
- A lightweight, fast, and portable dependency injection framework for .NET-based solutions.☆150Updated this week
- This library allows the use of asynchronous programming techniques with the LiteDb library☆113Updated last year
- The main purpose of this library is to bring missing features to the official .Net namespace System.Text.Json☆155Updated 6 months ago
- Generates Markdown from .NET XML documentation comments.☆103Updated 4 months ago
- Code-first for gRPC☆100Updated this week
- The C#-Implementation of the Blurhash-Algorithm☆188Updated 2 months ago
- Auto generate Clone method using C# Source Generator