Core.Common.IO

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Various review related changes Fixed failing test

Related to Issue [WTI-1060]

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

Former-commit-id: 9c1c671a1a0a571c9ddc8b7067b595605c1e849a

Former-commit-id: f7e74626f0360437fddbc589733d72009c0ce1af

  1. … 5 more files in changeset.
Combined SqLiteConnectionStringBuilder used in Migration and Application.Ringtoets Related to Issue [WTI-1060]

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

Former-commit-id: 802fcd322b992c911105f691dc37a3811bab6d39

Former-commit-id: fd6e5120842fad23efc7f6bee73dd6673d92b4f2

    • -0
    • +60
    ./SqLiteConnectionStringBuilder.cs
  1. … 15 more files in changeset.
* Renamed FileUtils to IOUtils and extended it with folder related validation methods. ** Defined DirectoryWriterErrorMessageBuilder to be used in validation message generation. * Extended MapControl with BackgroundMapData property. ** MapControl observes BackgroundMapData for changes. ** BackgroundMapData defines the coordinate system used, and will reprojet all other layers when needed. * Defined testing mocks for getting fake tile data, instead of requiring an internet connection for tests. * PipingFailureMechanismView makes use of the BackgroundMapData feature. Related to Issue [WTI-1088]

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

Former-commit-id: ebd8aca90052bb12a8d8167237267eb60e050684

Former-commit-id: 8a9624c64bec0ab4467267d9cbdbe12698bdff96

  1. … 65 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

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

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

  1. … 284 more files in changeset.
Updated SQLite to latest version (104) paired with berg_jl

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

Former-commit-id: b7f49496d25e38cc4ff409d44a86b09d8ab5b536

Former-commit-id: b44681b37cdf650d516bbce670eef9e8de813e4a

  1. … 215 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

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

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

  1. … 219 more files in changeset.
Incorporated comments review review 1190

Paired with berg_jl

Related to Issue [WTI-948]

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

Former-commit-id: 6f722728ef1374f0330626efd20d8d99f148f48f

Former-commit-id: bb366453084937c8a7ff2864966608b575e63902

    • -10
    • +10
    ./Readers/IDataReaderExtensions.cs
  1. … 5 more files in changeset.
Reused IDataReaderExtensions.Read in HydraulicBoundarySqLiteDatabaseReader Related to Issue [WTI-948]

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

Former-commit-id: 20ff6a82dc56c58b866439cd0caf050b7b780846

Former-commit-id: 086d50655e7af167fdb6e052f94a3583b0d91392

  1. … 2 more files in changeset.
Added exception handling for unknown columns IDataReaderExtensions. Added test for the base implementation of CopyMetaDataIntoFeature, which should correctly read null values. Related to Issue [WTI-948]

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

Former-commit-id: 6def9369dc68d3d803284d9eda2071d9f2d98ab3

Former-commit-id: 815b581fbe601d6453809fcc5b22e2ca4a46e32e

  1. … 12 more files in changeset.
Added IDataReaderExtensions with a helper method for reading a column with a certain type using conversions. Added ConversionException thrown when that helper method encounters an error. Added documentation for the ConversionException/CriticalFileReadException propagation path. Added test for when trying to convert values from database with invalid schema. Related to Issue [WTI-948]

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

Former-commit-id: 9393160bb73bab9051e43b1412f2ed2dc94f4452

Former-commit-id: f5d35b781ec1c6e3ec8aaeeb46e6b78b8e3d30d7

    • -0
    • +58
    ./Exceptions/ConversionException.cs
    • -0
    • +82
    ./Readers/IDataReaderExtensions.cs
  1. … 18 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
    • +1
    ./Exceptions/CriticalFileReadException.cs
    • -1
    • +1
    ./Exceptions/CriticalFileWriteException.cs
  1. … 27 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
    ./Exceptions/CriticalFileReadException.cs
    • -0
    • +3
    ./Exceptions/CriticalFileWriteException.cs
  1. … 162 more files in changeset.
Implemented reader for the Hydra-Ring settings database. Created HydraRing subdir in Ringtoets.Common.IO for containing ringtoets specific and hydra-ring related IO classes. Made Settings objects public so that they can be initialized outside Hydra-Ring Related to Issue [WTI-919]

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

Former-commit-id: a6317b68042c5370d036b8acf7b23ecfd24720fe

Former-commit-id: c79d8df42d473545d4dc3813b3c8b8ef87b79ecc

  1. … 17 more files in changeset.
Merged revision(s) 5006-5019 from branches/Release/16_1_1: Resharper cleanup Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

constants now are at the beginning of test files.

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Cleanup project references.

Related to Issue WTI 737

........

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

Former-commit-id: 21f2b2d3f74765437bc2f5ac6001d62a6c3afd98

Former-commit-id: 79979c7e6cb96a998c3b1a0d4fc4d9bd4bf10566

    • -3
    • +3
    ./Exceptions/CriticalFileReadException.cs
    • -3
    • +3
    ./Exceptions/CriticalFileWriteException.cs
  1. … 217 more files in changeset.
Resharper cleanup Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5006 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cdc9bc15fae6a5bb7ef86e6d2b6d85f4f0fc3e89

Former-commit-id: fa3460df1754afdafc8122c72730d9084dd49074

    • -3
    • +3
    ./Exceptions/CriticalFileReadException.cs
    • -3
    • +3
    ./Exceptions/CriticalFileWriteException.cs
  1. … 56 more files in changeset.
