Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimbres/scpservice
https://github.com/zimbres/scpservice
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zimbres/scpservice
- Owner: zimbres
- License: mit
- Created: 2023-08-13T01:07:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T21:30:11.000Z (5 months ago)
- Last Synced: 2024-12-24T12:18:41.000Z (11 days ago)
- Language: C#
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
- License: LICENSE
Awesome Lists containing this project
README
# Project Packages
![](../Assets/Images/dotnet.png)
### .NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
> https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet
> https://dotnet.microsoft.com/en-us/download/dotnet/6.0---
![](../assets/images/polly.png)
![](../Assets/Images/dotnetfoundation.png)### Microsoft.Extensions.Http.Polly
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way.
This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry,
Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback.> https://www.nuget.org/packages/Microsoft.Extensions.Http.Polly/
> https://github.com/App-vNext/Polly
---![](../Assets/Images/ssh.net.png)
### SSH.NETSSH.NET is a Secure Shell (SSH-2) library for .NET, optimized for parallelism.
> https://github.com/sshnet/SSH.NET/
---![](../Assets/Images/mailkit.png)
### MailKitMailKit is a cross-platform mail client library built on top of MimeKit.
> https://github.com/jstedfast/MailKit
> https://github.com/jstedfast/MimeKit
---