Commit 2aa7e47
chore: baseline formatting and project settings
Phase 2 of refactor-plan.md.
- Apply solution-wide `dotnet format` (imports, whitespace).
- Add PublicApiAnalyzers package to Directory.Packages.props.
- Add src/Directory.Build.props that wires the analyzer + AdditionalFiles
(PublicAPI.Shipped.txt / PublicAPI.Unshipped.txt) into the 8 public
src/Arcp.* projects.
- Seed empty Shipped/Unshipped txt files; suppress RS0016/17/26/27/36/37/41
in the root NoWarn list (will be lifted in Phase 5 when API surface is
populated).
Test/sample csproj fixes (GenerateDocumentationFile=false, explicit
TargetFramework) were already inherited via tests/ and samples/
Directory.Build.props — nothing to add.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1688013 commit 2aa7e47
28 files changed
Lines changed: 30 additions & 11 deletions
File tree
- src
- ARCP.Cli
- ARCP
- Arcp.AspNetCore
- Arcp.Client
- Arcp.Core
- Capabilities
- Arcp.Hosting
- Arcp.Otel
- Arcp.Runtime
- Budget
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments