issues
search
DotNetAnalyzers
/
StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.66k
stars
508
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
FP: SA1205 for partial, file-scoped classes
#3906
CaringDev
opened
18 hours ago
7
Fix codecov not displaying on GitHub
#3905
eXpl0it3r
opened
19 hours ago
2
SA1137 is not raised in C# 12 collection expressions
#3904
ar-schraml
opened
4 days ago
0
SA1001 conflicts with SA1008 for tuples in case
#3903
LinAGKar
closed
6 days ago
2
AD0001 in many analyzers when stylecop.json link is broken
#3902
bjornhellander
opened
1 week ago
0
SA1024 conflicting with SA1003 when using primary constructors
#3901
natashalysakova
closed
1 week ago
2
Add localization for ru-RU
#3900
SergeyZhurikhin
opened
2 weeks ago
1
Add localization for ru-RU
#3899
SergeyZhurikhin
closed
2 weeks ago
0
False positive for SA1013 with newlines inside interpolations
#3898
jnm2
opened
2 weeks ago
0
SA1400: `file` isn't recognized as an access modifier
#3897
eduherminio
closed
1 month ago
1
systemUsingDirectivesFirst false by default in Visual Studio Preview
#3896
LWehmschulteAtRosenxt
closed
2 weeks ago
6
Update SA1008 to require a space before the opening parenthesis if it's the left operand of a range expression
#3895
bjornhellander
opened
1 month ago
1
SA1008 false positive on range expression with first operand in parentheses
#3894
rotanov
opened
1 month ago
0
SA1515 on collection expression?
#3893
kasperk81
opened
1 month ago
5
SA1313: Adding features and tests.
#3892
azarasi3
opened
2 months ago
1
New rule proposal: Do not use nullable variables in arithmetic
#3891
b-jeltes-tjip
opened
2 months ago
0
New rule proposal: Declare precedence when using null-coalescing operators
#3890
b-jeltes-tjip
opened
2 months ago
0
CA2000 Erroneous warnings for IAsyncDisposable
#3889
symbiogenesis
closed
2 months ago
2
SA1600 fires for internal interfaces even if documentInternalElements is false
#3888
ds1709
opened
2 months ago
4
SA1518 fails whether there is a newline character or not
#3887
AArnott
opened
3 months ago
5
[F.Rq.] Apply trailing newline rule SA1518 to Razor Pages (`.cshtml`)
#3886
YoshiRulz
closed
2 months ago
1
Faster settings
#3885
sharwell
closed
3 months ago
1
SA1135 inconsistent regarding use of aliases
#3884
bjornhellander
opened
3 months ago
2
Update SA1135UsingDirectivesMustBeQualified to not crash on a UsingDirectiveSyntax without a Name
#3883
bjornhellander
opened
3 months ago
2
SA1135 throws exception for type keywords
#3882
rsking
opened
3 months ago
5
Explicit interface implementation triggers access level error
#3881
marcospgp
opened
3 months ago
3
Update SA1623 and SA1624 to not trigger if the summary contains an inheritdoc element
#3880
bjornhellander
opened
3 months ago
1
Exempt file-local types from SA1402 [resolves #3803]
#3879
6bee
opened
3 months ago
3
SA1316 should not be reported for tuple deconstruction
#3878
Arthri
opened
4 months ago
7
New Rule Proposal: SA1404 but for ExcludeFromCoverage
#3877
mu88
opened
4 months ago
0
Code Fix Provider for SA1402 adds extra space
#3876
MattFromRVA
opened
4 months ago
0
SA1200 (Using directives must be placed correctly) is firing in file with only global usings
#3875
bjornhellander
opened
4 months ago
0
SA1137 picks the wrong starting indentation
#3874
manfred-brands
opened
4 months ago
0
SA1402: Include only relevant using statements
#3873
MattFromRVA
opened
4 months ago
0
Add alternative rules for SA1116 and SA1117 with stricter handling of multiline parameters
#3872
mathew-tolj
closed
4 months ago
2
SA1508 SA1502 SA1500 Nullreference Exception & SA1106 false positive
#3871
IvanLieckens
closed
4 months ago
4
SA1122 Inconsistent StyleCopAnalyzers Warning and Compiler Error for Empty Strings in Switch Statements
#3870
Freaxys
closed
4 months ago
6
Add a setting to enable stricter handling of multiline parameters in SA1116 and SA1117
#3869
mathew-tolj
closed
4 months ago
5
SA0102 appears to be falsely reported for file scoped namespaces? (1.2.0-beta.556)
#3868
CodingBeagle
closed
4 months ago
1
New beta?
#3867
bjornhellander
opened
5 months ago
6
SA1649 code fix (rename file) copies linked files into all referencing projects
#3866
bjornhellander
opened
5 months ago
1
SA1010 conflicts with SA1024 when invoking a method using named arguments with collection expression
#3865
a-herbst
closed
5 months ago
3
Add test project for c# 13 (pre-release version)
#3864
bjornhellander
closed
3 months ago
4
Fix SA1514: Do not report when documenting types declared in the global namespace
#3863
MattFromRVA
opened
5 months ago
1
Update SA1649CodeFixProvider to fix problems related to linked files
#3862
bjornhellander
opened
5 months ago
1
SA1642: Allow <para> Tags in Constructor Documentation
#3861
MattFromRVA
closed
5 months ago
1
Add option to detect unused using
#3860
Sebastriani
closed
5 months ago
7
Correct SA1629 to add a period if the documentation ends in an xml entity. Previously replaced the semicolon in the xml entity.
#3859
bjornhellander
closed
5 months ago
1
SA1012 incorrectly reported on opening brace in List Pattern matching
#3858
LWehmschulteAtRosenxt
closed
5 months ago
2
Update SA1015 to not care about trailing spaces in a number of cases: typically last in dictionary initializer items, collection initializers and collection expressions. #3856
#3857
bjornhellander
closed
5 months ago
1
Next