11 Commits

Author SHA1 Message Date
Rob Hague 1de33c469e Documentation updates (#1395)
- Update README to point to https://sshnet.github.io/SSH.NET rather than the CHM file
- Add a CONTRIBUTING.md with some how-tos

For https://sshnet.github.io/SSH.NET:

- Use the repo README as the landing page to keep them in sync
- Combine the API-per-TFM pages to just one "API" page
- Add a couple more examples
- Add a GitHub link in the header.
2024-05-10 11:38:47 +02:00
Jean-Sebastien Carle dd36d5b98a Added support for GitHub pages using docfx (#1358)
* Added support for GitHub pages using docfx

* Fixed StyleCop warning.

* Fixed other StyleCop warnings.
2024-04-17 21:32:54 +02:00
Rob Hague 379e3ddc8a Update gitignore (#1261)
Co-authored-by: Wojciech Nagórski <wojtpl2@gmail.com>
2024-02-01 21:31:54 +01:00
Jacob Slusser 4c4883eed0 Standardizes additional file types in .editorconfig (#1266)
* Updates .gitignore to exclude test results

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

Formats xml, csproj, and props files

* Hides stylecop.json from Solution Explorer projects
2023-12-09 07:39:33 +01:00
Wojciech Nagórski f1297dec75 Move test projects (#1212)
* Move test projects to test folder.
Move global.json to root of repo.
Update solution items in solution.

* Move test projects to test folder.
Move global.json to root of repo.
Update solution items in solution.
Update appveyor configuration/

* Attempt to have appveyor use the correct .NET SDK.

* Update .NET SDK to version 7.0.402.

* Move Data folder below Renci.SshNet.Tests.

* Make csinst less chatty.

* Move Data folder directly below test folder as it's used by multiple test projects.

* Remove CS1591 nowarn from concrete test projects as this is already defined in the Directory.Build.props that is in the test folder.

* Fix integration test after moving test projects

---------

Co-authored-by: drieseng <gert.driesen@telenet.be>
2023-10-14 22:16:11 +02:00
Rob Hague 60de8a41a4 Add a benchmarks project (#1151)
* Add a benchmarks project

* Small improvements

---------

Co-authored-by: Wojciech Nagórski <wojtpl2@gmail.com>
2023-09-15 05:32:13 +02:00
Gert Driesen 07c225016e Update VS2012 projects to SshNet.Security.Cryptography v1.1.0. 2016-07-02 20:20:36 +02:00
Matthew Vukomanovic 8586ae283c Exclude build/targets 2016-05-19 14:36:58 +08:00
drieseng d1cd0f31c1 Temporarily commit nuget packages. 2016-04-24 17:51:37 +02:00
drieseng 4077222824 Ignore expanded/resolved project.json files 2016-03-24 10:38:14 +01:00
drieseng a79b324dce Add solution file for VS 2015, and configure NuGet repo folder 2016-02-04 21:17:31 +01:00