Commit 1e03c27e0187bdb3a4514f29887a543dc59fbe3b

Authored by “wangming”
1 parent 67a3b1ac

排除 publish-output 打包产物目录,清理已跟踪的 603 个构建文件

Made-with: Cursor
Showing 604 changed files with 3 additions and 18745 deletions

Too many changes.

To preserve performance only 100 of 604 files are displayed.

.gitignore
... ... @@ -274,6 +274,9 @@ __pycache__/
274 274 *.rar
275 275 *.zip
276 276  
  277 +# .NET publish output
  278 +**/publish-output/
  279 +
277 280 # Cursor IDE files
278 281 # .cursor/
279 282  
... ...
美国版/publish-output/AlibabaCloud.EndpointUtil.dll deleted
No preview for this file type
美国版/publish-output/AlibabaCloud.GatewaySpi.dll deleted
No preview for this file type
美国版/publish-output/AlibabaCloud.OpenApiClient.dll deleted
No preview for this file type
美国版/publish-output/AlibabaCloud.OpenApiUtil.dll deleted
No preview for this file type
美国版/publish-output/AlibabaCloud.SDK.Dysmsapi20170525.dll deleted
No preview for this file type
美国版/publish-output/AlibabaCloud.TeaUtil.dll deleted
No preview for this file type
美国版/publish-output/AlibabaCloud.TeaXML.dll deleted
No preview for this file type
美国版/publish-output/Aliyun.Credentials.dll deleted
No preview for this file type
美国版/publish-output/Antis.Erp.Application.Contracts.dll deleted
No preview for this file type
美国版/publish-output/Antis.Erp.Application.Contracts.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>Antis.Erp.Application.Contracts</name>
5   - </assembly>
6   - <members>
7   - <member name="T:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo">
8   - <summary>
9   - 新闻创建输入DTO
10   - </summary>
11   - </member>
12   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.Title">
13   - <summary>
14   - 新闻标题
15   - </summary>
16   - </member>
17   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.Content">
18   - <summary>
19   - 新闻内容
20   - </summary>
21   - </member>
22   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.Author">
23   - <summary>
24   - 新闻作者
25   - </summary>
26   - </member>
27   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.Category">
28   - <summary>
29   - 新闻分类
30   - </summary>
31   - </member>
32   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.PublishTime">
33   - <summary>
34   - 发布时间
35   - </summary>
36   - </member>
37   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.OrderNum">
38   - <summary>
39   - 排序
40   - </summary>
41   - </member>
42   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.State">
43   - <summary>
44   - 状态
45   - </summary>
46   - </member>
47   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsCreateInputVo.Remark">
48   - <summary>
49   - 备注
50   - </summary>
51   - </member>
52   - <member name="T:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo">
53   - <summary>
54   - 新闻查询参数
55   - </summary>
56   - </member>
57   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo.Title">
58   - <summary>
59   - 新闻标题(模糊查询)
60   - </summary>
61   - </member>
62   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo.Author">
63   - <summary>
64   - 新闻作者(模糊查询)
65   - </summary>
66   - </member>
67   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo.Category">
68   - <summary>
69   - 新闻分类
70   - </summary>
71   - </member>
72   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo.State">
73   - <summary>
74   - 状态
75   - </summary>
76   - </member>
77   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo.StartTime">
78   - <summary>
79   - 开始时间
80   - </summary>
81   - </member>
82   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo.EndTime">
83   - <summary>
84   - 结束时间
85   - </summary>
86   - </member>
87   - <member name="T:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto">
88   - <summary>
89   - 新闻列表输出DTO
90   - </summary>
91   - </member>
92   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto.Title">
93   - <summary>
94   - 新闻标题
95   - </summary>
96   - </member>
97   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto.Author">
98   - <summary>
99   - 新闻作者
100   - </summary>
101   - </member>
102   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto.Category">
103   - <summary>
104   - 新闻分类
105   - </summary>
106   - </member>
107   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto.PublishTime">
108   - <summary>
109   - 发布时间
110   - </summary>
111   - </member>
112   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto.ViewCount">
113   - <summary>
114   - 浏览量
115   - </summary>
116   - </member>
117   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto.State">
118   - <summary>
119   - 状态
120   - </summary>
121   - </member>
122   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetListOutputDto.CreationTime">
123   - <summary>
124   - 创建时间
125   - </summary>
126   - </member>
127   - <member name="T:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto">
128   - <summary>
129   - 新闻详情输出DTO
130   - </summary>
131   - </member>
132   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.Title">
133   - <summary>
134   - 新闻标题
135   - </summary>
136   - </member>
137   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.Content">
138   - <summary>
139   - 新闻内容
140   - </summary>
141   - </member>
142   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.Author">
143   - <summary>
144   - 新闻作者
145   - </summary>
146   - </member>
147   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.Category">
148   - <summary>
149   - 新闻分类
150   - </summary>
151   - </member>
152   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.PublishTime">
153   - <summary>
154   - 发布时间
155   - </summary>
156   - </member>
157   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.ViewCount">
158   - <summary>
159   - 浏览量
160   - </summary>
161   - </member>
162   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.OrderNum">
163   - <summary>
164   - 排序
165   - </summary>
166   - </member>
167   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.State">
168   - <summary>
169   - 状态
170   - </summary>
171   - </member>
172   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.Remark">
173   - <summary>
174   - 备注
175   - </summary>
176   - </member>
177   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsGetOutputDto.CreationTime">
178   - <summary>
179   - 创建时间
180   - </summary>
181   - </member>
182   - <member name="T:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo">
183   - <summary>
184   - 新闻更新输入DTO
185   - </summary>
186   - </member>
187   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.Title">
188   - <summary>
189   - 新闻标题
190   - </summary>
191   - </member>
192   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.Content">
193   - <summary>
194   - 新闻内容
195   - </summary>
196   - </member>
197   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.Author">
198   - <summary>
199   - 新闻作者
200   - </summary>
201   - </member>
202   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.Category">
203   - <summary>
204   - 新闻分类
205   - </summary>
206   - </member>
207   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.PublishTime">
208   - <summary>
209   - 发布时间
210   - </summary>
211   - </member>
212   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.OrderNum">
213   - <summary>
214   - 排序
215   - </summary>
216   - </member>
217   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.State">
218   - <summary>
219   - 状态
220   - </summary>
221   - </member>
222   - <member name="P:Antis.Erp.Application.Contracts.Dtos.News.NewsUpdateInputVo.Remark">
223   - <summary>
224   - 备注
225   - </summary>
226   - </member>
227   - <member name="T:Antis.Erp.Application.Contracts.IServices.INewsService">
228   - <summary>
229   - 新闻服务接口
230   - </summary>
231   - </member>
232   - <member name="T:Antis.Erp.Application.Contracts.IServices.ITestService">
233   - <summary>
234   - 示例测试服务接口
235   - </summary>
236   - </member>
237   - <member name="M:Antis.Erp.Application.Contracts.IServices.ITestService.HelloAsync(System.String)">
238   - <summary>
239   - 简单问候示例接口
240   - </summary>
241   - <param name="name">姓名</param>
242   - <returns>问候语</returns>
243   - </member>
244   - </members>
245   -</doc>
美国版/publish-output/Antis.Erp.Application.dll deleted
No preview for this file type
美国版/publish-output/Antis.Erp.Application.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>Antis.Erp.Application</name>
5   - </assembly>
6   - <members>
7   - <member name="T:Antis.Erp.Application.Jobs.TestJob">
8   - <summary>
9   - 定时任务
10   - </summary>
11   - </member>
12   - <member name="T:Antis.Erp.Application.Services.NewsService">
13   - <summary>
14   - 新闻服务实现
15   - </summary>
16   - </member>
17   - <member name="M:Antis.Erp.Application.Services.NewsService.GetListAsync(Antis.Erp.Application.Contracts.Dtos.News.NewsGetListInputVo)">
18   - <summary>
19   - 多查(分页查询)
20   - </summary>
21   - <param name="input"></param>
22   - <returns></returns>
23   - </member>
24   - <member name="T:Antis.Erp.Application.Services.TestService">
25   - <summary>
26   - 常用魔改及扩展示例
27   - </summary>
28   - </member>
29   - </members>
30   -</doc>
美国版/publish-output/Antis.Erp.Domain.Shared.dll deleted
No preview for this file type
美国版/publish-output/Antis.Erp.Domain.Shared.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>Antis.Erp.Domain.Shared</name>
5   - </assembly>
6   - <members>
7   - </members>
8   -</doc>
美国版/publish-output/Antis.Erp.Domain.dll deleted
No preview for this file type
美国版/publish-output/Antis.Erp.Domain.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>Antis.Erp.Domain</name>
5   - </assembly>
6   - <members>
7   - <member name="T:Antis.Erp.Domain.Entities.TestNewAggregateRoot">
8   - <summary>
9   - 新闻表
10   - </summary>
11   - </member>
12   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.Id">
13   - <summary>
14   - 主键
15   - </summary>
16   - </member>
17   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.IsDeleted">
18   - <summary>
19   - 逻辑删除
20   - </summary>
21   - </member>
22   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.CreationTime">
23   - <summary>
24   - 创建时间
25   - </summary>
26   - </member>
27   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.CreatorId">
28   - <summary>
29   - 创建者
30   - </summary>
31   - </member>
32   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.LastModifierId">
33   - <summary>
34   - 最后修改者
35   - </summary>
36   - </member>
37   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.LastModificationTime">
38   - <summary>
39   - 最后修改时间
40   - </summary>
41   - </member>
42   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.OrderNum">
43   - <summary>
44   - 排序
45   - </summary>
46   - </member>
47   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.State">
48   - <summary>
49   - 状态
50   - </summary>
51   - </member>
52   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.Title">
53   - <summary>
54   - 新闻标题
55   - </summary>
56   - </member>
57   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.Content">
58   - <summary>
59   - 新闻内容
60   - </summary>
61   - </member>
62   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.Author">
63   - <summary>
64   - 新闻作者
65   - </summary>
66   - </member>
67   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.Category">
68   - <summary>
69   - 新闻分类
70   - </summary>
71   - </member>
72   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.PublishTime">
73   - <summary>
74   - 发布时间
75   - </summary>
76   - </member>
77   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.ViewCount">
78   - <summary>
79   - 浏览量
80   - </summary>
81   - </member>
82   - <member name="P:Antis.Erp.Domain.Entities.TestNewAggregateRoot.Remark">
83   - <summary>
84   - 备注
85   - </summary>
86   - </member>
87   - </members>
88   -</doc>
美国版/publish-output/Antis.Erp.SqlSugarCore.dll deleted
No preview for this file type
美国版/publish-output/Antis.Erp.SqlSugarCore.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>Antis.Erp.SqlSugarCore</name>
5   - </assembly>
6   - <members>
7   - </members>
8   -</doc>
美国版/publish-output/Asp.Versioning.Abstractions.dll deleted
No preview for this file type
美国版/publish-output/Asp.Versioning.Http.dll deleted
No preview for this file type
美国版/publish-output/Asp.Versioning.Mvc.ApiExplorer.dll deleted
No preview for this file type
美国版/publish-output/Asp.Versioning.Mvc.dll deleted
No preview for this file type
美国版/publish-output/AsyncKeyedLock.dll deleted
No preview for this file type
美国版/publish-output/Autofac.Extensions.DependencyInjection.dll deleted
No preview for this file type
美国版/publish-output/Autofac.Extras.DynamicProxy.dll deleted
No preview for this file type
美国版/publish-output/Autofac.dll deleted
No preview for this file type
美国版/publish-output/Azure.Core.dll deleted
No preview for this file type
美国版/publish-output/Azure.Identity.dll deleted
No preview for this file type
美国版/publish-output/Castle.Core.AsyncInterceptor.dll deleted
No preview for this file type
美国版/publish-output/Castle.Core.dll deleted
No preview for this file type
美国版/publish-output/DM.DmProvider.dll deleted
No preview for this file type
美国版/publish-output/DeviceDetector.NET.dll deleted
No preview for this file type
美国版/publish-output/DistributedLock.Core.dll deleted
No preview for this file type
美国版/publish-output/DistributedLock.Redis.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Application.Contracts.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Application.Contracts.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Application.Contracts</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Application.Contracts.FoodLabelingApplicationContractsModule">
8   - <summary>
9   - Food Labeling 模块 - 应用契约层(美国版)
10   - </summary>
11   - </member>
12   - <member name="T:FoodLabeling.Application.Contracts.IServices.IFoodLabelDemoAppService">
13   - <summary>
14   - Food Labeling 示例应用服务接口(美国版)
15   - </summary>
16   - </member>
17   - <member name="M:FoodLabeling.Application.Contracts.IServices.IFoodLabelDemoAppService.HelloAsync(System.String)">
18   - <summary>
19   - 简单问候示例接口
20   - </summary>
21   - <param name="name">姓名</param>
22   - <returns>问候语</returns>
23   - </member>
24   - </members>
25   -</doc>
美国版/publish-output/FoodLabeling.Application.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Application.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Application</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Application.FoodLabelingApplicationModule">
8   - <summary>
9   - Food Labeling 模块 - 应用层(美国版)
10   - </summary>
11   - </member>
12   - <member name="T:FoodLabeling.Application.Services.FoodLabelDemoAppService">
13   - <summary>
14   - Food Labeling 示例应用服务实现(美国版)
15   - </summary>
16   - </member>
17   - <member name="M:FoodLabeling.Application.Services.FoodLabelDemoAppService.HelloAsync(System.String)">
18   - <inheritdoc />
19   - </member>
20   - </members>
21   -</doc>
美国版/publish-output/FoodLabeling.Domain.Shared.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Domain.Shared.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Domain.Shared</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Domain.Shared.FoodLabelingDomainSharedModule">
8   - <summary>
9   - Food Labeling 模块 - 公共领域层(美国版)
10   - </summary>
11   - </member>
12   - </members>
13   -</doc>
美国版/publish-output/FoodLabeling.Domain.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Domain.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Domain</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Domain.FoodLabelingDomainModule">
8   - <summary>
9   - Food Labeling 模块 - 领域层(美国版)
10   - </summary>
11   - </member>
12   - </members>
13   -</doc>
美国版/publish-output/FoodLabeling.Th.Application.Contracts.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Th.Application.Contracts.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Th.Application.Contracts</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Th.Application.Contracts.FoodLabelingThApplicationContractsModule">
8   - <summary>
9   - Food Labeling 模块 - 应用契约层(泰额版)
10   - </summary>
11   - </member>
12   - <member name="T:FoodLabeling.Th.Application.Contracts.IServices.IFoodLabelThDemoAppService">
13   - <summary>
14   - Food Labeling 示例应用服务接口(泰额版)
15   - </summary>
16   - </member>
17   - <member name="M:FoodLabeling.Th.Application.Contracts.IServices.IFoodLabelThDemoAppService.HelloAsync(System.String)">
18   - <summary>
19   - 简单问候示例接口
20   - </summary>
21   - <param name="name">姓名</param>
22   - <returns>问候语</returns>
23   - </member>
24   - </members>
25   -</doc>
美国版/publish-output/FoodLabeling.Th.Application.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Th.Application.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Th.Application</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Th.Application.FoodLabelingThApplicationModule">
8   - <summary>
9   - Food Labeling 模块 - 应用层(泰额版)
10   - </summary>
11   - </member>
12   - <member name="T:FoodLabeling.Th.Application.Services.FoodLabelThDemoAppService">
13   - <summary>
14   - Food Labeling 示例应用服务实现(泰额版)
15   - </summary>
16   - </member>
17   - <member name="M:FoodLabeling.Th.Application.Services.FoodLabelThDemoAppService.HelloAsync(System.String)">
18   - <inheritdoc />
19   - </member>
20   - </members>
21   -</doc>
美国版/publish-output/FoodLabeling.Th.Domain.Shared.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Th.Domain.Shared.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Th.Domain.Shared</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Th.Domain.Shared.FoodLabelingThDomainSharedModule">
8   - <summary>
9   - Food Labeling 模块 - 公共领域层(泰额版)
10   - </summary>
11   - </member>
12   - </members>
13   -</doc>
美国版/publish-output/FoodLabeling.Th.Domain.dll deleted
No preview for this file type
美国版/publish-output/FoodLabeling.Th.Domain.xml deleted
1   -<?xml version="1.0"?>
2   -<doc>
3   - <assembly>
4   - <name>FoodLabeling.Th.Domain</name>
5   - </assembly>
6   - <members>
7   - <member name="T:FoodLabeling.Th.Domain.FoodLabelingThDomainModule">
8   - <summary>
9   - Food Labeling 模块 - 领域层(泰额版)
10   - </summary>
11   - </member>
12   - </members>
13   -</doc>
美国版/publish-output/FreeRedis.DistributedCache.dll deleted
No preview for this file type
美国版/publish-output/FreeRedis.dll deleted
No preview for this file type
美国版/publish-output/Hangfire.AspNetCore.dll deleted
No preview for this file type
美国版/publish-output/Hangfire.Core.dll deleted
No preview for this file type
美国版/publish-output/Hangfire.MemoryStorage.dll deleted
No preview for this file type
美国版/publish-output/Hangfire.NetCore.dll deleted
No preview for this file type
美国版/publish-output/Hangfire.Redis.StackExchange.dll deleted
No preview for this file type
美国版/publish-output/IP2Region.Ex.dll deleted
No preview for this file type
美国版/publish-output/IPTools.China.dll deleted
No preview for this file type
美国版/publish-output/IPTools.Core.dll deleted
No preview for this file type
美国版/publish-output/IdentityModel.dll deleted
No preview for this file type
美国版/publish-output/JetBrains.Annotations.dll deleted
No preview for this file type
美国版/publish-output/Kdbndp.dll deleted
No preview for this file type
美国版/publish-output/Lazy.Captcha.Core.dll deleted
No preview for this file type
美国版/publish-output/LiteDB.dll deleted
No preview for this file type
美国版/publish-output/Mapster.Core.dll deleted
No preview for this file type
美国版/publish-output/Mapster.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Authentication.JwtBearer.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Authorization.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.JsonPatch.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Metadata.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Mvc.Razor.Extensions.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.OpenApi.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.AspNetCore.Razor.Language.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Bcl.AsyncInterfaces.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.CodeAnalysis.CSharp.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.CodeAnalysis.Razor.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.CodeAnalysis.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Data.SqlClient.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Data.Sqlite.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Extensions.DependencyInjection.Abstractions.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Extensions.DependencyModel.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Extensions.FileProviders.Embedded.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Extensions.Logging.Abstractions.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Extensions.Options.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Identity.Client.Extensions.Msal.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Identity.Client.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.IdentityModel.Abstractions.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.IdentityModel.JsonWebTokens.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.IdentityModel.Logging.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.IdentityModel.Protocols.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.IdentityModel.Tokens.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.OpenApi.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.SqlServer.Server.dll deleted
No preview for this file type
美国版/publish-output/Microsoft.Win32.SystemEvents.dll deleted
No preview for this file type