consumo_Reg_FP iniciando como 0

This commit is contained in:
Adriano Serighelli 2024-12-18 10:17:19 -03:00
parent 528bc5c7d7
commit b7d1599029
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework> <TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<RootNamespace>Download_Faturas</RootNamespace> <RootNamespace>Download_Faturas</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
@ -15,6 +15,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="itext7" Version="9.0.0" /> <PackageReference Include="itext7" Version="9.0.0" />
<PackageReference Include="itext7.bouncy-castle-adapter" Version="9.0.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> <PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View File

@ -250,7 +250,7 @@
int j = 0; int j = 0;
float? dem_Reg_P = null; float? dem_Reg_P = null;
float? dem_Reg_FP = null; float? dem_Reg_FP = null;
float? consumo_Reg_FP = null; float? consumo_Reg_FP = 0;
string? kind_P = string.Empty; string? kind_P = string.Empty;
string? kind_FP = string.Empty; string? kind_FP = string.Empty;

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0-windows7.0</TargetFramework> <TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>Webhook_4docs</RootNamespace> <RootNamespace>Webhook_4docs</RootNamespace>