Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ All code is analyzed by these tools during build:
- Security vulnerability detection
- Code smell identification

8. **Microsoft.CodeAnalysis.PublicApiAnalyzers**
- Tracks the declared public API surface (`PublicAPI.Shipped.txt` / `PublicAPI.Unshipped.txt`)
- Flags unintended additions, removals, or signature changes as breaking-change risks

### Async-First Enforcement

This library **prohibits synchronous blocking calls** via `BannedSymbols.txt`. The following APIs are **banned**:
Expand Down
215 changes: 0 additions & 215 deletions REPO-INSTRUCTIONS.md

This file was deleted.

Loading