设备端物模型函数动态解析构建和解析调用测试通过,消除CodeAnalysis警告
This commit is contained in:
parent
d76c18a1cf
commit
d20b277ab0
@ -1,5 +1,5 @@
|
|||||||
# FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
|
# FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
|
||||||
FROM registry.cn-qingdao.aliyuncs.com/jisheyun/aspnetcore:9.0.6_ub24_simsun_pdp_v341 AS base
|
FROM registry.cn-qingdao.aliyuncs.com/jisheyun/aspnetcore:9.0.11_ub24_simsun_pdp_v350 AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 10500
|
EXPOSE 10500
|
||||||
EXPOSE 443
|
EXPOSE 443
|
||||||
|
|||||||
@ -20,8 +20,11 @@
|
|||||||
<PackageReference Update="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0"/>
|
<PackageReference Update="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0"/>
|
||||||
<PackageReference Update="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0"/>
|
<PackageReference Update="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0"/>
|
||||||
<PackageReference Update="Microsoft.AspNetCore.Http.Features" Version="2.3.0"/>
|
<PackageReference Update="Microsoft.AspNetCore.Http.Features" Version="2.3.0"/>
|
||||||
<PackageReference Update="Microsoft.CSharp" Version="4.12.0"/>
|
<PackageReference Update="Microsoft.CSharp" Version="4.14.0"/>
|
||||||
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
|
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
|
||||||
|
<PackageReference Update="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
|
||||||
|
<PackageReference Update="Microsoft.CodeAnalysis.Common " Version="4.14.0" />
|
||||||
|
<PackageReference Update="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0" />
|
||||||
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
|
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@ -7,7 +7,7 @@
|
|||||||
<VoloAbpVersion>9.3.4</VoloAbpVersion>
|
<VoloAbpVersion>9.3.4</VoloAbpVersion>
|
||||||
|
|
||||||
<!--Dotnet 组件 版本-->
|
<!--Dotnet 组件 版本-->
|
||||||
<DotnetInfoVersion>9.0.6</DotnetInfoVersion>
|
<DotnetInfoVersion>9.0.11</DotnetInfoVersion>
|
||||||
|
|
||||||
<!--Dotnet 框架 版本-->
|
<!--Dotnet 框架 版本-->
|
||||||
<DotnetTargetFrameworkVersion>net9.0</DotnetTargetFrameworkVersion>
|
<DotnetTargetFrameworkVersion>net9.0</DotnetTargetFrameworkVersion>
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
||||||
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
|
||||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
|
||||||
<PackageReference Include="Volo.Abp.Account.Web" />
|
<PackageReference Include="Volo.Abp.Account.Web" />
|
||||||
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" />
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" />
|
||||||
@ -85,10 +85,7 @@
|
|||||||
<Folder Include="UploadFile\" />
|
<Folder Include="UploadFile\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Update="configs\appsettings - 复制.Development.json">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
<Content Update="configs\appsettings.Development.json">
|
<Content Update="configs\appsettings.Development.json">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Volo.Abp.BackgroundJobs.HangFire" />
|
<PackageReference Include="Volo.Abp.BackgroundJobs.HangFire" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -7,6 +7,9 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\JiShe.IoT.Domain\JiShe.IoT.Domain.csproj" />
|
<ProjectReference Include="..\JiShe.IoT.Domain\JiShe.IoT.Domain.csproj" />
|
||||||
<PackageReference Include="Volo.Abp.EntityFrameworkCore.MySQL.Pomelo" />
|
<PackageReference Include="Volo.Abp.EntityFrameworkCore.MySQL.Pomelo" />
|
||||||
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
|
||||||
|
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0" />
|
||||||
|
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug'" Label="Debug">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user