Skip to content

Commit df765ff

Browse files
committed
Remove unused class.
1 parent be9471b commit df765ff

File tree

7 files changed

+25
-299
lines changed

7 files changed

+25
-299
lines changed

src/Renci.SshNet.NET35/Renci.SshNet.NET35.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<DefineConstants>TRACE;DEBUG;FEATURE_RNG_CSP;FEATURE_SOCKET_SYNC;FEATURE_SOCKET_EAP;FEATURE_SOCKET_POLL;FEATURE_STREAM_APM;FEATURE_DNS_SYNC;FEATURE_THREAD_THREADPOOL;FEATURE_THREAD_SLEEP;FEATURE_HASH_MD5;FEATURE_HASH_SHA1;FEATURE_HASH_SHA256;FEATURE_HASH_SHA384;FEATURE_HASH_SHA512;FEATURE_HASH_RIPEMD160;FEATURE_HMAC_MD5;FEATURE_HMAC_SHA1;FEATURE_HMAC_SHA256;FEATURE_HMAC_SHA384;FEATURE_HMAC_SHA512;FEATURE_HMAC_RIPEMD160;FEATURE_MEMORYSTREAM_GETBUFFER;FEATURE_DIAGNOSTICS_TRACESOURCE;FEATURE_ENCODING_ASCII</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
24+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
25+
<DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>
2426
</PropertyGroup>
2527
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2628
<DebugType>none</DebugType>
@@ -30,7 +32,9 @@
3032
<ErrorReport>prompt</ErrorReport>
3133
<WarningLevel>4</WarningLevel>
3234
<DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>
33-
<NoWarn>1591</NoWarn>
35+
<NoWarn>
36+
</NoWarn>
37+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3438
</PropertyGroup>
3539
<PropertyGroup>
3640
<SignAssembly>true</SignAssembly>
@@ -728,9 +732,6 @@
728732
<Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha1.cs">
729733
<Link>Security\KeyExchangeDiffieHellmanGroupSha1.cs</Link>
730734
</Compile>
731-
<Compile Include="..\Renci.SshNet\Security\KeyExchangeEllipticCurveDiffieHellman.cs">
732-
<Link>Security\KeyExchangeEllipticCurveDiffieHellman.cs</Link>
733-
</Compile>
734735
<Compile Include="..\Renci.SshNet\Security\KeyHostAlgorithm.cs">
735736
<Link>Security\KeyHostAlgorithm.cs</Link>
736737
</Compile>
@@ -936,7 +937,7 @@
936937
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
937938
<ProjectExtensions>
938939
<VisualStudio>
939-
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
940+
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
940941
</VisualStudio>
941942
</ProjectExtensions>
942943
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Renci.SshNet.Silverlight5/Renci.SshNet.Silverlight5.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<WarningLevel>4</WarningLevel>
3737
<Prefer32Bit>false</Prefer32Bit>
3838
<DocumentationFile>Bin\Debug\Renci.SshNet.xml</DocumentationFile>
39+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3940
</PropertyGroup>
4041
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4142
<DebugType>none</DebugType>
@@ -48,7 +49,9 @@
4849
<WarningLevel>4</WarningLevel>
4950
<Prefer32Bit>false</Prefer32Bit>
5051
<DocumentationFile>Bin\Release\Renci.SshNet.xml</DocumentationFile>
51-
<NoWarn>1591</NoWarn>
52+
<NoWarn>
53+
</NoWarn>
54+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5255
</PropertyGroup>
5356
<PropertyGroup>
5457
<SignAssembly>true</SignAssembly>
@@ -709,9 +712,6 @@
709712
<Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha1.cs">
710713
<Link>Security\KeyExchangeDiffieHellmanGroupSha1.cs</Link>
711714
</Compile>
712-
<Compile Include="..\Renci.SshNet\Security\KeyExchangeEllipticCurveDiffieHellman.cs">
713-
<Link>Security\KeyExchangeEllipticCurveDiffieHellman.cs</Link>
714-
</Compile>
715715
<Compile Include="..\Renci.SshNet\Security\KeyHostAlgorithm.cs">
716716
<Link>Security\KeyHostAlgorithm.cs</Link>
717717
</Compile>
@@ -912,7 +912,7 @@
912912
<FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
913913
<SilverlightProjectProperties />
914914
</FlavorProperties>
915-
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
915+
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
916916
</VisualStudio>
917917
</ProjectExtensions>
918918
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Renci.SshNet.UAP10/Renci.SshNet.UAP10.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
2929
<DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>
30+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3031
</PropertyGroup>
3132
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3233
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -37,6 +38,7 @@
3738
<ErrorReport>prompt</ErrorReport>
3839
<WarningLevel>4</WarningLevel>
3940
<DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>
41+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4042
</PropertyGroup>
4143
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4244
<PlatformTarget>x86</PlatformTarget>
@@ -766,9 +768,6 @@
766768
<Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha1.cs">
767769
<Link>Security\KeyExchangeDiffieHellmanGroupSha1.cs</Link>
768770
</Compile>
769-
<Compile Include="..\Renci.SshNet\Security\KeyExchangeEllipticCurveDiffieHellman.cs">
770-
<Link>Security\KeyExchangeEllipticCurveDiffieHellman.cs</Link>
771-
</Compile>
772771
<Compile Include="..\Renci.SshNet\Security\KeyHostAlgorithm.cs">
773772
<Link>Security\KeyHostAlgorithm.cs</Link>
774773
</Compile>

