Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed Sonarqube rule 'Parameter validation in yielding methods should be wrapped'. WTI-2012

    • -0
    • +5
    ./Core.Components.DotSpatial/Projections/ReprojectExtensions.cs
  1. … 2 more files in changeset.
Fixed Sonarqube rule 'Add a nested comment explaining why this method is empty'. WTI-2012

    • -2
    • +8
    ./Core.Components.BruTile.IO/NoopTileCache.cs
  1. … 3 more files in changeset.
Fixed Sonarqube rule 'match interface declaration'. WTI-2012

    • -1
    • +1
    ./Core.Components.BruTile.IO/NoopTileCache.cs
  1. … 5 more files in changeset.
Revert "Fixed Sonarqube rule "Parameter names used into ArgumentException constructors should match an existing one". WTI-2012"

This reverts commit 31734a202bd9be72c6babcf8b61a9bb9acfb2686.

  1. … 1 more file in changeset.
Fixed Sonarqube rule "Parameter names used into ArgumentException constructors should match an existing one". WTI-2012

  1. … 1 more file in changeset.
Fixed Sonarqube rule "Local variables should not shadow class fields". WTI-2012

    • -3
    • +3
    ./Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs
  1. … 1 more file in changeset.
Fixed Sonarqube rule All method overloads should be adjacent. WTI-2012

    • -11
    • +11
    ./Core.Components.OxyPlot.Forms/ChartControl.cs
  1. … 3 more files in changeset.
Removed 'InternalsVisibleTo' in csproj files. WTI-2003

    • -5
    • +0
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -5
    • +0
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -5
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -5
    • +0
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -5
    • +0
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -8
    • +0
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
  1. … 50 more files in changeset.
Restored AssemblyInfos and Core.Common.Version. WTI-2003

    • -0
    • +25
    ./Core.Components.BruTile.Data/Properties/AssemblyInfo.cs
    • -0
    • +25
    ./Core.Components.BruTile.Forms/Properties/AssemblyInfo.cs
    • -0
    • +25
    ./Core.Components.Chart.Forms/Properties/AssemblyInfo.cs
    • -0
    • +27
    ./Core.Components.DotSpatial.Forms/Properties/AssemblyInfo.cs
    • -0
    • +25
    ./Core.Components.GraphSharp.Forms/Properties/AssemblyInfo.cs
    • -0
    • +27
    ./Core.Components.OxyPlot.Forms/Properties/AssemblyInfo.cs
  1. … 344 more files in changeset.
Revert "Temporary fix to prevent build errors. WTI-2003"

This reverts commit 0cc7e86b8144dc45567faf56527116c8e0f33323.

    • -1
    • +1
    ./Core.Components.OxyPlot/DynamicPlotController.cs
Temporary fix to prevent build errors. WTI-2003

    • -1
    • +1
    ./Core.Components.OxyPlot/DynamicPlotController.cs
Fixed compilation errors. WTI-2003

    • -3
    • +0
    ./Core.Components.PointedTree/Core.Components.PointedTree.csproj
  1. … 1 more file in changeset.
Fix for duplicate AssemblyInfos.WTI-2003

    • -0
    • +3
    ./Core.Components.PointedTree/Core.Components.PointedTree.csproj
  1. … 1 more file in changeset.
Updated BruTile from 0.19 to 0.20. WTI-2003

    • -1
    • +1
    ./Core.Components.BruTile.Data/Core.Components.BruTile.Data.csproj
    • -1
    • +1
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -1
    • +2
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -1
    • +1
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
  1. … 18 more files in changeset.
Migrated Core Components Stack projects. WTI-2003

    • -14
    • +2
    ./Core.Components.Stack.Forms/Core.Components.Stack.Forms.csproj
    • -25
    • +0
    ./Core.Components.Stack.Forms/Properties/AssemblyInfo.cs
    • -15
    • +2
    ./Core.Components.Stack/Core.Components.Stack.csproj
