CLR types

This commit is contained in:
Thomas Wiedebusch 2023-04-14 19:01:46 +02:00
parent 0b6494affd
commit 396824c71f
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<s:Boolean x:Key="/Default/Environment/ExcludedFiles/FilesAndFoldersToSkip/=1057AD21_002DBA22_002D4CAB_002DB3FE_002D88C5C9980E6A_002Fd_003AScripts_002Ff_003Ajquery_002D1_002E10_002E2_002Eintellisense_002Ejs/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/Environment/Hierarchy/Build/SolBuilderDuo/UseMsbuildSolutionBuilder/@EntryValue">NewVersion</s:String>
<s:Boolean x:Key="/Default/Environment/Hierarchy/EntityFrameworkOptions/IsAlreadyNotifiedAboutEntityFramework/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/Environment/Highlighting/HighlightingSourceSnapshotLocation/@EntryValue">C:\Users\Thomas\AppData\Local\Temp\JetBrains\ReSharperPlatformVs15\vAny_33007af5\CoverageData\_Common.-1885154465\Snapshot\snapshot.utdcvr</s:String>

View File

@ -40,13 +40,13 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisStatus
/// and taken from the data base. Here special versions can be used for FW tests.
/// null means take the current released version
/// </summary>
public int? OverrideFwCheck;
public Int32? OverrideFwCheck;
/// <summary>
/// override the Lut version to check the look-up-table installation as this device may be used for development.
/// null means take the current released version
/// </summary>
public int? OverrideLutCheck;
public Int32? OverrideLutCheck;
/// <summary>
/// Internally used to signal that production and shipping is proved and validated.