src/Renci.SshNet.VS2015.sln.DotSettings

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UnusedParameter_002ELocal/@EntryIndexedValue">WARNING</s:String>
77
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseNameofExpression/@EntryIndexedValue">DO_NOT_SHOW</s:String>
88
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseNullPropagation/@EntryIndexedValue">DO_NOT_SHOW</s:String>
9-
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseStringInterpolation/@EntryIndexedValue">DO_NOT_SHOW</s:String></wpf:ResourceDictionary>
9+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=UseStringInterpolation/@EntryIndexedValue">DO_NOT_SHOW</s:String>
10+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=HMACMD/@EntryIndexedValue">HMACMD</s:String>
11+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=HMACSHA/@EntryIndexedValue">HMACSHA</s:String></wpf:ResourceDictionary>

src/Renci.SshNet.WindowsPhone8/Renci.SshNet.WindowsPhone8.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<WarningLevel>4</WarningLevel>
3131
<Prefer32Bit>false</Prefer32Bit>
3232
<DocumentationFile>Bin\Debug\Renci.SshNet.xml</DocumentationFile>
33+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3334
</PropertyGroup>
3435
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3536
<DebugType>none</DebugType>
@@ -42,7 +43,9 @@
4243
<WarningLevel>4</WarningLevel>
4344
<Prefer32Bit>false</Prefer32Bit>
4445
<DocumentationFile>Bin\Release\Renci.SshNet.xml</DocumentationFile>
45-
<NoWarn>1591</NoWarn>
46+
<NoWarn>
47+
</NoWarn>
48+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4649
</PropertyGroup>
4750
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4851
<DebugSymbols>true</DebugSymbols>
@@ -724,9 +727,6 @@
724727
<Compile Include="..\Renci.SshNet\Security\KeyExchangeDiffieHellmanGroupSha1.cs">
725728
<Link>Security\KeyExchangeDiffieHellmanGroupSha1.cs</Link>
726729
</Compile>
727-
<Compile Include="..\Renci.SshNet\Security\KeyExchangeEllipticCurveDiffieHellman.cs">
728-
<Link>Security\KeyExchangeEllipticCurveDiffieHellman.cs</Link>
729-
</Compile>
730730
<Compile Include="..\Renci.SshNet\Security\KeyHostAlgorithm.cs">
731731
<Link>Security\KeyHostAlgorithm.cs</Link>
732732
</Compile>
@@ -932,7 +932,7 @@
932932
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
933933
<ProjectExtensions>
934934
<VisualStudio>
935-
<UserProperties ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" />
935+
<UserProperties ProjectLinkReference="2f5f8c90-0bd1-424f-997c-7bc6280919d1" ProjectLinkerExcludeFilter="\\?desktop(\\.*)?$;\\?silverlight(\\.*)?$;\.desktop;\.silverlight;\.xaml;^service references(\\.*)?$;\.clientconfig;^web references(\\.*)?$" />
936936
</VisualStudio>
937937
</ProjectExtensions>
938938
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/Renci.SshNet/Renci.SshNet.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
<DocumentationFile>bin\Debug\Renci.SshNet.xml</DocumentationFile>
25+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<DebugType>none</DebugType>
@@ -31,7 +32,9 @@
3132
<ErrorReport>prompt</ErrorReport>
3233
<WarningLevel>4</WarningLevel>
3334
<DocumentationFile>bin\Release\Renci.SshNet.xml</DocumentationFile>
34-
<NoWarn>1591</NoWarn>
35+
<NoWarn>
36+
</NoWarn>
37+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3538
</PropertyGroup>
3639
<PropertyGroup>
3740
<SignAssembly>true</SignAssembly>
@@ -171,7 +174,6 @@
171174
<Compile Include="Security\GroupExchangeHashData.cs" />
172175
<Compile Include="Security\IKeyExchange.cs" />
173176
<Compile Include="Security\KeyExchangeDiffieHellmanGroupExchangeShaBase.cs" />
174-
<Compile Include="Security\KeyExchangeEllipticCurveDiffieHellman.cs" />
175177
<Compile Include="ServiceFactory.cs" />
176178
<Compile Include="ServiceFactory.NET.cs" />
177179
<Compile Include="Sftp\ISftpSession.cs" />

0 commit comments

Comments
 (0)