Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs =================================================================== diff -u -rdebefef18429127ee0963736030450abf4390cee -r7e462ac960dbcb49cc597a7331b1470cd72031d5 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision debefef18429127ee0963736030450abf4390cee) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision 7e462ac960dbcb49cc597a7331b1470cd72031d5) @@ -107,91 +107,91 @@ new FailureMechanismContextAssociation( typeof(DuneErosionFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (DuneErosionFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(GrassCoverErosionOutwardsFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (GrassCoverErosionOutwardsFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(GrassCoverSlipOffInwardsFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (GrassCoverSlipOffInwardsFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(GrassCoverSlipOffOutwardsFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (GrassCoverSlipOffOutwardsFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(MicrostabilityFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (MicrostabilityFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(PipingStructureFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (PipingStructureFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(StabilityStoneCoverFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (StabilityStoneCoverFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(TechnicalInnovationFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (TechnicalInnovationFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(StrengthStabilityLengthwiseConstructionFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (StrengthStabilityLengthwiseConstructionFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(WaterPressureAsphaltCoverFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (WaterPressureAsphaltCoverFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(WaveImpactAsphaltCoverFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (WaveImpactAsphaltCoverFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(ClosingStructureFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (ClosingStructureFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(MacrostabilityInwardsFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (MacrostabilityInwardsFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(MacrostabilityOutwardsFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (MacrostabilityOutwardsFailureMechanism) mechanism, + mechanism, assessmentSection) ), new FailureMechanismContextAssociation( typeof(StrengthStabilityPointConstructionFailureMechanism), (mechanism, assessmentSection) => new FailureMechanismContext( - (StrengthStabilityPointConstructionFailureMechanism) mechanism, + mechanism, assessmentSection) ) };