duaneedwards / SwallowExceptions
A C# Fody plugin that allows you to annotate a method [SwallowExceptions] to wrap the method contents in a try / catch block
☆13Updated 4 years ago
Alternatives and similar repositories for SwallowExceptions:
Users that are interested in SwallowExceptions are comparing it to the libraries listed below
- Show desktop notifications using this library☆18Updated this week
- Disposable, without the Using☆21Updated 6 years ago
- Change string comparisons to be case insensitive.☆41Updated this week
- Adds debugger attributes to help visualize objects.☆43Updated last month
- Add 'message' parameter to Assertions. Nunit, Mstest, Xunit is supported.☆22Updated last month
- Dynamically attach properties to (almost) any object instance.☆45Updated 3 years ago
- Debugging tool to track down undisposed objects☆21Updated 4 years ago
- Implements the Freezable pattern as part of your build☆20Updated 5 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated last month
- Light-weight IoC and DI engine using AOP☆15Updated 10 years ago
- A Visual Studio extension for killing the Wpf designer processes. All instances of XDesProc.exe☆16Updated 3 weeks ago
- WPF control to facilitate the exploration of NuGet packages☆13Updated this week
- Helper for Single Instance Applications for Windows Forms and WPF☆21Updated 3 years ago
- Regextra simplifies some tasks typically solved via regex so that you no longer have (problems){2}☆34Updated 10 years ago
- A Fody weaver for ICommand invocation and implementation.☆27Updated 7 years ago
- A small .NET library for formatting type names à la C#.☆33Updated 4 years ago
- Helps keep usages of ObsoleteAttribute consistent.☆33Updated this week
- ☆25Updated this week
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated this week
- Simplifies reading embedded resources from an Assembly.☆37Updated 3 weeks ago
- Change tracking library for .NET ⛺☆13Updated 4 years ago
- Provides strongly typed access to a compile-time string representing the name of a variable, field, property, method, event, enum, or typ…☆21Updated 7 years ago
- A Visual Studio extension that provides a CustomTool that generates the implementation of an EventSource based on an abstract class defin…☆15Updated 8 months ago
- A simple abstraction layer over file system like APIs for .NET☆22Updated 2 years ago
- Solution and project query system based on Roslyn compiler☆12Updated last year
- Superseded by Microsoft.CodeAnalysis.PublicApiAnalyzers☆18Updated 6 years ago
- A System.Diagnostics.TraceListener that writes trace data into Serilog☆26Updated 3 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Post compile tool using Fody to implement the double check locking pattern.☆25Updated 6 years ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆25Updated 3 years ago