Skip to content

Commit a1b71b0

Browse files
author
Prabha Kylasamiyer Sundara Rajan
committed
Fixed a typo
Signed-off-by: Prabha Kylasamiyer Sundara Rajan <pkylasam@pkylasam-thinkpadp16vgen1.bengluru.csb>
1 parent 65494e8 commit a1b71b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/rules-development/yaml-dotnet-provider.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[role="_abstract"]
1010
The `csharp` provider is an external provider used to analyze `.NET` and `C#` source code. Currently, the provider supports the `referenced` capability.
1111

12-
The `csharp` provider uses a gRPC interface to perform a semantic analysis of an application source code. The provider parses the code by using tree-sitter and uses stack graph for the analysis to find references to types, methods, classes, and fields. Based on the `C#` rule defenition, the analyzer identifies violations in your code that you must resolve before the application migration.
12+
The `csharp` provider uses a gRPC interface to perform a semantic analysis of an application source code. The provider parses the code by using tree-sitter and uses stack graph for the analysis to find references to types, methods, classes, and fields. Based on the `C#` rule definition, the analyzer identifies violations in your code that you must resolve before the application migration.
1313

1414
The `csharp` provider you to install `.NET` software development kit (SDK) 9.x or higher and optionally, the dotnet compiler `ilspycmd` and the packet manager `paket` for dependency analysis.
1515

0 commit comments

Comments
 (0)