Simplifies the implementation of IDisposable
☆80Oct 7, 2025Updated 4 months ago
Alternatives and similar repositories for Janitor
Users that are interested in Janitor are comparing it to the libraries listed below
Sorting:
- Add 'message' parameter to Assertions. Nunit, Mstest, Xunit is supported.☆22Jan 16, 2025Updated last year
- Simplifies reading embedded resources from an Assembly.☆39Oct 7, 2025Updated 4 months ago
- Generate Equals, GetHashCode and operators methods from properties.☆112Oct 7, 2025Updated 4 months ago
- Adds debugger attributes to help visualize objects.☆42Jan 16, 2025Updated last year
- Loads all the references on startup by actually using the types in the module initializer.☆38Feb 12, 2026Updated 2 weeks ago
- Change all members to virtual as part of your build.☆63Oct 7, 2025Updated 4 months ago
- Generate ToString method from public properties.☆84Jan 16, 2025Updated last year
- Disposable, without the Using☆21Feb 11, 2019Updated 7 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆66Jan 16, 2025Updated last year
- Change string comparisons to be case insensitive.☆41Mar 11, 2025Updated 11 months ago
- An extension for Fody to integrate error handling into async and TPL code☆107May 5, 2025Updated 9 months ago
- Replaces static method calls.☆67Jan 16, 2025Updated last year
- Implements the Freezable pattern as part of your build☆20Apr 4, 2019Updated 6 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…☆20Nov 1, 2017Updated 8 years ago
- Simplifies logging through a static class and some IL manipulation.☆262Jan 12, 2025Updated last year
- Injects IDataErrorInfo or INotifyDataErrorInfo code into a class at compile time.☆54May 12, 2022Updated 3 years ago
- Adds an empty constructor to classes even if you have a non-empty one defined.☆28Jan 16, 2025Updated last year
- Automates the plumbing around System.Lazy☆19Jan 24, 2023Updated 3 years ago
- Adds a module initializer to an assembly.☆113Jul 10, 2022Updated 3 years ago
- A simple library with extension methods to allow you to do pattern matching with fluent syntax instead of doing a switch or a dictionary.☆33Mar 28, 2013Updated 12 years ago
- Injects INotifyPropertyChanging code into properties at compile time.☆54Feb 17, 2025Updated last year
- Debugging tool to track down undisposed objects☆21Dec 17, 2020Updated 5 years ago
- A set of specialized collections and data structures that probably should be in CoreFx☆13Feb 21, 2023Updated 3 years ago
- Configure async code's ConfigureAwait at a global level☆456Feb 12, 2025Updated last year
- A working sample for each Fody Addin☆98May 5, 2025Updated 9 months ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Feb 2, 2020Updated 6 years ago
- Weakly is a collection of some useful weak-reference types.☆25Nov 29, 2024Updated last year
- Roslyn Code Fix / Source Generator for generating PropertyChanged from inner struct members.☆14Jul 7, 2023Updated 2 years ago
- A web-based compiler for C# and VB.NET, powered by the Roslyn Project.☆289May 31, 2023Updated 2 years ago
- Post compile tool using Fody to implement the double check locking pattern.☆25Jan 31, 2019Updated 7 years ago
- Helps keep usages of ObsoleteAttribute consistent.☆34Feb 5, 2026Updated 3 weeks ago
- Creating proxies at compile time.☆16Jul 29, 2017Updated 8 years ago
- Use this addin to gain access to the backing field of auto properties☆17May 31, 2020Updated 5 years ago
- Adds null argument checks to an assembly☆685Dec 18, 2025Updated 2 months ago
- The HTTP client that is so easy to use that it wont give you any headache!☆14May 22, 2015Updated 10 years ago
- Tracing rewriter using Fody☆93Sep 7, 2022Updated 3 years ago
- Extends ReSharper's static nullability analysis by changing specific, configurable elements to be [NotNull] by default☆44May 12, 2021Updated 4 years ago
- LINQ to Regex library provides language integrated access to the .NET regular expressions.☆168Sep 4, 2024Updated last year
- C# formatter for .NET & Mono stack traces☆23Mar 16, 2016Updated 9 years ago