master
ZR20090193-陈敬勇 2 years ago
parent 00aafff27b
commit 6829835f12

@ -18,6 +18,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authorization" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.11" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.0.0" />
<PackageReference Include="Senparc.Weixin.MP" Version="16.18.9" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
@ -27,7 +28,6 @@
<ProjectReference Include="..\DS.Module.AutoMapper\DS.Module.AutoMapper.csproj" />
<ProjectReference Include="..\DS.Module.Core\DS.Module.Core.csproj" />
<ProjectReference Include="..\DS.Module.Jwt\DS.Module.Jwt.csproj" />
<ProjectReference Include="..\DS.Module.Log\DS.Module.Log.csproj" />
<ProjectReference Include="..\DS.Module.SqlSugar\DS.Module.SqlSugar.csproj" />
<ProjectReference Include="..\DS.Module.Swagger\DS.Module.Swagger.csproj" />
<ProjectReference Include="..\DS.WMS.Core\DS.WMS.Core.csproj" />

@ -4331,3 +4331,12 @@
2023-03-16 10:35:39.7861 Info Adding target ColoredConsoleTarget(Name=console)
2023-03-16 10:35:39.8679 Info Validating config: TargetNames=console, ownFile-web, ConfigItems=54, FilePath=D:\Code\DS\sdgslk-wms-solution\gslk-wmsapi-service-client\DS.WMS.WebApi\bin\Debug\net6.0\nlog.config
2023-03-16 10:35:39.8869 Warn Unused target detected. Add a rule for this target to the configuration. TargetName: allfile
2023-03-16 10:50:01.6346 Info AppDomain Shutting down. LogFactory closing...
2023-03-16 10:50:01.6507 Info LogFactory has been closed.
2023-03-16 10:55:42.0985 Info Message Template Auto Format enabled
2023-03-16 10:55:42.1313 Info Loading assembly: NLog.Web.AspNetCore
2023-03-16 10:55:42.2532 Info Adding target FileTarget(Name=allfile)
2023-03-16 10:55:42.2532 Info Adding target FileTarget(Name=ownFile-web)
2023-03-16 10:55:42.2719 Info Adding target ColoredConsoleTarget(Name=console)
2023-03-16 10:55:42.3222 Info Validating config: TargetNames=console, ownFile-web, ConfigItems=54, FilePath=D:\Code\DS\sdgslk-wms-solution\gslk-wmsapi-service-client\DS.WMS.WebApi\bin\Debug\net6.0\nlog.config
2023-03-16 10:55:42.3332 Warn Unused target detected. Add a rule for this target to the configuration. TargetName: allfile

@ -9,9 +9,8 @@ using DS.Module.Core.ServiceExtensions;
using DS.Module.Jwt;
using DS.Module.SqlSugar;
using DS.Module.Swagger;
using DS.Module.User;
using DS.Module.UserModule;
using DS.WMS.WebApi;
using Microsoft.AspNetCore.StaticFiles;
using NLog.Web;
var builder = WebApplication.CreateBuilder(args);

@ -27,7 +27,6 @@
<ProjectReference Include="..\DS.Module.AutoMapper\DS.Module.AutoMapper.csproj" />
<ProjectReference Include="..\DS.Module.Core\DS.Module.Core.csproj" />
<ProjectReference Include="..\DS.Module.Jwt\DS.Module.Jwt.csproj" />
<ProjectReference Include="..\DS.Module.Log\DS.Module.Log.csproj" />
<ProjectReference Include="..\DS.Module.SqlSugar\DS.Module.SqlSugar.csproj" />
<ProjectReference Include="..\DS.Module.Swagger\DS.Module.Swagger.csproj" />
<ProjectReference Include="..\DS.Module.UserModule\DS.Module.UserModule.csproj" />

@ -4300,3 +4300,12 @@
2023-03-16 10:31:00.2957 Info Adding target ColoredConsoleTarget(Name=console)
2023-03-16 10:31:00.5639 Info Validating config: TargetNames=console, ownFile-web, ConfigItems=54, FilePath=D:\Code\DS\sdgslk-wms-solution\gslk-wmsapi-service-server\DS.WMS.WebApi\bin\Debug\net6.0\nlog.config
2023-03-16 10:31:00.6056 Warn Unused target detected. Add a rule for this target to the configuration. TargetName: allfile
2023-03-16 10:42:30.1617 Info AppDomain Shutting down. LogFactory closing...
2023-03-16 10:42:30.1828 Info LogFactory has been closed.
2023-03-16 10:43:48.6891 Info Message Template Auto Format enabled
2023-03-16 10:43:48.7116 Info Loading assembly: NLog.Web.AspNetCore
2023-03-16 10:43:48.8935 Info Adding target FileTarget(Name=allfile)
2023-03-16 10:43:48.8935 Info Adding target FileTarget(Name=ownFile-web)
2023-03-16 10:43:48.9223 Info Adding target ColoredConsoleTarget(Name=console)
2023-03-16 10:43:49.0080 Info Validating config: TargetNames=console, ownFile-web, ConfigItems=54, FilePath=D:\Code\DS\sdgslk-wms-solution\gslk-wmsapi-service-server\DS.WMS.WebApi\bin\Debug\net6.0\nlog.config
2023-03-16 10:43:49.0313 Warn Unused target detected. Add a rule for this target to the configuration. TargetName: allfile

Loading…
Cancel
Save