issues
search
DotNetAnalyzers
/
NullParameterCheckRefactoring
Null Parameter Check Refactoring for Reference Type Parameters
MIT License
14
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Suggestion. Make it one liner.
#30
Bartmax
opened
9 years ago
1
(VB) Another guard to check for.
#29
AdamSpeight2008
closed
6 years ago
0
Update NullParameterCheckRefactoringProvider.cs
#28
Bartmax
closed
9 years ago
5
(Proof Of Concept) Order Preservation for Parameter Guard
#27
AdamSpeight2008
closed
8 years ago
10
Use ValueText instead of Text for the generated string literal in C# 5
#26
sharwell
closed
10 years ago
1
C# 5 syntax doesn't handle @identifier syntax
#25
sharwell
closed
10 years ago
0
Visual Basic implementation cleanup
#24
sharwell
closed
10 years ago
0
Release on Visualstudio Gallery
#23
tugberkugurlu
opened
10 years ago
1
Add tests for VB implementation
#22
tugberkugurlu
opened
10 years ago
0
Add tests for C# implementation
#21
tugberkugurlu
opened
10 years ago
0
Add CONTRIBUTING.md file
#20
tugberkugurlu
opened
10 years ago
0
Update README
#19
tugberkugurlu
opened
10 years ago
3
Omit System namespace whenever possible
#18
tugberkugurlu
opened
10 years ago
1
Consider using nameof operator whenever appropriate
#17
tugberkugurlu
opened
10 years ago
2
Code fix is not suggested at the proper places
#16
tugberkugurlu
opened
10 years ago
2
Visual Basic support
#15
sharwell
closed
10 years ago
8
Only apply formatting changes to the newly inserted block
#14
sharwell
closed
10 years ago
4
Make sure to always correctly reference ArgumentNullException
#13
sharwell
closed
10 years ago
6
Reformatting is applied too aggressively
#12
sharwell
closed
10 years ago
0
Correcty handling using statements
#11
tugberkugurlu
closed
10 years ago
3
Rename the C# functionality packaging
#10
sharwell
closed
10 years ago
2
Only use nameof for C# 6 or higher
#9
sharwell
closed
10 years ago
5
Add VB.net support
#8
AdamSpeight2008
closed
10 years ago
34
Preserve the parameter order when doing the null checks
#7
tugberkugurlu
opened
10 years ago
8
Support for Visual Basic
#6
tugberkugurlu
closed
10 years ago
3
Handle System using statements correctly
#5
tugberkugurlu
closed
10 years ago
5
don't suggest if there is already a string.IsNullOrEmpty or string.IsNullOrWhitespace check
#4
tugberkugurlu
closed
10 years ago
4
Omit braces unless requested by user
#3
sharwell
opened
10 years ago
2
Use Code Contracts when the rewriter is enabled
#2
sharwell
opened
10 years ago
5
Only use nameof() for ToolsVersion > 14
#1
sharwell
closed
10 years ago
1