Index: Core/Components/src/Core.Components.DotSpatial/Converter/MapDataConverter.cs =================================================================== diff -u -rf816b467d3aae059a7728645575ec2eabfbcb0f7 -r3760b6241dca4d9439e23cecb69c79fc019e6250 --- Core/Components/src/Core.Components.DotSpatial/Converter/MapDataConverter.cs (.../MapDataConverter.cs) (revision f816b467d3aae059a7728645575ec2eabfbcb0f7) +++ Core/Components/src/Core.Components.DotSpatial/Converter/MapDataConverter.cs (.../MapDataConverter.cs) (revision 3760b6241dca4d9439e23cecb69c79fc019e6250) @@ -40,7 +40,7 @@ { if (data == null) { - throw new ArgumentNullException("Null data cannot be converted into feature sets"); + throw new ArgumentNullException("Null data cannot be converted into feature sets."); } if (!CanConvertMapData(data)) Index: Core/Components/src/Core.Components.DotSpatial/Core.Components.DotSpatial.csproj =================================================================== diff -u -r1a01c1a2825d37f773c817fbcab39d0cc5da9940 -r3760b6241dca4d9439e23cecb69c79fc019e6250 --- Core/Components/src/Core.Components.DotSpatial/Core.Components.DotSpatial.csproj (.../Core.Components.DotSpatial.csproj) (revision 1a01c1a2825d37f773c817fbcab39d0cc5da9940) +++ Core/Components/src/Core.Components.DotSpatial/Core.Components.DotSpatial.csproj (.../Core.Components.DotSpatial.csproj) (revision 3760b6241dca4d9439e23cecb69c79fc019e6250) @@ -80,10 +80,6 @@ ..\..\..\..\packages\DotSpatial.Topology.1.7\lib\net40-Client\DotSpatial.Topology.dll True - - ..\..\..\..\packages\log4net.2.0.4\lib\net40-full\log4net.dll - True - @@ -108,7 +104,6 @@ - @@ -121,6 +116,7 @@ {c90b77da-e421-43cc-b82e-529651bc21ac} Core.Common.Version + False Fisheye: Tag 3760b6241dca4d9439e23cecb69c79fc019e6250 refers to a dead (removed) revision in file `Core/Components/src/Core.Components.DotSpatial/Exceptions/MapDataException.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Core/Components/src/Core.Components.DotSpatial/Properties/Resources.Designer.cs =================================================================== diff -u -rb62fb79a6bd38a8947e82c2d1d58429ad6365f12 -r3760b6241dca4d9439e23cecb69c79fc019e6250 --- Core/Components/src/Core.Components.DotSpatial/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b62fb79a6bd38a8947e82c2d1d58429ad6365f12) +++ Core/Components/src/Core.Components.DotSpatial/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3760b6241dca4d9439e23cecb69c79fc019e6250) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.17929 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -59,41 +59,5 @@ resourceCulture = value; } } - - /// - /// Looks up a localized string similar to Shape file op pad {0} is aan de kaart toegevoegd.. - /// - public static string BaseMap_LoadData_Shape_file_on_path__0__is_added_to_the_map_ { - get { - return ResourceManager.GetString("BaseMap_LoadData_Shape_file_on_path__0__is_added_to_the_map_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to De kaartdata is niet valide.. - /// - public static string BaseMap_SetMapData_The_data_available_in_MapData_is_not_valid_ { - get { - return ResourceManager.GetString("BaseMap_SetMapData_The_data_available_in_MapData_is_not_valid_", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bestand op pad {0} bestaat niet.. - /// - public static string MapData_IsPathValid_File_on_path__0__does_not_exist { - get { - return ResourceManager.GetString("MapData_IsPathValid_File_on_path__0__does_not_exist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bestand op pad {0} heeft niet de juiste .shp extensie.. - /// - public static string MapData_IsPathValid_File_on_path__0__does_not_have_the_shp_extension { - get { - return ResourceManager.GetString("MapData_IsPathValid_File_on_path__0__does_not_have_the_shp_extension", resourceCulture); - } - } } } Index: Core/Components/src/Core.Components.DotSpatial/Properties/Resources.resx =================================================================== diff -u -rb62fb79a6bd38a8947e82c2d1d58429ad6365f12 -r3760b6241dca4d9439e23cecb69c79fc019e6250 --- Core/Components/src/Core.Components.DotSpatial/Properties/Resources.resx (.../Resources.resx) (revision b62fb79a6bd38a8947e82c2d1d58429ad6365f12) +++ Core/Components/src/Core.Components.DotSpatial/Properties/Resources.resx (.../Resources.resx) (revision 3760b6241dca4d9439e23cecb69c79fc019e6250) @@ -117,16 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bestand op pad {0} bestaat niet. - - - Bestand op pad {0} heeft niet de juiste .shp extensie. - - - Shape file op pad {0} is aan de kaart toegevoegd. - - - De kaartdata is niet valide. - \ No newline at end of file Index: Core/Components/src/Core.Components.DotSpatial/packages.config =================================================================== diff -u -r4512af7782ee31b36941bb280b54d9da2953dd71 -r3760b6241dca4d9439e23cecb69c79fc019e6250 --- Core/Components/src/Core.Components.DotSpatial/packages.config (.../packages.config) (revision 4512af7782ee31b36941bb280b54d9da2953dd71) +++ Core/Components/src/Core.Components.DotSpatial/packages.config (.../packages.config) (revision 3760b6241dca4d9439e23cecb69c79fc019e6250) @@ -35,5 +35,4 @@ - \ No newline at end of file Index: Core/Components/test/Core.Components.DotSpatial.Test/Core.Components.DotSpatial.Test.csproj =================================================================== diff -u -r1a01c1a2825d37f773c817fbcab39d0cc5da9940 -r3760b6241dca4d9439e23cecb69c79fc019e6250 --- Core/Components/test/Core.Components.DotSpatial.Test/Core.Components.DotSpatial.Test.csproj (.../Core.Components.DotSpatial.Test.csproj) (revision 1a01c1a2825d37f773c817fbcab39d0cc5da9940) +++ Core/Components/test/Core.Components.DotSpatial.Test/Core.Components.DotSpatial.Test.csproj (.../Core.Components.DotSpatial.Test.csproj) (revision 3760b6241dca4d9439e23cecb69c79fc019e6250) @@ -112,7 +112,6 @@ - Fisheye: Tag 3760b6241dca4d9439e23cecb69c79fc019e6250 refers to a dead (removed) revision in file `Core/Components/test/Core.Components.DotSpatial.Test/Exceptions/MapDataExceptionTest.cs'. Fisheye: No comparison available. Pass `N' to diff?