Weniger Warnings angezeigt, einige behoben
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -36,7 +36,6 @@ namespace Dakota.Models.Segmente
|
||||
}
|
||||
public string GetRow()
|
||||
{
|
||||
Dateneinheit lastzero = null;
|
||||
var body = GetBody();
|
||||
var bodyRev = body.ToList();
|
||||
bodyRev.Reverse();
|
||||
|
||||
Reference in New Issue
Block a user