Resharper cleanup Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5006 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f6d6284c8b10f15028f61c502ee6302898283c9b

Former-commit-id: 59724952a639b5d8f5a63701b616e9c7dcfc2da8

    • -3
    • +3
    ./Exceptions/CriticalFileReadException.cs
    • -3
    • +3
    ./Exceptions/CriticalFileWriteException.cs
  1. … 56 more files in changeset.
Merged revision(s) 4809 from branches/Release/16_1_1: used types instead of classes. ........

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

Former-commit-id: 609707e227dfe347a5c146a366a08f545f707a4f

Former-commit-id: 7fbafeaee300c9098f33e9d5c0f15762322a1aaf

  1. … 42 more files in changeset.
used types instead of classes.

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4809 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2d49d291c751b83d18db1b127964cf6fad11f9f0

Former-commit-id: 089fa64a64d1179fa789896214136c696961151a

  1. … 42 more files in changeset.
used types instead of classes.

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4809 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 30fb3d6137e169b12adce2135be45125c2b4891c

Former-commit-id: 875a2da43679e9aa7d3f2524a730418ae601a007

  1. … 42 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

  1. … 310 more files in changeset.
Implementation of suggestion from VS Code Analysis. Related to Issue [WTI-737]

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

Former-commit-id: 1895b5a2ad4af5990186dc631dfdca95b1206a62

Former-commit-id: ae9af18a62ee32f7f397fcaedb92ee654fa7d666

    • -0
    • +1
    ./Exceptions/CriticalFileReadException.cs
    • -0
    • +1
    ./Exceptions/CriticalFileWriteException.cs
  1. … 31 more files in changeset.
* Removed project reference to Core.Common.Version. * Added solution project dependencies of product-code to Core.Common.Version. Related to Issue [WTI-737]

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

Former-commit-id: 13ea8a0add9e77899cc3a6e7036660678309d563

Former-commit-id: 8eee65115f9d9621d41b4ec0527cfc0bb350980a

  1. … 53 more files in changeset.
Implemented ShapeFileExporterBase up to ReferenceLineExporter. Related to Issue [WTI-319]

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

Former-commit-id: d32a65b29e94576db5e582483b93c97d66c7f54b

Former-commit-id: 637065f950dc9d6cef8e7ec7f49f0f37b14280fc

    • -0
    • +54
    ./Exceptions/CriticalFileWriteException.cs
  1. … 17 more files in changeset.
Added license files to all projects except: Ringtoets.Application.SetUp Core.Common.Version Demo.Ringtoets Demo.Ringtoets.Test

Generated license files in projects.

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

Former-commit-id: 3acc9d7e6e84815f3fe9024f391e86456c362dc5

Former-commit-id: e0d4c1e5eded874de9d9391f8fe6af15b7369319

  1. … 210 more files in changeset.
Added Color and MaterialName to PipingSoilLayer. Related to Issue [WTI-443]

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

Former-commit-id: 086abe8580bb5c69855c9f78e37d61bbcdfb45e1

Former-commit-id: fa8a23895c25e7295b6f2991e87926556176d127

  1. … 20 more files in changeset.
- Added catcher for exceptions thrown by initializing a new SQLiteConnection object. - Set the SQLiteConnection such, that it used the .NET Frameworks *DbConnectionStringBuilder.ConnectionString* to parse the database string. This parser also supports UNC paths. - Added tests for UNC path support. Related to Issue [WTI-644]

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

Former-commit-id: 22425ccb0403f5e2db214c5a25a8ba41c91609c0

Former-commit-id: 397d56ab59228026431afd46722ed7e978a7c65f

    • -7
    • +13
    ./Readers/SqLiteDatabaseReaderBase.cs
  1. … 4 more files in changeset.
Refactored logic from RingtoetsGuiPlugin in relation to importing hydraulic boundary database. Related to Issue [WTI-329]

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

Former-commit-id: ae684e81fe86f23e95555acfa138c7336f8f92e6

Former-commit-id: 6b817dc7c28967e0f792cd565c4c59ef96478d18

    • -10
    • +2
    ./Readers/SqLiteDatabaseReaderBase.cs
  1. … 6 more files in changeset.
- Fixed failed test - Extracted version reader Related to Issue [WTI-414]

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

Former-commit-id: eed4f86d18415dc61edf23c5856ef65ab998bc5a

Former-commit-id: 64a950390f5bb998d5f5ded30e676a4724e3afd4

    • -5
    • +11
    ./Readers/SqLiteDatabaseReaderBase.cs
  1. … 8 more files in changeset.
Changes after review. Related to Issue [WTI-255]

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

Former-commit-id: a172571f2fc1454b8ef604e73ff41acec1f1e7ad

Former-commit-id: 41460e932375452bb2de65c23a7cf343b0e66c81

    • -54
    • +0
    ./Exceptions/ElementReadException.cs
  1. … 19 more files in changeset.
Changes after review. Related to Issue [WTI-362]

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

Former-commit-id: 126c24623b95dda84fd87ec7694cfd0ecdf96a83

Former-commit-id: 146d08f8f943a9da9743bf2bbda5df3f37555bd1

    • -0
    • +65
    ./Readers/StreamReaderHelper.cs
  1. … 8 more files in changeset.