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: README.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
A collection of 500+ [analyzers](src/Analyzers/README.md), [refactorings](src/Refactorings/README.md) and [fixes](src/CodeFixes/README.md) for C#, powered by [Roslyn](https://github.com/dotnet/roslyn).
4
4
5
-
**PROMO: Try [Orang](https://github.com/JosefPihrt/Orang), cross-platform command-line tool from the author of Roslynator. Orang can search, replace, rename and delete directories, files and its content using the power of .NET regular expressions.**
6
-
7
5
### Features
8
6
9
7
*[Extensions for Visual Studio](#extensions-for-visual-studio)
@@ -14,12 +12,6 @@ A collection of 500+ [analyzers](src/Analyzers/README.md), [refactorings](src/Re
14
12
*[Release notes](ChangeLog.md)
15
13
* Follow on [Twitter](https://twitter.com/roslynator)
16
14
17
-
### New Features
18
-
19
-
*[Roslynator for Visual Studio Code](#extensions-for-visual-studio-code)
20
-
*[Fix all diagnostics in a solution](docs/HowToFixAllDiagnostics.md)
21
-
*[Generate API documentation](docs/HowToGenerateDocumentation.md)
22
-
23
15
### Donation
24
16
25
17
* Although Roslynator products are free of charge, any [donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BX85UA346VTN6) is welcome and supports further development.
@@ -48,11 +40,11 @@ A collection of 500+ [analyzers](src/Analyzers/README.md), [refactorings](src/Re
48
40
49
41
*Note: All analyzers in package Roslynator.Formatting.Analyzers are disabled by default.*
50
42
51
-
## Roslynator API
43
+
## Roslynator Client Libraries
52
44
53
-
* Roslynator API is meant be used for development of your own analyzers/refactorings.
45
+
* Roslynator client libraries are meant be used for development of your own analyzers/refactorings.
54
46
* It does not contain any analyzers/refactorings itself.
0 commit comments