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

GitHub

4 stars
1 watching
0 forks
Language: C#
last commit: over 3 years ago
Linked from 1 awesome list

analyzerroslynroslyn-analyzer

Backlinks from these awesome lists:

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,598
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,130
netfabric/netfabric.hyperlinq.analyzer An analyzer that analyzes C# code for performance and enumeration-related issues to suggest improvements. 44
meziantou/meziantou.analyzer An analyzer tool that enforces good practices in C# programming 966
sergeyteplyakov/errorprone.net An analyzer tool to identify common C# coding errors and promote correctness in software development 901
vannevelj/sharpsource An analyzer that identifies common coding mistakes and inefficiencies in C# code to prevent runtime errors and improve performance. 37
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 517
gforcada/flake8-builtins A tool to detect when Python builtins are being used as variables or parameters in code. 116
digininja/pipal An analysis tool for password data that generates statistics and helps users interpret the results. 634
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,894
sashamelentyev/usestdlibvars Detects potential misuse of standard library variables in Go code 43