Skip to content

Commit e3a686b

Browse files
committed
Fix PublicAPI text files
1 parent b7b0c45 commit e3a686b

File tree

7 files changed

+6
-309
lines changed

7 files changed

+6
-309
lines changed

src/Components/Components/src/PublicAPI.Unshipped.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Microsoft.AspNetCore.Components.DynamicComponent.Type.get -> System.Type!
99
Microsoft.AspNetCore.Components.DynamicComponent.Type.set -> void
1010
static Microsoft.AspNetCore.Components.ParameterView.FromDictionary(System.Collections.Generic.IDictionary<string!, object?>! parameters) -> Microsoft.AspNetCore.Components.ParameterView
1111
virtual Microsoft.AspNetCore.Components.RenderTree.Renderer.DispatchEventAsync(ulong eventHandlerId, Microsoft.AspNetCore.Components.RenderTree.EventFieldInfo? fieldInfo, System.EventArgs! eventArgs) -> System.Threading.Tasks.Task!
12+
*REMOVED*readonly Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit.RemovedAttributeName -> string

src/Components/Ignitor/src/Ignitor.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
88
<DefineConstants>$(DefineConstants);IGNITOR</DefineConstants>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10+
11+
<AddPublicApiAnalyzers>false</AddPublicApiAnalyzers>
1012
</PropertyGroup>
1113

1214
<ItemGroup>

src/Components/Ignitor/src/PublicAPI.Shipped.txt

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

src/Components/Ignitor/src/PublicAPI.Unshipped.txt

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

src/Servers/IIS/IIS/benchmarks/IIS.Performance/Properties/launchSettings.json

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

src/Servers/IIS/IIS/test/IIS.Tests/Properties/launchSettings.json

Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,8 @@
11
{
2-
"iisSettings": {
3-
"windowsAuthentication": true,
4-
"anonymousAuthentication": true,
5-
"iisExpress": {
6-
"applicationUrl": "http://localhost:5762/",
7-
"sslPort": 0
8-
}
9-
},
102
"profiles": {
11-
"ANCM IIS Express": {
12-
"commandName": "Executable",
13-
"executablePath": "$(IISExpressPath)",
14-
"commandLineArgs": "$(IISExpressArguments)",
15-
"environmentVariables": {
16-
"IIS_SITE_PATH": "$(MSBuildThisFileDirectory)",
17-
"ANCMV2_PATH": "$(AspNetCoreModuleV2ShimDll)",
18-
"ASPNETCORE_MODULE_OUTOFPROCESS_HANDLER": "$(AspNetCoreModuleV2OutOfProcessHandlerDll)",
19-
"LAUNCHER_ARGS": "$(TargetPath)",
20-
"ASPNETCORE_ENVIRONMENT": "Development",
21-
"LAUNCHER_PATH": "$(DotNetPath)",
22-
"ASPNETCORE_MODULE_DEBUG": "console"
23-
}
24-
},
25-
"ANCM IIS": {
26-
"commandName": "Executable",
27-
"executablePath": "$(IISPath)",
28-
"commandLineArgs": "$(IISArguments)",
29-
"environmentVariables": {
30-
"IIS_SITE_PATH": "$(MSBuildThisFileDirectory)",
31-
"ANCMV2_PATH": "$(AspNetCoreModuleV2ShimDll)",
32-
"ASPNETCORE_MODULE_OUTOFPROCESS_HANDLER": "$(AspNetCoreModuleV2OutOfProcessHandlerDll)",
33-
"LAUNCHER_ARGS": "$(TargetPath)",
34-
"ASPNETCORE_ENVIRONMENT": "Development",
35-
"LAUNCHER_PATH": "$(DotNetPath)",
36-
"ASPNETCORE_MODULE_DEBUG": "console"
37-
}
3+
"ServerComparison.TestSites": {
4+
"commandName": "Project",
5+
"launchBrowser": true
386
}
397
}
408
}

0 commit comments

Comments
 (0)