From cebeeb6d6573e15fe4f1a834f77ead9e8556f570 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 8 Nov 2015 18:40:10 +0700 Subject: A few more changes to sync up with BouncyCastle-PCL --- crypto/crypto.csproj | 5 +++++ crypto/src/asn1/DerGeneralizedTime.cs | 4 ++++ crypto/src/asn1/DerUTCTime.cs | 4 ++++ crypto/src/asn1/x509/Time.cs | 4 ++++ crypto/src/util/Enums.cs | 10 +++++++++- crypto/src/util/Platform.cs | 2 ++ crypto/src/util/TypeExtensions.cs | 17 +++++++++++++++++ crypto/test/src/util/test/SimpleTest.cs | 13 ++++++------- 8 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 crypto/src/util/TypeExtensions.cs diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index cdb48bfff..a1e217aca 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -6768,6 +6768,11 @@ SubType = "Code" BuildAction = "Compile" /> + Date: Sun, 8 Nov 2015 18:48:03 +0700 Subject: Needs to be in Org.BouncyCastle namespace for now --- crypto/src/util/TypeExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/src/util/TypeExtensions.cs b/crypto/src/util/TypeExtensions.cs index 203d0a605..cf3141a89 100644 --- a/crypto/src/util/TypeExtensions.cs +++ b/crypto/src/util/TypeExtensions.cs @@ -3,7 +3,7 @@ using System; using System.Reflection; -namespace Org.BouncyCastle.Utilities +namespace Org.BouncyCastle { internal static class TypeExtensions { -- cgit 1.4.1 From eafa3ffbb328f580f914b39f33c13033ad2e2ae8 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 8 Nov 2015 18:55:16 +0700 Subject: Remove old TODO --- crypto/test/src/util/test/SimpleTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/test/src/util/test/SimpleTest.cs b/crypto/test/src/util/test/SimpleTest.cs index 1cf9aa16f..faeee65c9 100644 --- a/crypto/test/src/util/test/SimpleTest.cs +++ b/crypto/test/src/util/test/SimpleTest.cs @@ -125,7 +125,6 @@ namespace Org.BouncyCastle.Utilities.Test private static string GetShortName( string fullName) { -// TODO MonoDevelop/Visual Studio embedded resource ids still inconsistent #if PORTABLE return fullName.Substring("crypto.tests.".Length); #else -- cgit 1.4.1