Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Powell <[email protected]>
  • Loading branch information
Alirexaa and aaronpowell authored Oct 10, 2024
1 parent a1303ff commit 83d491c
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,9 +44,9 @@ If you're using nullable reference types, then add the following line at the top

Warnings issued by the Microsoft.CodeAnalysis.PublicApiAnalyzers package:

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

You can use `. + Ctrl` to open intellisense and see the available options. In this case, the warning is suggesting that we should add the `MyClass` type to the `PublicAPI.*.txt` files.
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**:
- If you modify existing public API members, update the `PublicAPI.Unshipped.txt` file accordingly.
- Ensure that the changes reflect the new API surface.
Expand Down

0 comments on commit 83d491c

Please sign in to comment.