Migrated Core Components PointedTree projects. WTI-2003

    • -14
    • +2
    ./Core.Components.PointedTree.Forms/Core.Components.PointedTree.Forms.csproj
    • -25
    • +0
    ./Core.Components.PointedTree.Forms/Properties/AssemblyInfo.cs
    • -23
    • +11
    ./Core.Components.PointedTree/Core.Components.PointedTree.csproj
    • -25
    • +0
    ./Core.Components.PointedTree/Properties/AssemblyInfo.cs
Migrated Core Components OxyPlot projects. WTI-2003

    • -53
    • +21
    ./Core.Components.OxyPlot.Forms/Core.Components.OxyPlot.Forms.csproj
    • -27
    • +0
    ./Core.Components.OxyPlot.Forms/Properties/AssemblyInfo.cs
    • -26
    • +0
    ./Core.Components.OxyPlot.Forms/packages.config
    • -42
    • +15
    ./Core.Components.OxyPlot/Core.Components.OxyPlot.csproj
    • -25
    • +0
    ./Core.Components.OxyPlot/packages.config
Migrated Core Components GraphSharp projects. WTI-2003

    • -63
    • +10
    ./Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
    • -25
    • +0
    ./Core.Components.GraphSharp.Forms/Properties/AssemblyInfo.cs
    • -27
    • +0
    ./Core.Components.GraphSharp.Forms/packages.config
    • -48
    • +10
    ./Core.Components.GraphSharp/Core.Components.GraphSharp.csproj
    • -27
    • +0
    ./Core.Components.GraphSharp/packages.config
Migrated Core Components Gis projects. WTI-2003

    • -72
    • +19
    ./Core.Components.Gis.Forms/Core.Components.Gis.Forms.csproj
    • -25
    • +0
    ./Core.Components.Gis.Forms/packages.config
    • -41
    • +15
    ./Core.Components.Gis.IO/Core.Components.Gis.IO.csproj
    • -25
    • +0
    ./Core.Components.Gis.IO/packages.config
    • -60
    • +10
    ./Core.Components.Gis/Core.Components.Gis.csproj
  1. … 3 more files in changeset.
Migrated Core Components DotSpatial Forms. WTI-2003

    • -41
    • +20
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
    • -27
    • +0
    ./Core.Components.DotSpatial.Forms/Properties/AssemblyInfo.cs
    • -25
    • +0
    ./Core.Components.DotSpatial.Forms/packages.config
Migrated Core Components DotSpatial. WTI-2003

    • -53
    • +20
    ./Core.Components.DotSpatial/Core.Components.DotSpatial.csproj
    • -25
    • +0
    ./Core.Components.DotSpatial/packages.config
Migrated Core Components Chart and forms. WTI-2003

    • -19
    • +2
    ./Core.Components.Chart.Forms/Core.Components.Chart.Forms.csproj
    • -25
    • +0
    ./Core.Components.Chart.Forms/Properties/AssemblyInfo.cs
    • -36
    • +10
    ./Core.Components.Chart/Core.Components.Chart.csproj
Migrated Core Components BruTile IO. WTI-2003

    • -34
    • +23
    ./Core.Components.BruTile.IO/Core.Components.BruTile.IO.csproj
    • -26
    • +0
    ./Core.Components.BruTile.IO/packages.config
Migrated Core Components Brutile Forms. WTI-2003

    • -34
    • +10
    ./Core.Components.BruTile.Forms/Core.Components.BruTile.Forms.csproj
    • -25
    • +0
    ./Core.Components.BruTile.Forms/Properties/AssemblyInfo.cs
    • -25
    • +0
    ./Core.Components.BruTile.Forms/packages.config
Migrated Core Components Brutile Data. WTI-2003

    • -19
    • +7
    ./Core.Components.BruTile.Data/Core.Components.BruTile.Data.csproj
    • -25
    • +0
    ./Core.Components.BruTile.Data/Properties/AssemblyInfo.cs
    • -25
    • +0
    ./Core.Components.BruTile.Data/packages.config
