更新WebApi
parent
dee082e916
commit
36e4aa492d
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "5.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"TestOption": {
|
||||
"AppId": "WebApiDemo1",
|
||||
"AppName": "示例WebApi",
|
||||
"AppDesc": "Docker学习测试WebApi服务",
|
||||
"AppVersion": {
|
||||
"Major": 1,
|
||||
"Minor": 5,
|
||||
"Revision": 6,
|
||||
"Build": 15236
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\DockerStudyApi.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 969d5123-0168-4a1d-998b-e3ad43e77b69-->
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-ef": {
|
||||
"version": "6.0.0",
|
||||
"commands": [
|
||||
"dotnet-ef"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>DockerStudyApi</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:DockerStudyApi.Controllers.DemoController">
|
||||
<summary>
|
||||
配置测试控制器
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:DockerStudyApi.Controllers.DemoController.Ping">
|
||||
<summary>
|
||||
服务测试
|
||||
</summary>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "M:DockerStudyApi.Controllers.DemoController.TestOption" -->
|
||||
<!-- Badly formed XML comment ignored for member "M:DockerStudyApi.Controllers.DemoController.MonitorTestOption" -->
|
||||
<!-- Badly formed XML comment ignored for member "M:DockerStudyApi.Controllers.DemoController.MonitorCacheTestOption" -->
|
||||
<!-- Badly formed XML comment ignored for member "M:DockerStudyApi.Controllers.DemoController.SnapshotTestOption" -->
|
||||
<member name="M:DockerStudyApi.Controllers.DemoController.Evn(System.String)">
|
||||
<summary>
|
||||
获取环境变量
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:DockerStudyApi.Controllers.DemoController.Info">
|
||||
<summary>
|
||||
获取所有配置项
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Loading…
Reference in New Issue