DamClientsLibrary

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed SonarCloud issues

Related to Issue [MWDAM-2180]

Fixed SonarCloud issues

Related to Issue [MWDAM-2180]

Set IsAquifer to soil layers.

Related to Issue [MWDAM-2180]

  1. … 5 more files in changeset.
Added checks on missing StixFileName or LayerName.

Added imported aquifer data to Dike.

Related to Issue [MWDAM-2180]

    • -0
    • +28
    ./Deltares.Dam.Data/Aquifer.cs
    • -1
    • +2
    ./Deltares.Dam.Data/IO/CombineImportedData.cs
  1. … 4 more files in changeset.
Fixed SonarCloud issue: In particular, exceptions should now extend System.Exception instead of System.ApplicationException.

Related to Issue [MWDAM-2180]

    • -1
    • +1
    ./Deltares.Dam.Data/IO/CombineImportedData.cs
    • -1
    • +1
    ./Deltares.Dam.Data/UpliftFactorToBetaCalculator.cs
    • -1
    • +1
    ./Deltares.Dam.Data/CsvImporters/CsvImporterCharacteristicPoints.cs
Fixed SonarCloud issue

Related to Issue [MWDAM-2180]

Read aquifers.csv file

Related to Issue [MWDAM-2180]

    • -0
    • +121
    ./Deltares.Dam.Data/CsvImporters/CsvImporterAquifers.cs
    • -0
    • +11
    ./Deltares.Dam.Data/IO/CombineImportedData.cs
  1. … 2 more files in changeset.
Corrected name

Related to Issue [MWDAM-2183]

    • -0
    • +229
    ./Deltares.Maps.Tests/Services/FeatureRepositoryExtensionsTest.cs
    • -229
    • +0
    ./Deltares.Maps.Tests/Services/FeatueRepositoryExtensionsTest.cs
Improvements according to SonarCloud

Related to Issue [MWDAM-2183]

    • -20
    • +41
    ./Deltares.Maps.Tests/Services/FeatueRepositoryExtensionsTest.cs
  1. … 4 more files in changeset.
Replaced Rhino.Mocks with NSubstitute

Related to Issue [MWDAM-2183]

    • -3
    • +0
    ./Deltares.Maps.Tests/Deltares.Maps.Tests.csproj
    • -161
    • +148
    ./Deltares.Maps.Tests/Services/FeatueRepositoryExtensionsTest.cs
    • -277
    • +259
    ./Deltares.Maps.Tests/Services/PolygonAttributeImporterTest.cs
  1. … 6 more files in changeset.
Simplified code

Related to Issue [MWDAM-2162]

Adapted to review: refactored IsSoilOfSurfacePresent

Related to Issue [MWDAM-2162]

Adapted to review: removed YEnd

Related to Issue [MWDAM-2162]

    • -1
    • +0
    ./Deltares.Dam.StixFileReader.Tests/SoilProfile2DDataModelTest.cs
    • -1
    • +0
    ./Deltares.Dam.StixFileReader/SoilProfile2DDataModel.cs
Fix ValuesFromShapeFileAreCopiedToScenarioIfNotDefinedInScenariosCsv, ValuesFromShapeFileOverwriteValuesFromLocationsCsv and OneIntersectionWithPolderLevel by setting IgnoreInvalidShapes.

Related to Issue [MWDAM-2191]

Made sure the button is available for stability calculation results as requested.

Related to Issue [MWDAM-1860]

Fixed warning regarding WKTReader

Related to Issue [MWDAM-2171]

Added RegenerateGeometry after reading the stix file. Extended tests.

Related to Issue [MWDAM-2162]

    • -3
    • +27
    ./Deltares.Dam.StixFileReader.Tests/StixFileReaderTest.cs
    • -1
    • +21
    ./Deltares.Dam.StixFileReader.Tests/SoilProfile2DDataModelTest.cs
  1. … 4 more files in changeset.
Create more realistic layer for test

Related to Issue [MWDAM-2162]

    • -2
    • +2
    ./Deltares.Dam.StixFileReader.Tests/PersistableDataModelFactory.cs
Fix unit tests