Migrated Core Components BruTile. WTI-2003

    • -47
    • +20
    ./Core.Components.BruTile/Core.Components.BruTile.csproj
    • -26
    • +0
    ./Core.Components.BruTile/packages.config
  1. … 1 more file in changeset.
Removed all resources designer files. WTI-2003

    • -114
    • +0
    ./Core.Components.BruTile.Forms/Properties/Resources.Designer.cs
    • -103
    • +0
    ./Core.Components.BruTile.IO/Properties/Resources.Designer.cs
    • -160
    • +0
    ./Core.Components.BruTile/Properties/Resources.Designer.cs
    • -219
    • +0
    ./Core.Components.Chart/Properties/Resources.Designer.cs
    • -94
    • +0
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -102
    • +0
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
    • -194
    • +0
    ./Core.Components.Gis.Forms/Properties/Resources.Designer.cs
    • -244
    • +0
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
    • -318
    • +0
    ./Core.Components.Gis/Properties/Resources.Designer.cs
    • -102
    • +0
    ./Core.Components.OxyPlot.Forms/Properties/Resources.Designer.cs
    • -105
    • +0
    ./Core.Components.PointedTree/Properties/Resources.Designer.cs
  1. … 89 more files in changeset.
Revert "Removed all resources designer files. WTI-2003"

This reverts commit 2b0b66513226fa1fcd379c2cd214d61302cc9be7.

    • -0
    • +114
    ./Core.Components.BruTile.Forms/Properties/Resources.Designer.cs
    • -0
    • +103
    ./Core.Components.BruTile.IO/Properties/Resources.Designer.cs
    • -0
    • +160
    ./Core.Components.BruTile/Properties/Resources.Designer.cs
    • -0
    • +219
    ./Core.Components.Chart/Properties/Resources.Designer.cs
    • -0
    • +94
    ./Core.Components.DotSpatial.Forms/Properties/Resources.Designer.cs
    • -0
    • +102
    ./Core.Components.DotSpatial/Properties/Resources.Designer.cs
    • -0
    • +194
    ./Core.Components.Gis.Forms/Properties/Resources.Designer.cs
    • -0
    • +244
    ./Core.Components.Gis.IO/Properties/Resources.Designer.cs
    • -0
    • +318
    ./Core.Components.Gis/Properties/Resources.Designer.cs
    • -0
    • +102
    ./Core.Components.OxyPlot.Forms/Properties/Resources.Designer.cs
    • -0
    • +105
    ./Core.Components.PointedTree/Properties/Resources.Designer.cs
  1. … 89 more files in changeset.
Updated license headers in core.components. WTI-1971

    • -1
    • +0
    ./Core.Components.BruTile.Data/packages.config
    • -1
    • +0
    ./Core.Components.BruTile.Forms/packages.config
    • -2
    • +1
    ./Core.Components.BruTile.IO/packages.config
    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/packages.config
    • -1
    • +0
    ./Core.Components.DotSpatial/packages.config
    • -1
    • +0
    ./Core.Components.Gis.Forms/packages.config
    • -1
    • +0
    ./Core.Components.Gis.IO/packages.config
    • -2
    • +1
    ./Core.Components.GraphSharp.Forms/packages.config
    • -2
    • +1
    ./Core.Components.GraphSharp/packages.config
    • -2
    • +1
    ./Core.Components.OxyPlot.Forms/packages.config
    • -2
    • +1
    ./Core.Components.OxyPlot/packages.config
  1. … 22 more files in changeset.
Cleanup: WTI-1971

- Removed unused reference in .Core projects.

    • -1
    • +0
    ./Core.Components.DotSpatial.Forms/Core.Components.DotSpatial.Forms.csproj
  1. … 3 more files in changeset.