- Updated entity framework template files to generate more properly formatted files - Added tests for RingtoetsEntities - Removed 'e' from caught exception in GrassCoverErosionInwardsCalculationServiceTest to prevent error notification Related to Issue [WTI-931] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6483 5a3db67b-de53-47b5-99c8-a1c30a6650e2
* 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]