Core.Common.Base

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Performed Resharper cleanup

Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7334 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

  1. … 114 more files in changeset.
fixed some of the issues found by visual studio code analysis. Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7240 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fef2b3d374da75bd0bf1cb0a7e0052ed2ed1b76a

Former-commit-id: 78097e95edb99bbc2b4ba6a5e9ce21be8d5f5d39

    • -2
    • +4
    ./Geometry/Segment2DIntersectSegment2DResult.cs
    • -0
    • +31
    ./IO/OnProgressChanged.cs
  1. … 11 more files in changeset.
fixed compiler warnings and performed some "common practices and code improvements"

Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7233 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 169b334c71ef8e8ee74a6d270195b6b9014f7af7

Former-commit-id: 0f42a6f6a5da6ae2c62f051a5f65d0890abd2183

  1. … 3 more files in changeset.
Fixing Resharper code issues. Related to Issue [WTI-1008]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7225 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ed7bdaf426b549dfa60896ccf59854697ad97eff

Former-commit-id: fa5e42a5f1f12ee8bcf3aefb993b7da5b4e4e3f7

  1. … 27 more files in changeset.
* Fixed typos. * Refactored common code to new methods. * Fixed correct responsibility of filtering out duplicate observable notification. * Improved XML docs. * Improved returning all affected objects by some 'clear' methods of DataSynchronisationService classes. * Readded license header. * Simplified RhinoMock argument restraints. * Fixed test filename. * Fixed test structure of Integration tests conform coding conventions. Related to Issue [WTI-440]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6902 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 575f790757a486d0efa5b560c8170dc02cefb1f5

Former-commit-id: 8f94dd18882a6eaa65a1a9ca5592839b0d8b8084

  1. … 33 more files in changeset.
Incorporated comments review 1223: - Implemented IComparable in the RoundedDouble - Added null-check in the HydraulicBoundaryLocationEditor, because the GetPropertiesObject(context) can be null.

Related to Issue [WTI-989]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6879 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dc360d26af8ec209a0b13225ace1db5328197df8

Former-commit-id: 58cbfed5222b113a4bb1b48c9c86b4d6bc8a9ad1

  1. … 3 more files in changeset.
Removed some logic which checked whether project was null on IProjectOwner (Not possible anymore). Updated doc and method names for more consistency. Related to Issue [WTI-961]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6818 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a786487651e30f71544fd103a075c42a4d6cc2be

Former-commit-id: 24961c5bd7492e96c3e84f71e7da7d348ffdea24

  1. … 9 more files in changeset.
- Moved resources to right file. - Removed default for SelectedMetaDataAttribute. Related to Issue [WTI-957]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6770 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bda15918b710d189aacf8aef09f1a1e63c572049

Former-commit-id: 6bfddd45053e6318b8ef8e52b878ef33725107f5

  1. … 9 more files in changeset.
- Moved label keys to resources. - Implemented separate method for right labels in grass outwards. Related to Issue [WTI-957]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6767 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fb4f35e9cf7bbeda14963fa3e5c27a710a296e12

Former-commit-id: e900dfe47725fe03c061d08afc1390580f6c2c01

  1. … 12 more files in changeset.
IProjectOwner now should be implemented in such a way that null can never be returned or set. Introduced StagedProject in StorageSqLite to always have a coupling between the model and the loaded entity. connectionString is no longer maintained in StorageSqLite, but the filepath is passed along the method calls. StorageCommandHandler is responsible for logging feedback to the user. Removed interface methods regarding closing of a project (invalid use case in Ringtoets) Added SetProject method in IProjectOwner and removed setters for Project and ProjectPath, so that Project and ProjectPath are always set together. Related to Issue [WTI-961]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6764 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ca0bf302faa996815ebc7f8d434ad15fb38246db

Former-commit-id: 679b97e980241449cfd6da32ba0fd19b28e85029

  1. … 20 more files in changeset.
* Introduced IReferenceLineReplaceHandler and its implementation. ** Applied Dependency Injection on ReferenceLineImporter to abstract ReferenceLine replacement specifics (also removing dependencies such as View logic!) * Moved integration test data production methods to generally available location (new test project created for it) ** Created DataImportHelper class (Replaced several IntegrationTestHelper classes with identical implementation) Related to Issue [WTI-440]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6706 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 327965238ad610377b99e3b293193784bb2ef163

Former-commit-id: efce33cd742bfd09ba26d9337f1508223c8a2559

  1. … 90 more files in changeset.
- Review related changes paired with bouvrie Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6606 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 08d3502c090c09a8bda1840af9595e3a1ff50965

Former-commit-id: 021b9a30c3d0ce21272912dee24e3d2b6dac4318

  1. … 14 more files in changeset.
(Editorial) Applied comments review 1178 - Corrected typo in XMLdoc Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6558 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a27634f3f9d77e477ba65feb22f2beb7dcdcb92f

Former-commit-id: c4921ba297daafcba2d1f5cf7add3fc6a44ca6b6

(Editorial) Applied comments review 1178 - Removed redundant references in XML docs (e.g. System.X when System was already referenced) - Standardized XML docs regarding exceptions: Thrown is prefixed for the cause of the exception (e.g. <exception cref="X">Thrown when Lorus Ipsum</exception>)

Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6553 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c9a908b16e966485b3c2f38d472d9628b6f581ff

Former-commit-id: 71660f2e2159bfbb2e958ce8211bb236f66286e4

  1. … 29 more files in changeset.
* parameter null validation added. * renamed 'object' to 'value'. Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6496 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dabe727b5cf43fa26a054b71b83f3dbabfae4224

Former-commit-id: e3290a26dfa352699943ea96e1275e3fb375403b

  1. … 35 more files in changeset.
