Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SSH.NET

Proide a Secure Shell (SSH) library for .NET, optimized for parallelism
Collective - Host: opensource - https://opencollective.com/sshnet - Code: https://github.com/sshnet

Added SshCommand.InputStream to allow writing to stdin of SshCommand (#1293)

* Making all unit tests pass locally.
Excluded MD5 tests on net462 because I get System.Invalid...

github.com/sshnet/SSH.NET - 2d0e03b8ce20d4753a7a3e0faf6157d305701599 authored 8 months ago by Ferenc Vizkeleti <[email protected]>
Allow the integration tests to run on .NET Framework (#1286)

* Allow the integration tests to run on .NET Framework

* Update appveyor.yml

* Update appv...

github.com/sshnet/SSH.NET - bfe6718fceae958cc04bc979a6029afcdf6ba86b authored 8 months ago by Rob Hague <[email protected]>
Tweak semaphore usage in Session (#1304)

- Change _connectAndLazySemaphoreInitLock to a SemaphoreSlim and use it in
ConnectAsync.
- R...

github.com/sshnet/SSH.NET - 47eabe7574322c9722f3e255f16fb0d537dafd0d authored 8 months ago by Rob Hague <[email protected]>
Use BinaryPrimitives in Pack (#1305)

github.com/sshnet/SSH.NET - 54a001adea9b07174547cbd9eb8afcb947cbeac6 authored 9 months ago by Rob Hague <[email protected]>
Update gitignore (#1261)

Co-authored-by: Wojciech Nagórski <[email protected]>

github.com/sshnet/SSH.NET - 379e3ddc8aeeaa619211436f3214232dcb546f8e authored 9 months ago by Rob Hague <[email protected]>
Merge nuspec and CommonAssemblyInfo into csproj (#1256)

* GeneratePackageOnBuild
IncludeSymbols

* Add packages to artifacts

* Update src/Renci.Ss...

github.com/sshnet/SSH.NET - 323b514be71dcaee0b3eacf1980b742927b1373c authored 9 months ago by Scott Xu <[email protected]>
Integration benchmark tests (#1298)

* Integration benchmark tests

* Fixes

* Write with encoding

* Update src/Renci.SshNet/C...

github.com/sshnet/SSH.NET - 0371af9aafd2724484372b8145f498da52b73125 authored 9 months ago by Wojciech Nagórski <[email protected]>
Enable trim analysis and fix warnings (#1216)

* Enable trim analysis and fix warnings

* Use EnableTrimAnalyzer instead of IsTrimmable

I ...

github.com/sshnet/SSH.NET - 64b428f7bfb2121ea4e6d975430afc32ed1e96de authored 9 months ago by Rob Hague <[email protected]>
Fix build script (#1295)

github.com/sshnet/SSH.NET - 0a7ef46f0f53adb9c37505eccc15566c3f71cb78 authored 9 months ago by Wojciech Nagórski <[email protected]>
Plumbing for more async/await work (#1281)

* Changes _socketDisposeLock to a SemaphoreSlim so it can play nice with async/await

* Adds a...

github.com/sshnet/SSH.NET - 48a8fe65026a853bfc18be598acb423e718d9241 authored 9 months ago by Jacob Slusser <[email protected]>
Remove unneeded feature flags and pass cancellationToken to DNS request (#1290)

* remove unneeded feature flags

FEATURE_SOCKET_EAP and FEATURE_DNS_SYNC were set for all
fra...

github.com/sshnet/SSH.NET - 13a6b5df0e8ebd37fbd7cefff4a491ed82ea3c9f authored 9 months ago by mus65 <[email protected]>
Require Microsoft.Bcl.AsyncInterfaces >=1.0.0 instead of =8.0.0 (#1288)

This technically fixes 2 different issues:
- previously SSH.NET would require exactly(!) versio...

github.com/sshnet/SSH.NET - 765da9320ecacb5170ae06640992389a361bff78 authored 10 months ago by mus65 <[email protected]>
Remove code examples (#1210)

* Release 2023.0.0 (#1201)

* Assets/logos (#782)

* Added logo assets

* Added PNG 1260x6...

github.com/sshnet/SSH.NET - 7436a38b7827c50325aa66c78b8b6800f94a813f authored 10 months ago by Wojciech Nagórski <[email protected]>
Upgrade packages (#1279)

github.com/sshnet/SSH.NET - 4c2dcd56134f75c0f40c6470805e9ca737e22f9b authored 10 months ago by Rob Hague <[email protected]>
Authenticate with ssh-rsa by default (#1283)

github.com/sshnet/SSH.NET - 2b53e462dd77fd41978e05a6dff475c999e7424e authored 10 months ago by Rob Hague <[email protected]>
Fix hung dispose caused by infinite socket timeout (#1280)

Co-authored-by: Rob Hague <[email protected]>

github.com/sshnet/SSH.NET - e7a64dda97e7572cd89a1edc9dd02aca5a9b4f45 authored 10 months ago by Jim Killingsworth <[email protected]>
Try to stabilise a few tests (#1278)

* Try to stabilise a few tests

* Fix random 0 buffer sizes

---------

Co-authored-by: Wo...

github.com/sshnet/SSH.NET - b0d01df91f79195658778dd21717369b02150bf1 authored 10 months ago by Rob Hague <[email protected]>
Make keys immutable (#1264)

This makes it easier to reason about Key instances in e.g.
DigitalSignature implementations, be...

github.com/sshnet/SSH.NET - 24838e6173e2a7d4cbb498ce5edc3e32b254ca11 authored 10 months ago by Rob Hague <[email protected]>
Add a few spans on net6.0 or greater (#1138)

github.com/sshnet/SSH.NET - e998d875e02f4f2bf533d3e3468e509e0ad5f2f7 authored 10 months ago by Rob Hague <[email protected]>
Send the client key exchange init in Connect (#1274)

* Send the client key exchange init in Connect

* Add a test

---------

Co-authored-by: W...

github.com/sshnet/SSH.NET - 34b5123f0a551e77fba62dcaf0d81d38274bf6cf authored 10 months ago by Rob Hague <[email protected]>
Maintain current build solution (#1268)

* Add .NET 8.0 to current build project.
Add dependency **Microsoft.Bcl.AsyncInterfaces** for n...

github.com/sshnet/SSH.NET - 326ce14c4caff3fdb8bc6bf4c29eeb535890dbcb authored 10 months ago by Scott Xu <[email protected]>
Reduces heap allocations for the some byte[] uses (#1272)

github.com/sshnet/SSH.NET - f4371ffcccd5cecac7193b8af919af0cf2743ce4 authored 10 months ago by Jacob Slusser <[email protected]>
Removes MessageAttribute in favor of properties on Message class (#1270)

* Exludes the test projects from code coverage reports

* Removes MessageAttribute in favor of...

github.com/sshnet/SSH.NET - f172ac587c68e1cf333be98de61b5d831f4d7117 authored 10 months ago by Jacob Slusser <[email protected]>
Native async (#1267)

github.com/sshnet/SSH.NET - 6220beb83d9734da6f5dc71345060bc226d1b101 authored 10 months ago by Wojciech Nagórski <[email protected]>
Always use factories for HmacAlgorithms (#1262)

* Always use factories for HmacAlgorithms

* Re-order HmacAlgorithms

---------

Co-author...

github.com/sshnet/SSH.NET - 04178d843241705f3d14fa6b999435eee37f92b0 authored 10 months ago by Rob Hague <[email protected]>
Replace SemaphoreLight with SemaphoreSlim (#1265)

This paves the way for asynchronous synchronisation via WaitAsync
(and eliminates a timing test...

github.com/sshnet/SSH.NET - f45af386281060f6deb562e48dacc33f5a5b486c authored 10 months ago by Rob Hague <[email protected]>
Standardizes additional file types in .editorconfig (#1266)

* Updates .gitignore to exclude test results

* Adds .editorconfig for xml, csproj, and props ...

github.com/sshnet/SSH.NET - 4c4883eed0ecb41fd0a077be3f179261b60391cb authored 10 months ago by Jacob Slusser <[email protected]>
Rebased AsyncResult fix (#1184)

* 🐛 AsyncResult contains invalid value

- AsyncResult should contain invalid value immediately...

github.com/sshnet/SSH.NET - 6d9d03205bf8351b0c7159da687f6e9c79a62fe3 authored 11 months ago by Rob Hague <[email protected]>
Disable some impactful analyzers (#1246)

* Disable some impactful analyzers

* fb

---------

Co-authored-by: Wojciech Nagórski <wo...

github.com/sshnet/SSH.NET - 9b0262c5fb05da2f3e15c09677b3a8cadae262ca authored 11 months ago by Rob Hague <[email protected]>
Fail with a friendlier error message when response has not been set (#1245)

Co-authored-by: Wojciech Nagórski <[email protected]>

github.com/sshnet/SSH.NET - a027c76d7adbf754200035262f682781e32a42a9 authored 11 months ago by Rob Hague <[email protected]>
Add support for .NET 8.0 (#1255)

* Add support for .NET 8.0

* Fix CA1512: Use 'ArgumentOutOfRangeException.ThrowIfNegative' in...

github.com/sshnet/SSH.NET - 4c7bd35a71937087c1ef233d7a6d0952ad91d4ec authored 11 months ago by Scott Xu <[email protected]>
Test integration tests (#1250)

* Test integration tests

* Update appveyor.yml

* Update appveyor.yml

* Update Dockerfil...

github.com/sshnet/SSH.NET - d3641a06769a3393b47ae79ff9aa6f73637ae77b authored 11 months ago by Wojciech Nagórski <[email protected]>
Disable a few duplicate analyzer rules. (#1254)

github.com/sshnet/SSH.NET - 5921b6eca396ba04159d90507b25dd56e957f2b3 authored 11 months ago by Gert Driesen <[email protected]>
Use hardware-accelerated AES CryptoServiceProvider (#865)

* Add FEATURE_AES_CSP to use hardware-accelerated AesCryptoServiceProvider
Reduces CPU usage dr...

github.com/sshnet/SSH.NET - 4ce18d305ef9b77db70c8b6db8d27ed091453756 authored 11 months ago by Pedro Fonseca <[email protected]>
Fix build break in Release (#1248)

github.com/sshnet/SSH.NET - 18cf71bc07dbfd25aa55e0d60424cf691fa3f857 authored 11 months ago by Rob Hague <[email protected]>
Fix avoidable exception when data length is too long (#823)

* Data lengths longer than stream position when data lengths are greater than int.maxvalue are i...

github.com/sshnet/SSH.NET - daa1accaf677a6382973cb7ac891f31ed7808af6 authored 11 months ago by se006 <[email protected]>
Expose SshIdentificationReceived event (#1195)

* Fix https://github.com/sshnet/SSH.NET/issues/1191

* Expose `SshIdentificationReceived` even...

github.com/sshnet/SSH.NET - f9f2b0e5f40eb6982ba98b696e1850eb81fe06a3 authored 11 months ago by Scott Xu <[email protected]>
Enable trace logging for Integration tests (#1242)

github.com/sshnet/SSH.NET - 54d01621aa54ce16a1523172b12be3bc9add898a authored 11 months ago by Wojciech Nagórski <[email protected]>
Use System.Security.Cryptography in AesCipher (#1235)

* Use System.Security.Cryptography in AesCipher

* don't set the IV - it is unused by ECB

*...

github.com/sshnet/SSH.NET - 5021f6d4bb05113ca9bfef279d93687b09c66fcb authored 11 months ago by Rob Hague <[email protected]>
Tweak diagnostics (#1241)

* Make it work (it needs the TRACE symbol defined - lots of head scratching without it)

* Exp...

github.com/sshnet/SSH.NET - b4c829105abb5d1a5ee24ee2a143119fcbd9a276 authored 11 months ago by Rob Hague <[email protected]>
Update global.json (#1240)

github.com/sshnet/SSH.NET - 58284d6019460a9881b37f653661e0fcb0e74af1 authored 11 months ago by Rob Hague <[email protected]>
Improve SFTP performance on medium/high latency connections (#866)

* Improve SFTP performance on medium-high latency connections
- Increases maxPendingReads from ...

github.com/sshnet/SSH.NET - 2eec748b184e6ef3dfec93649c1ca1bdc27a627a authored 11 months ago by Pedro Fonseca <[email protected]>
Use CollectionAssert in ListDirectory tests (#1166)

* Use CollectionAssert in ListDirectory tests

* Indent the braces

---------

Co-authored...

github.com/sshnet/SSH.NET - 823bc1b67bcbce3d1e1a5a91236c77f7970055ae authored 11 months ago by Rob Hague <[email protected]>
Merge pull request #1219 from Rob-Hague/testkeys

* Remove byte order mark, set eol=lf in key files
* Change the passphrase of Key.OPENSSH.ED2551...

github.com/sshnet/SSH.NET - 5ffcb94ec17345abcb39a6b11e4ad83fb7c09a09 authored 11 months ago by Gert Driesen <[email protected]>
Remove unused symbols

github.com/sshnet/SSH.NET - 09ad44a823a02a6907051c3843fb1878dae9bb68 authored 11 months ago by Robert Hague <[email protected]>
Use shared Data folder for client keys in integration tests

github.com/sshnet/SSH.NET - 0829fce6e4860d4f2295ee275822d5056821ddb5 authored 11 months ago by Robert Hague <[email protected]>
Add OpenSSH public key files

Generated with

puttygen Key.OPENSSH.ECDSA.Encrypted.txt -o Key.OPENSSH.ECDSA.Encrypted.pub -O p...

github.com/sshnet/SSH.NET - d36e7f552d0ed596e8803370d4acdb3fadcac85e authored 11 months ago by Robert Hague <[email protected]>
Normalize the OpenSSH files

Change the data to be in 64-wide columns instead of 70, and add a newline
at the end of the file...

github.com/sshnet/SSH.NET - 9d6f3ef979f057caa1c6515e2825a830e27f4847 authored 11 months ago by Robert Hague <[email protected]>
Remove duplicate GetManifestResourceStream helpers

github.com/sshnet/SSH.NET - 1fc6360cf8325be04af2c5105ff4a49b420bd19d authored 11 months ago by Robert Hague <[email protected]>
Change the passphrase of Key.OPENSSH.ED25519.Encrypted to "12345"

github.com/sshnet/SSH.NET - 60ba1dd090ec2b07d4e38d13967cd343e6298f42 authored 11 months ago by Robert Hague <[email protected]>
Remove byte order mark, set eol=lf in key files

github.com/sshnet/SSH.NET - 6ec6dc13fded12b4f05ad88cea939e1fdae607f0 authored 11 months ago by Robert Hague <[email protected]>
Increase test coverage for AesCipher (#1232)

* Increase test coverage for AesCipher

The tests were generated by a script which is also add...

github.com/sshnet/SSH.NET - 826222f6fe33450754b1bb58c6a8e033e912b5ff authored 12 months ago by Rob Hague <[email protected]>
Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229)

* Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH.
Suppress all errors i...

github.com/sshnet/SSH.NET - 508fc87d2aa58446017d7c8591866f3c98e14ab0 authored 12 months ago by Gert Driesen <[email protected]>
Use <see langword="..."/> for language keywords.

github.com/sshnet/SSH.NET - f745b3f803b09c5b2b23d1e070cff74222a95966 authored 12 months ago by drieseng <[email protected]>
Merge partial classes and complete IForwardedPort interface (#1223)

* Merge partial classes.
Complete IForwardedPort interface.
Expoe Closing event publicly on Fo...

github.com/sshnet/SSH.NET - 42ff9206d22d90af4083ffe8483276daee289bfe authored 12 months ago by Gert Driesen <[email protected]>
Upgrade .NET SDK from 7.402 to 7.403. (#1222)

github.com/sshnet/SSH.NET - 066f9982e30112df026dfb43cd41d547aa50b09f authored 12 months ago by Gert Driesen <[email protected]>
Update Nugets 10/2023 (#1214)

* Update Nugets 10/2023

* Fix

github.com/sshnet/SSH.NET - 8e2363360d61e8817da7e0256b9c9cca9984afe7 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Delete more dummy tests (#1213)

github.com/sshnet/SSH.NET - 46796094f1f9662d8a0b533fa4cd84086493e465 authored about 1 year ago by Rob Hague <[email protected]>
Move test projects (#1212)

* Move test projects to test folder.
Move global.json to root of repo.
Update solution items i...

github.com/sshnet/SSH.NET - f1297dec75fb2abe6f278a9b06b26e0c14277ef1 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Remove placeholder tests (#1183)

* Remove placeholder tests

* Move Reverse perf test to benchmarks project

---------

Co-...

github.com/sshnet/SSH.NET - 0e9b518492748c777cc19994b7ce260f4baa575e authored about 1 year ago by Rob Hague <[email protected]>
Enable list directory async for net framework (#1206)

* Enable ListDirectoryAsync for .NET Framework
* Removed (now) unused constant.

github.com/sshnet/SSH.NET - 91d1ed2cbdfacaed242f834c535ad8f2184148bb authored about 1 year ago by Patrick-3000 <[email protected]>
Update tests for SetLastAccessTime(Utc) to also verify the time component and the Kind of the DateTime value returned by GetLastAccessTime(Utc). (#1198)

github.com/sshnet/SSH.NET - 1c7166a002d7633fe1595b3df4634ba0ef6e3138 authored about 1 year ago by Gert Driesen <[email protected]>
Add/migrate hmac+cipher integration tests (#1189)

* Add/migrate hmac+cipher integration tests

* fix integration tests

---------

Co-author...

github.com/sshnet/SSH.NET - 70f58b76605e0a55e17d1b5fe42ee58b74275a71 authored about 1 year ago by Rob Hague <[email protected]>
Implement set last write and access time (#1194)

github.com/sshnet/SSH.NET - 5803ada7cf8e373016d673c7c1922c8154b6e22a authored about 1 year ago by Wojciech Nagórski <[email protected]>
Update ISftpClient for #120 (#1193)

github.com/sshnet/SSH.NET - cd1151decac9f5672411eebb12d939cedc53b317 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Fix for channel session semaphore from thread blocking (#1071)

* Merging fix from @clivetong into our own SSH.NET fork
- The following article describes some ...

github.com/sshnet/SSH.NET - f28c2c2dd03c95230fd1b16b3460ec4dbc5131fa authored about 1 year ago by Patrick Yates <[email protected]>
Use OS-agnostic socket error codes to allow tests run on different OSes (#1179)

SocketErrorCode is OS agnostic, ErrorCode is OS specific.

On Windows ErrorCode = (int) Socket...

github.com/sshnet/SSH.NET - dd2e55209bf9236d489c59ec41efb7fd0fb57bef authored about 1 year ago by Dmitry Tsarevich <[email protected]>
FingerPrints (#1186)

github.com/sshnet/SSH.NET - 4ba591ee0ba8769fecdd28ddc8fd06c2b9b5820a authored about 1 year ago by Wojciech Nagórski <[email protected]>
Enable DSA tests (#1181)

Co-authored-by: Wojciech Nagórski <[email protected]>

github.com/sshnet/SSH.NET - fdd113022bec2a4fc322841280f21d1881783402 authored about 1 year ago by Rob Hague <[email protected]>
Try to "fix" the flaky test (#1185)

github.com/sshnet/SSH.NET - 51e0c67f40aaf4b22d45099b59fd38840a8c4df2 authored about 1 year ago by Rob Hague <[email protected]>
Use ExceptionDispatchInfo in more places (#1182)

Co-authored-by: Wojciech Nagórski <[email protected]>

github.com/sshnet/SSH.NET - aade354748153cc534fa8a1e45ddfd0e0a2dc8b9 authored about 1 year ago by Rob Hague <[email protected]>
Improvements after #1177 (#1180)

github.com/sshnet/SSH.NET - 18e667303195a91d6e934104197396bd06b36069 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Add support for RSA SHA-2 public key algorithms (#1177)

* Abstract out the hash algorithm from RsaDigitalSignature

* Add integration tests

* Add D...

github.com/sshnet/SSH.NET - 8732d3d7efe3c1ff9120bb61bda54cd1ea88a8af authored about 1 year ago by Rob Hague <[email protected]>
Support SHA256 fingerprints for host key validation (#1098)

* Add tests for HostKeyEventArgs

* Add SHA256 fingerprint support

github.com/sshnet/SSH.NET - 43329eef281fcd364e226dbd6b8c614d97368827 authored about 1 year ago by Dāvis Mošenkovs <[email protected]>
Use ExceptionDispatchInfo to retain call stack in Session.WaitOnHandle() (#936)

* Use ExceptionDispatchInfo to retain call stack in Session.WaitOnHandle()

* merge

* Updat...

github.com/sshnet/SSH.NET - dcc596a774182d0e5f605e90f4f8e9fe6e7f78db authored about 1 year ago by Igor Milavec <[email protected]>
Add a benchmarks project (#1151)

* Add a benchmarks project

* Small improvements

---------

Co-authored-by: Wojciech Nagó...

github.com/sshnet/SSH.NET - 60de8a41a4d67713f172158dd49ed2538a6fb50b authored about 1 year ago by Rob Hague <[email protected]>
Move Integration tests (#1173)

* Renci.SshNet.IntegrationTests

* Renci.SshNet.TestTools.OpenSSH

* Move integration tests ...

github.com/sshnet/SSH.NET - 9593e87e547c325e9fbacb992c30c63eb1b12cba authored about 1 year ago by Wojciech Nagórski <[email protected]>
Delete performance/longrunning tests (#1143)

Co-authored-by: Wojciech Nagórski <[email protected]>

github.com/sshnet/SSH.NET - 9f1699b5602807e50b8ea6b4300a12ff9d00f93f authored about 1 year ago by Rob Hague <[email protected]>
Fix the assembly resolution build warning (#1165)

github.com/sshnet/SSH.NET - 004b57ae9e7ca07f12e7192d7987a8e5d950b04c authored about 1 year ago by Rob Hague <[email protected]>
ListDirectoryAsync return IAsyncEnumerable (#1126)

* ListDirectoryAsync return IAsyncEnumerable

* Fix documentation

* Update README.md

* F...

github.com/sshnet/SSH.NET - 7cd0487785c82730ecfe277cb9964ab2e101a4af authored about 1 year ago by Wojciech Nagórski <[email protected]>
Merge pull request #1148 from WojciechNagorski/integration-tests-mstests

MSTest Integration tests

github.com/sshnet/SSH.NET - 1b46264bd34d25247018d96377506c7617910a64 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Merge branch 'develop' of https://github.com/sshnet/SSH.NET into integration-tests-mstests

github.com/sshnet/SSH.NET - bfef6aa2a7641409e0f67339670970ca339eed1c authored about 1 year ago by Wojciech Nagórski <[email protected]>
Use correct SSH.NET

github.com/sshnet/SSH.NET - 82dc77a2f8c74318c87e095a0f946ffde98ad678 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Merge branch 'master' of https://github.com/sshnet/SSH.NET into integration-tests-mstests

github.com/sshnet/SSH.NET - 77b27e570db8d5311cacbf906a07f4eecb7e6114 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Merge pull request #1146 from mus65/nuget_license

Use License Expression for NuGet Package

github.com/sshnet/SSH.NET - 592c86c6d09bbea0f6f0f6d76084431c6610b311 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Update CODEOWNERS

github.com/sshnet/SSH.NET - 3d36f88abb54c49bfe4ff4753492ebebd3cdea20 authored about 1 year ago by Wojciech Nagórski <[email protected]>
Remove todos

github.com/sshnet/SSH.NET - 6f567ec7bb2c190eaf10df3b4b36e25d752deab3 authored over 1 year ago by Wojciech Nagórski <[email protected]>
Integration tests

github.com/sshnet/SSH.NET - 69a42d3b708229e0f452d134e88337b1d8a9ee38 authored over 1 year ago by Wojciech Nagórski <[email protected]>
Use License Expression for NuGet Package

licenseUrl is deprecated, see https://github.com/NuGet/Announcements/issues/32

github.com/sshnet/SSH.NET - a3dbbc523168f522d74e3a59a6852b9953aa2041 authored over 1 year ago by Marius Thesing <[email protected]>
Replace IsNullOrWhiteSpace extension (#1142)

github.com/sshnet/SSH.NET - 457789947c284fc8cd377e9be400af7356e086b4 authored over 1 year ago by Rob Hague <[email protected]>
Replace Array<T>.Empty with Array.Empty<T>() (#1137)

github.com/sshnet/SSH.NET - a4dbf7763a7bea8577619efb9a841b5170fbe357 authored over 1 year ago by Rob Hague <[email protected]>
Analyzer fixes round 3. (#1135)

github.com/sshnet/SSH.NET - 27976bb927d3e93dda6adb4738b54d14070c34e1 authored over 1 year ago by Gert Driesen <[email protected]>
Round 2 of analyzer fixes and general cleanup. (#1132)

github.com/sshnet/SSH.NET - c04cdbcb972804efd8bd0b06dd32d85304fa5ef1 authored over 1 year ago by Gert Driesen <[email protected]>
Fix some (lots of) issues reported by analyzers. (#1125)

Fix some (lots of) issues reported by analyzers.

github.com/sshnet/SSH.NET - 3ecbd1071d653bbf04254c08d14d7ce75d60688b authored over 1 year ago by Gert Driesen <[email protected]>
Remove FEATURE_DIRECTORYINFO_ENUMERATEFILES (#1119)

* Remove FEATURE_DIRECTORYINFO_ENUMERATEFILES
* Add exception documentation

github.com/sshnet/SSH.NET - 072ba7e01323659d5ee12a59b6cb4f7cf583d64e authored over 1 year ago by Wojciech Nagórski <[email protected]>
Remove old target frameworks (#10)

* Remove old target frameworks
* Add comments

github.com/sshnet/IntegrationTests - 1ee6063d195c4d1b26aa5edadfa58ba4842a706a authored over 1 year ago by Wojciech Nagórski <[email protected]>
Remove old features [Part 1] (#1117)

Remove obsolete feature switches (now that we've remove support for legacy target frameworks) an...

github.com/sshnet/SSH.NET - 8c932fb1e85760864393c2ed72e078a5bd8ddd9e authored over 1 year ago by Wojciech Nagórski <[email protected]>
Removing old target frameworks (#1109)

Remove support for legacy / deprecated target frameworks while adding support for .NET 6.0 (and ...

github.com/sshnet/SSH.NET - cf8510013db0e8a1d54086d67694e041f5ef4b98 authored over 1 year ago by Wojciech Nagórski <[email protected]>
Add back copyright to license. (#1060)

Fixes #1059.

github.com/sshnet/SSH.NET - ab2ccc40bce835ce1d3c136aa702459bfd9948b7 authored almost 2 years ago by Gert Driesen <[email protected]>
Fix Seek Operations in SftpFileStream (#910)

* Fix offset operations in SftpFileStream.Seek
* Fix seek exception message and add default cas...

github.com/sshnet/SSH.NET - f3ebc290e258d90ba4efd16fd8ab25369330f490 authored almost 2 years ago by LemonPi314 <[email protected]>