Blowin.Required
Property initializer checker
An analyzer for checking required property initialization in C# code
Implementation of proposal https://github.com/dotnet/csharplang/issues/3630
4 stars
1 watching
0 forks
Language: C#
last commit: about 3 years ago
Linked from 1 awesome list
analyzerroslynroslyn-analyzer
Related projects:
Repository | Description | Stars |
---|---|---|
blowin/blowincleancode | A C# code analyzer designed to simplify and clean up code by identifying common issues and bad practices. | 15 |
dotnet/roslyn-analyzers | Analyzes .NET code for style, quality and maintainability issues | 1,594 |
menees/analyzers | C# code analysis rules to enforce coding standards and best practices | 22 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,129 |
netfabric/netfabric.hyperlinq.analyzer | An analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements. | 42 |
meziantou/meziantou.analyzer | An analyzer tool that enforces good practices in C# programming | 952 |
sergeyteplyakov/errorprone.net | An analyzer tool to identify common C# coding errors and promote correctness in software development | 894 |
vannevelj/sharpsource | An analyzer that identifies common coding mistakes and inefficiencies in C# code to prevent runtime errors and improve performance. | 30 |
cezarypiatek/exceptionanalyzer | Analyzes C# code for exception usage best practices | 20 |
dotnet/roslyn-sdk | Provides APIs and tools to analyze and inspect .NET code using the Roslyn compiler platform | 516 |
gforcada/flake8-builtins | A tool to detect when Python builtins are being used as variables or parameters in code. | 115 |
digininja/pipal | Analyzes and generates statistics from password dumps. | 631 |
thejohnfreeman/autocheck | A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
fody/propertychanged | Injects INotifyPropertyChanged event raising code into property setters at compile time | 1,892 |
sashamelentyev/usestdlibvars | Detects potential misuse of standard library variables in Go code | 43 |