You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Analyzers.xml
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1441,13 +1441,17 @@ void M(
1441
1441
<MessageFormat>A line is too long ({0} characters).</MessageFormat>
1442
1442
<DefaultSeverity>Info</DefaultSeverity>
1443
1443
<IsEnabledByDefault>false</IsEnabledByDefault>
1444
-
<Summary>This analyzer reports any line that is longer than maximal length.
1444
+
<Summary>This analyzer reports any line that is longer than maximum length.
1445
1445
1446
-
Default maximal length is 140.</Summary>
1446
+
Default maximum length is 140.</Summary>
1447
1447
<ConfigOptions>
1448
1448
<OptionKey="max_line_length" />
1449
1449
<OptionKey="tab_length" />
1450
1450
</ConfigOptions>
1451
+
<Remarks>Code fixer is available for this analyzer but it cannot handle all cases as it's not possible to wrap a line in all cases (e.g. long string literals).
1452
+
1453
+
If a particular line seems that it could be reasonably wrapped but it's not, please file an [issue](https://github.com/JosefPihrt/Roslynator/issues/new).
1454
+
</Remarks>
1451
1455
</Analyzer>
1452
1456
<Analyzer>
1453
1457
<Id>RCS0057</Id>
@@ -7416,12 +7420,12 @@ void M()
7416
7420
<SupportsFadeOut>true</SupportsFadeOut>
7417
7421
<Summary>This analyzer reports unnecessary syntax that can be safely removed such as:
- Add custom FixAllProvider for [RCS1014](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014) ([#1070](https://github.com/JosefPihrt/Roslynator/pull/1070)).
16
+
- Add more cases to [RCS1097](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1097) ([#1160](https://github.com/JosefPihrt/Roslynator/pull/1160)).
17
+
- Add analyzer "Use enum field explicitly" ([RCS1257](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257)) ([#889](https://github.com/josefpihrt/roslynator/pull/889)).
- Recognize more shapes of IAsyncEnumerable as being Async ([RCS1047](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1047)) ([#1084](https://github.com/josefpihrt/roslynator/pull/1084)).
0 commit comments