Related to Issue [MWDAM-2168]

    • -0
    • +6
    ./Deltares.Dam.Data/Deltares.Dam.Data.csproj
Replaced TestUtils comparers with comparers from DSL

Related to Issue [MWDAM-2162]

    • -64
    • +0
    ./Deltares.Dam.StixFileReader.Tests/TestUtils/GeometryPointComparer.cs
    • -62
    • +0
    ./Deltares.Dam.StixFileReader.Tests/TestUtils/GeometryCurveEqualityComparer.cs
    • -77
    • +0
    ./Deltares.Dam.StixFileReader.Tests/TestUtils/DoubleEqualityComparer.cs
Replaced TestUtils comparers with comparers from DSL

Related to Issue [MWDAM-2162]

    • -55
    • +75
    ./Deltares.Dam.StixFileReader.Tests/SoilProfile2DDataModelTest.cs
    • -0
    • +3
    ./Deltares.Dam.StixFileReader.Tests/Deltares.Dam.StixFileReader.Tests.csproj
SetLimits added: fixed test

Related to Issue [MWDAM-2162]

    • -2
    • +2
    ./Deltares.Dam.StixFileReader.Tests/SoilProfile2DDataModelTest.cs
SetLimits added

Related to Issue [MWDAM-2162]

    • -1
    • +9
    ./Deltares.Dam.StixFileReader/SoilProfile2DDataModel.cs
    • -4
    • +11
    ./Deltares.Dam.StixFileReader.Tests/SoilProfile2DDataModelTest.cs
Refactored IsValidSoilProfile to IsSoilOfSurfacePresent

Related to Issue [MWDAM-2162]

Renamed StiImporter to Geometry2DImporter

Related to Issue [MWDAM-2162]

    • -0
    • +169
    ./Deltares.Dam.Data/Geometry2DImporter/SoilProfile2DImporter.cs
    • -0
    • +67
    ./Deltares.Dam.Data/Geometry2DImporter/SoilProfileImporterException.cs
    • -169
    • +0
    ./Deltares.Dam.Data/StiImporter/SoilProfile2DImporter.cs
    • -67
    • +0
    ./Deltares.Dam.Data/StiImporter/SoilProfileImporterException.cs
  1. … 3 more files in changeset.
Upgraded to .net 6 and devexpress 24.1

Related to Issue [MDNLIB-868]

    • -2
    • +2
    ./Deltares.Maps.Tests/Services/ShapeFileReaderTest.cs
    • -1
    • +1
    ./Deltares.Dam.Data/Importers/LocationShapeFileAttributeMap.cs
    • -7
    • +6
    ./Deltares.Maps.Tests/Domain/CoverageFunctionTest.cs
    • -32
    • +16
    ./Deltares.Maps/ShapeFileReader.cs
    • -157
    • +157
    ./Deltares.Maps.Tests/Services/FeatueRepositoryExtensionsTest.cs
    • -17
    • +17
    ./Deltares.Dam.Data/Deltares.Dam.Data.csproj
    • -19
    • +36
    ./Deltares.Maps/AttributesDictionary.cs
  1. … 79 more files in changeset.
Disabled warnings about obsolete SurfaceLine

Related to Issue [MWDAM-2171]

    • -0
    • +2
    ./Deltares.Dam.Data/IO/FailureMechanismeParamatersMStabXmlHandler.cs
  1. … 2 more files in changeset.
Resolved warnings by removing references from csproj, mostly to system files.

Related to Issue [MWDAM-2171]

    • -10
    • +0
    ./Deltares.Dam.Data/Deltares.Dam.Data.csproj
    • -2
    • +0
    ./Deltares.Maps.Tests/Deltares.Maps.Tests.csproj
  1. … 9 more files in changeset.
Resolved rethrow warnings

Related to Issue [MWDAM-2171]

    • -16
    • +2
    ./Deltares.Maps/FeatureRepository.cs
    • -1
    • +1
    ./Deltares.Dam.Data/Sensors/SensorImportFromExcelSheet.cs
  1. … 1 more file in changeset.
Downgrade GeoAPI from 1.7.5 to 1.7.4 due to failing tests

Related to Issue [MWDAM-2171]