Skip to content

Commit

Permalink
Merge pull request #94 from CommunityToolkit/Alirexaa-patch-1
Browse files Browse the repository at this point in the history
Update public-api.md
  • Loading branch information
aaronpowell authored Oct 10, 2024
2 parents d569c50 + c7ee4b0 commit 99bb4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/public-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you're using nullable reference types, then add the following line at the top

Warnings issued by the Microsoft.CodeAnalysis.PublicApiAnalyzers package:

![Example warning from analyzer](/images/public-api-warning-example.png)
![Example warning from analyzer](images/public-api-warning-example.png)

You can use `. + Ctrl` to open the code actions and see the available options. In this case, the warning is suggesting that we should add the `MyClass` type to the `PublicAPI.*.txt` files.
3. **Update Existing Public API**:
Expand All @@ -59,4 +59,4 @@ By following these steps, we can maintain a consistent and accurate record of ou

Additional resources:
- [Microsoft.CodeAnalysis.PublicApiAnalyzers documentation.](https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
- [Microsoft.CodeAnalysis.PublicApiAnalyzers list of analysis rules.](https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/Microsoft.CodeAnalysis.PublicApiAnalyzers.md)
- [Microsoft.CodeAnalysis.PublicApiAnalyzers list of analysis rules.](https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/Microsoft.CodeAnalysis.PublicApiAnalyzers.md)

0 comments on commit 99bb4a0

Please sign in to comment.