CollinAlpert
-
- 62,106 total downloads
- last updated 10/16/2024
- Latest version: 2.4.1
This library is to .NET what Lombok is to Java. It generates constructors and other fun stuff using Source Generators for those classes you specify special attributes for. -
- 5,051 total downloads
- last updated 8/11/2023
- Latest version: 1.0.0
This package contains a Roslyn Analyzers to detect the reference of a dependency which has privacy-related issues. -
- 2,659 total downloads
- last updated 9/22/2022
- Latest version: 1.1.0
Roslyn Analyzer which marks usages of the async/await pattern where the Task could be returned directly instead of awaiting it. -
- 286 total downloads
- last updated 5/20/2022
- Latest version: 1.0.0
Roslyn Analyzer which enforces the usage of 'is null' and 'is not null' over '== null' and '!= null'.