Skip to content

Commit ce9f7c4

Browse files
authored
API File Cleanup (#3798)
* Remove Internal PublicAPI files from most projects * Checkpoint * Additional Cleanup * Add comments to each internal member which is used cross-assembly * Fix cap issue
1 parent fb33c21 commit ce9f7c4

284 files changed

Lines changed: 424 additions & 5498 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,6 @@ dotnet_code_quality.CA2208.api_surface = public
167167
dotnet_diagnostic.RS0030.severity = error
168168

169169
# https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/Microsoft.CodeAnalysis.PublicApiAnalyzers.md
170-
dotnet_diagnostic.RS0051.severity = error
171-
dotnet_diagnostic.RS0052.severity = error
172-
dotnet_diagnostic.RS0053.severity = error
173-
dotnet_diagnostic.RS0054.severity = error
174-
dotnet_diagnostic.RS0055.severity = error
175-
dotnet_diagnostic.RS0057.severity = error
176-
dotnet_diagnostic.RS0058.severity = error
177170
dotnet_diagnostic.RS0061.severity = error
178171

179172
# CA1000: Do not declare static members on generic types

src/Microsoft.Identity.Web.AgentIdentities/Microsoft.Identity.Web.AgentIdentities.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
<ItemGroup>
2020
<AdditionalFiles Include="PublicAPI\PublicAPI.Shipped.txt" />
2121
<AdditionalFiles Include="PublicAPI\PublicAPI.Unshipped.txt" />
22-
<AdditionalFiles Include="PublicAPI\InternalAPI.Shipped.txt" />
23-
<AdditionalFiles Include="PublicAPI\InternalAPI.Unshipped.txt" />
2422
</ItemGroup>
2523

2624
<ItemGroup>

src/Microsoft.Identity.Web.AgentIdentities/PublicAPI/InternalAPI.Shipped.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Microsoft.Identity.Web.Azure/InternalAPI.Shipped.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Microsoft.Identity.Web.Azure/InternalAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Microsoft.Identity.Web.Azure/Microsoft.Identity.Web.Azure.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<Title>Microsoft Identity Web.Azure</Title>
45
<Product>Microsoft Identity Web.Azure</Product>
@@ -8,13 +9,21 @@
89
</Description>
910
<PackageReadmeFile>README.md</PackageReadmeFile>
1011
</PropertyGroup>
12+
1113
<ItemGroup>
1214
<None Include="..\..\README-Azure.md">
1315
<Pack>True</Pack>
1416
<PackagePath>\README.md</PackagePath>
1517
</None>
1618
</ItemGroup>
19+
1720
<ItemGroup>
1821
<ProjectReference Include="..\Microsoft.Identity.Web.TokenAcquisition\Microsoft.Identity.Web.TokenAcquisition.csproj" />
1922
</ItemGroup>
23+
24+
<ItemGroup>
25+
<AdditionalFiles Include="PublicAPI/PublicAPI.Shipped.txt" />
26+
<AdditionalFiles Include="PublicAPI/PublicAPI.Unshipped.txt" />
27+
</ItemGroup>
28+
2029
</Project>

src/Microsoft.Identity.Web.Azure/PublicAPI.Shipped.txt renamed to src/Microsoft.Identity.Web.Azure/PublicAPI/PublicAPI.Shipped.txt

File renamed without changes.

src/Microsoft.Identity.Web.Azure/PublicAPI.Unshipped.txt renamed to src/Microsoft.Identity.Web.Azure/PublicAPI/PublicAPI.Unshipped.txt

File renamed without changes.

src/Microsoft.Identity.Web.Certificate/InternalAPI.Shipped.txt

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/Microsoft.Identity.Web.Certificate/InternalAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)