- Ensure the technical reference guide can be build via Doxygen - Ran Deltares cleanup on every project that was touched Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6491 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8f75344419774da76c09075d5ac8308830a35a8b

Former-commit-id: e26553796c0f3ada7c458ada2db8e053610b8161

  1. … 113 more files in changeset.
Ensure the technical reference guide can be build via Doxygen Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6485 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a0a385c25fa4abc7082b69ad1a56c6afbbb51b50

Former-commit-id: c4bffa03b65993b5fe35820abbbe3029586d025b

  1. … 28 more files in changeset.
* Added standard serialization constructor to all Exception classes. * Explicitly defined culture for string.Format methods. * Replaced IFileImporter.ProgressChanged property to method (recommendation by C# coding conventions) * Renamed classes containing win32.dll invokes to NativeMethods (recommendation by C# coding conventions)

Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6471 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 78fae4fb038935c7a58a0fb534baa750b173d589

Former-commit-id: fc7d0938a3677be66218915a3e665a9cc6757df9

    • -0
    • +3
    ./Storage/StorageValidationException.cs
    • -1
    • +1
    ./TypeConverters/RoundedDoubleConverter.cs
  1. … 154 more files in changeset.
* Removed unused references in the solution. Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6450 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d3103841ab6e9adba07b05cb228ae2e636a5274c

Former-commit-id: a03541460ccbd16a759c489bef9b4312fe0a0b80

  1. … 40 more files in changeset.
* Resolved solvable Resharper issues. * Fixed typo in display name of Linear Model for StabilityPointStructure calculation input. * Fixed inheritance bug related to Attribute in whole solution. Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6438 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7ac9feb47be8d8ec2ee3c83ff914611134305f09

Former-commit-id: 04c41b2f251475618637cce83329e34639907d61

  1. … 109 more files in changeset.
Deltares clean-up for Core.Common - Renamed GetLengthsBasedOnReletative to GetLengthsBasedOnRelative - Moved regions down in file Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6393 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a32f95f755c625c08cd50600752daafbd813038f

Former-commit-id: fd19f66c962d2aefbbec884c4976032ebd4f8cc7

  1. … 3 more files in changeset.
Replaced <remark> with <remarks/> Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6312 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0fb2902c4f345a1d0ff0b21077a2af503c13f142

Former-commit-id: 29435e937b75f605a35ffecd07ee8c84b3ddc938

  1. … 3 more files in changeset.
* Create and Read extension methods for StabilityPointStructure instances. * Introduced RoundedDouble.NaN constant (removes the proliferation of casting from double.NaN to RoundedDouble) Related to Issue [WTI-911]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6162 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e0faff5c1252f482de48e7849a8d4ae3f6bf1d5c

Former-commit-id: 2f2757c0a49641b703a66ca60d5ab0e28b7e7098

  1. … 71 more files in changeset.
Implement validation service for GEKB: - Orientation initialized at NaN - Expanded validation service for GEKB to validate if orientation property is not NaN

Additionally, moved Resources from Core.Common.Base to Ringtoets.Common.Service

Related to Issue [WTI-925]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6138 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 51b2ea9853d10b75187a3213f33e242a6728fa2b

Former-commit-id: a25ed6f9edbd2f1e063b02a0fc990e61b6bc51fb

  1. … 10 more files in changeset.
Implement validation of HeightStructuresInput: - Extracted validation messages to resources Related to Issue [WTI-925]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6027 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4256d6a6f650b00fd2126608a9904ed217255c8b

Former-commit-id: 49f9ac7341d015f3786c7bb280a6603c4c1cc189

  1. … 4 more files in changeset.
Implement validation of HeightStructuresInput: - Moved resource strings to the correct one - Changed validation messages for the standard deviation and the variation coefficient. Currently matches with the error messages that are generated by the distributions Related to Issue [WTI-925]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6005 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fbe67d4cbcd0a93ad1dd9254ee0450dbc011c259

Former-commit-id: f33c985689750df935d7201eb745d625a2cc817d

  1. … 4 more files in changeset.
Implement validation of HeightStructuresInput: - Added DistributionValidation service: general service to validate whether a probabilistic distribution has valid values (NOT NaN and NOT Infinity) for the Mean and standard deviation / variation coefficient

Related to Issue [WTI-925]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6002 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 53ff4dbcd988b405f6c3b533592115cb9a358433

Former-commit-id: 1e346c6dfd17aaac5463e4bc38b0083253c2552c

  1. … 5 more files in changeset.
- Updated XMLdocs - Added test for non-obvious ArgumentNullException case - Added SectionResultWithCalculationAssignmentTest

Related to Issue [WTI-587]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5969 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d6f6ea1b009348697b3e21cd00c875baf9e4e651

Former-commit-id: 6a10412daf7d04f0eb90e26db0271e585fb9a257

  1. … 4 more files in changeset.
Merged revision(s) 5534-5708 from branches/WTI-867: Refactored architecture for invoking hydra ring calculations. Related to Issue [WTI-867]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5715 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5d80af518003a620f028a185de98e44e32bf3693

Former-commit-id: 0c198269b23b44016a7e3abaeb313d7fba31f459

  1. … 171 more files in changeset.
Replaced GrassCoverErosionInwardsCalculationActivity, GrassCoverErosionInwardsCalculationService with new implementations. Removed GrassCoverErosionInwardsCalculationServiceOutput. Removed OvertoppingCalculationWaveHeightParser in favor of OvertoppingCalculationWaveHeightExceptionParser

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-867@5610 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 519b3b6d8e55e632557e0edfa152bde229d29fb0

Former-commit-id: 82bcc0d08699264eda82b9649948bde1acfe7a49

  1. … 34 more files in changeset.