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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Although IntelliSense in your IDE guides the available SDK decorators and their
20
20
21
21
When you upload your project's built assembly to the ODC Portal, it does not have access to the underlying code—the ODC Portal checks compliance with the rules using the assembly's metadata.
22
22
23
-
This extension, built from scratch, implements the rules using the rich code analysis APIs of [Roslyn](https://github.com/dotnet/roslyn), the .NET compiler.
23
+
This component, built from scratch, implements the rules using the rich code analysis APIs of [Roslyn](https://github.com/dotnet/roslyn), the .NET compiler.
24
24
25
25
## How to use
26
26
@@ -36,7 +36,7 @@ Add the [NuGet package](https://www.nuget.org/packages/CustomCode.Analyzer/) as
36
36
37
37
```dotnet add package CustomCode.Analyzer```
38
38
39
-
If your project references the External Libraries SDK (`OutSystems.ExternalLibraries.SDK`), the component should automatically start providing feedback on your code.
39
+
If your project references the External Libraries SDK (`OutSystems.ExternalLibraries.SDK`), the package should automatically start providing feedback on your code.
40
40
41
41
> :bulb: Auto-updating extensions for Visual Studio Code and Rider are in the works.
42
42
@@ -49,6 +49,6 @@ If your project references the External Libraries SDK (`OutSystems.ExternalLibra
49
49
50
50
## Contributing
51
51
52
-
Please report bugs and feature requests [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues).
52
+
Please report bugs and feature requests [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues/new/choose).
53
53
54
-
PRs are welcome. Code quality improvements, features (especially those in the TODO list) and documentation improvements are all welcome 🤗 All changes to Analyzer code should pass all existing tests (`dotnet test`) and all new features should be comprehensively covered by new tests.
54
+
PRs are welcome. Code quality improvements, features (especially those in the TODO list) and documentation improvements are all welcome 🤗 All changes to Analyzer code should pass all existing tests (`dotnet test`) and all new features should be covered by new tests.
0 commit comments