From b8179f891429a625d214d6bec3cfd7ed12f9f6ba Mon Sep 17 00:00:00 2001 From: Peder Husom Date: Mon, 3 Jul 2017 08:24:29 +0200 Subject: [PATCH 1/2] Removed SerializationInfo, not used --- src/GitTools.Core/Exceptions/WarningException.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/GitTools.Core/Exceptions/WarningException.cs b/src/GitTools.Core/Exceptions/WarningException.cs index fff3cc6..0fb19a9 100644 --- a/src/GitTools.Core/Exceptions/WarningException.cs +++ b/src/GitTools.Core/Exceptions/WarningException.cs @@ -10,11 +10,5 @@ public WarningException(string message) : base(message) { } - - - protected WarningException(SerializationInfo info, StreamingContext context) - : base(info, context) - { - } } } \ No newline at end of file From ebe431ab2ee7d17a0a262f28eb24cae59399f96f Mon Sep 17 00:00:00 2001 From: Peder Husom Date: Mon, 3 Jul 2017 08:25:13 +0200 Subject: [PATCH 2/2] Added newer version of JetBrains.Annotations --- src/GitTools.Core/GitTools.Core.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GitTools.Core/GitTools.Core.csproj b/src/GitTools.Core/GitTools.Core.csproj index 3985d17..a1cdc36 100644 --- a/src/GitTools.Core/GitTools.Core.csproj +++ b/src/GitTools.Core/GitTools.Core.csproj @@ -10,6 +10,7 @@ +