Gert Driesen
3ecbd1071d
Fix some (lots of) issues reported by analyzers. ( #1125 )
...
Fix some (lots of) issues reported by analyzers.
2023-05-24 20:37:46 +02:00
Wojciech Nagórski
cf8510013d
Removing old target frameworks ( #1109 )
...
Remove support for legacy / deprecated target frameworks while adding support for .NET 6.0 (and higher).
The supported target frameworks are now:
* .NETFramework 4.6.2 (and higher)
* .NET Standard 2.0
* .NET 6.0 (and higher)
2023-05-06 22:32:10 +02:00
drieseng
852efaf9f9
Modify SocketAbstraction.CanWrite to return false when socket is null.
2016-09-21 21:29:59 +02:00
drieseng
59923ceca0
Added tests and some slashdocs for ForwardedPortStatus.
2016-07-23 17:58:42 +02:00
drieseng
1d5d58e17c
Rename HashAlgorithmFactory to CryptoAbstraction, and move it to the Renci.SshNet.Abstractions namespace.
2016-07-23 10:49:21 +02:00
drieseng
521a174f59
Tag some more tests as long running or performance related.
2016-07-15 21:46:35 +02:00
Gert Driesen
3aff05a4e0
Remove unused variable.
2016-07-09 19:20:24 +02:00
drieseng
6cf058a312
Add support for .NET Core 1.0 (.NETStandard 1.3).
...
Introduce FileSystemAbstraction.
2016-07-02 16:31:37 +02:00
drieseng
f5b5542684
Improved exception messages.
...
Avoid magic numbers.
Improve test coverage.
2016-06-17 12:01:00 +02:00
drieseng
ec9fc0f317
Fix imports.
2016-06-15 21:33:19 +02:00
drieseng
ee3f679aa3
Separate creating, enabling/disabling, activating/deactivating of messages into SshMessageFactory.
...
Huge performance improvement in micro-benchmark.
Work in progress.
2016-06-14 22:28:49 +02:00
drieseng
ba8a30bce1
Added tests for GenerateRandom.
...
Updated project files after move and rename.
Fixed a few warning in HashAlgorithmFactory.
2016-04-28 22:01:41 +02:00
drieseng
9019ce39b6
Rename Renci.Security.Cryptography to SshNet.Security.Cryptography.
...
For now, do not use CoreFX.
2016-04-24 17:47:57 +02:00
drieseng
1da035203c
Added test project for WP 8.0.
...
Added few tests for abstraction classes.
2016-04-24 17:45:41 +02:00