Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensions.cs =================================================================== diff -u -r59512bde82de1297788119a8cacd067789389d41 -r183eb0cda52b8014d27bb22ccea6c76d7cc3a1de --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensions.cs (.../MacroStabilityOutwardsSectionResultEntityReadExtensions.cs) (revision 59512bde82de1297788119a8cacd067789389d41) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensions.cs (.../MacroStabilityOutwardsSectionResultEntityReadExtensions.cs) (revision 183eb0cda52b8014d27bb22ccea6c76d7cc3a1de) @@ -21,7 +21,6 @@ using System; using Application.Ringtoets.Storage.DbContext; -using Core.Common.Base.Data; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Integration.Data.StandAlone.SectionResults; @@ -49,8 +48,8 @@ } sectionResult.AssessmentLayerOne = (AssessmentLayerOneState) entity.LayerOne; - sectionResult.DetailedAssessmentProbability = (RoundedDouble) entity.LayerTwoA.ToNullAsNaN(); - sectionResult.TailorMadeAssessmentProbability = (RoundedDouble) entity.LayerThree.ToNullAsNaN(); + sectionResult.DetailedAssessmentProbability = entity.LayerTwoA.ToNullAsNaN(); + sectionResult.TailorMadeAssessmentProbability = entity.LayerThree.ToNullAsNaN(); } } } \ No newline at end of file Index: Core/Common/src/Core.Common.Controls/Core.Common.Controls.csproj =================================================================== diff -u -rf9935680d7b2a77588d6d5371992db6001231e00 -r183eb0cda52b8014d27bb22ccea6c76d7cc3a1de --- Core/Common/src/Core.Common.Controls/Core.Common.Controls.csproj (.../Core.Common.Controls.csproj) (revision f9935680d7b2a77588d6d5371992db6001231e00) +++ Core/Common/src/Core.Common.Controls/Core.Common.Controls.csproj (.../Core.Common.Controls.csproj) (revision 183eb0cda52b8014d27bb22ccea6c76d7cc3a1de) @@ -17,7 +17,6 @@ - Component Index: Core/Common/src/Core.Common.Controls/DataGrid/CellStyle.cs =================================================================== diff -u -ra61974beff158584a1a0aaceb818c38ed2ae2d64 -r183eb0cda52b8014d27bb22ccea6c76d7cc3a1de --- Core/Common/src/Core.Common.Controls/DataGrid/CellStyle.cs (.../CellStyle.cs) (revision a61974beff158584a1a0aaceb818c38ed2ae2d64) +++ Core/Common/src/Core.Common.Controls/DataGrid/CellStyle.cs (.../CellStyle.cs) (revision 183eb0cda52b8014d27bb22ccea6c76d7cc3a1de) @@ -45,19 +45,24 @@ Color.FromKnownColor(KnownColor.GrayText), Color.FromKnownColor(KnownColor.DarkGray)); + /// + /// Creates a new instance of . + /// + /// The color of the text. + /// The color of the background. public CellStyle(Color textColor, Color backgroundColor) { TextColor = textColor; BackgroundColor = backgroundColor; } /// - /// Gets or sets the color of the text. + /// Gets the color of the text. /// public Color TextColor { get; } /// - /// Gets or sets the color of the background. + /// Gets the color of the background. /// public Color BackgroundColor { get; } } Fisheye: Tag 183eb0cda52b8014d27bb22ccea6c76d7cc3a1de refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Controls/DataGrid/DataGridViewColumnFormattingRule.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Common/test/Core.Common.Controls.Test/Core.Common.Controls.Test.csproj =================================================================== diff -u -rf9935680d7b2a77588d6d5371992db6001231e00 -r183eb0cda52b8014d27bb22ccea6c76d7cc3a1de --- Core/Common/test/Core.Common.Controls.Test/Core.Common.Controls.Test.csproj (.../Core.Common.Controls.Test.csproj) (revision f9935680d7b2a77588d6d5371992db6001231e00) +++ Core/Common/test/Core.Common.Controls.Test/Core.Common.Controls.Test.csproj (.../Core.Common.Controls.Test.csproj) (revision 183eb0cda52b8014d27bb22ccea6c76d7cc3a1de) @@ -26,7 +26,6 @@ - Fisheye: Tag 183eb0cda52b8014d27bb22ccea6c76d7cc3a1de refers to a dead (removed) revision in file `Core/Common/test/Core.Common.Controls.Test/DataGrid/DataGridViewColumnFormattingRuleTest.cs'. Fisheye: No comparison available. Pass `N' to diff?