Weniger Warnings angezeigt, einige behoben

This commit is contained in:
2025-05-16 14:20:54 +02:00
parent d1484cf151
commit b576125a21
18 changed files with 60 additions and 46 deletions

View File

@@ -21,6 +21,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>CS0168</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>

View File

@@ -36,7 +36,6 @@ namespace Dakota.Models.Segmente
}
public string GetRow()
{
Dateneinheit lastzero = null;
var body = GetBody();
var bodyRev = body.ToList();
bodyRev.Reverse();