From 7bcf930e056c2a3585a1e70cce3bc8528c9a5b3f Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Sun, 13 Sep 2015 22:03:22 -0300 Subject: [PATCH] snk and assembly sign --- SharpSapRfc.sln | 2 +- sharpsaprfc.snk | Bin 0 -> 596 bytes src/base/SharpSapRfc.csproj | 12 ++++++++++++ src/plain/PlainRfcValueMapper.cs | 3 ++- src/plain/SharpSapRfc.Plain.csproj | 11 +++++++++++ src/soap/SharpSapRfc.Soap.csproj | 11 +++++++++++ tests/Mapper/AbapValueMapperToRemoteTestData.cs | 2 +- tests/SharpSapRfc.Test.csproj | 8 ++++++++ tests/TestCases/Soap_ExceptionDetailsTestCase.cs | 2 +- tests/packages.config | 1 + 10 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 sharpsaprfc.snk diff --git a/SharpSapRfc.sln b/SharpSapRfc.sln index 7736c69..b549c1a 100644 --- a/SharpSapRfc.sln +++ b/SharpSapRfc.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 +VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpSapRfc.Test", "tests\SharpSapRfc.Test.csproj", "{37086A57-834D-4ACC-B922-CE3ADA4B9F31}" EndProject diff --git a/sharpsaprfc.snk b/sharpsaprfc.snk new file mode 100644 index 0000000000000000000000000000000000000000..5b6b832625216e5b41cc70f42d974dd3cd3da87b GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50097<;kA05K~`949Za4KBo1W#Oe8e ztd z4qrOphH`7(-`MwC*HyvHE#F&(D#&dZF3te~Kv9_7SJx@msbn?nJ^#e4K`}c3lA&wl zJqlFqUfSC+M4Mljqz>K}czU;+#%QDTWt>2!K633V`r5je)cb$Z8QPZKPED3| z%cYU@==Ro&-i#2szH7;bxq!YPQ|+B;y(%updBFBL!o`sG4V@CMXt)(qDdM>yI8Y8+ iegr(Q-etwFE893d)ZOi$h`F_ll@H}FDTo%}$A696JS*}5 literal 0 HcmV?d00001 diff --git a/src/base/SharpSapRfc.csproj b/src/base/SharpSapRfc.csproj index af1878e..66cc386 100644 --- a/src/base/SharpSapRfc.csproj +++ b/src/base/SharpSapRfc.csproj @@ -68,6 +68,15 @@ prompt MinimumRecommendedRules.ruleset + + true + + + ..\..\sharpsaprfc.snk + + + false + @@ -105,6 +114,9 @@ + + sharpsaprfc.snk + diff --git a/src/plain/PlainRfcValueMapper.cs b/src/plain/PlainRfcValueMapper.cs index 28b3e99..36afae0 100644 --- a/src/plain/PlainRfcValueMapper.cs +++ b/src/plain/PlainRfcValueMapper.cs @@ -1,4 +1,5 @@ using System.Globalization; +using System.Threading; namespace SharpSapRfc.Plain { @@ -6,7 +7,7 @@ public class PlainRfcValueMapper : RfcValueMapper { protected override NumberFormatInfo GetNumberFormat() { - return this.CommaDecimalNumberFormat; + return Thread.CurrentThread.CurrentCulture.NumberFormat; } } } diff --git a/src/plain/SharpSapRfc.Plain.csproj b/src/plain/SharpSapRfc.Plain.csproj index 9ad2a07..e091bca 100644 --- a/src/plain/SharpSapRfc.Plain.csproj +++ b/src/plain/SharpSapRfc.Plain.csproj @@ -65,6 +65,12 @@ prompt MinimumRecommendedRules.ruleset + + true + + + ..\..\sharpsaprfc.snk + @@ -107,6 +113,11 @@ SharpSapRfc + + + sharpsaprfc.snk + +