Add CoreIpc

https://github.com/UiPath/CoreIpc
This commit is contained in:
Lucian Bargaoanu
2020-01-22 12:54:31 +02:00
committed by GitHub
parent 1aa9fb7671
commit b9d66fce87

View File

@@ -126,6 +126,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [ComparerExtensions](https://github.com/jehugaleahsa/comparerextensions) - Build IComparer and IEqualityComparer objects using natural language syntax.
* [Comparers](https://github.com/StephenCleary/Comparers) - Fluent syntax for building comparers (and equality comparers) and implementing object comparison.
* [CoordinateSharp](https://github.com/Tronald/CoordinateSharp) - Parse or convert geographic coordinate formats and calculate location based solar/lunar information.
* [CoreIpc](https://github.com/UiPath/coreipc) - WCF-like service model API for communication over named pipes. .NET standard and node.js clients.
* [Cricket](https://github.com/fsprojects/Cricket) - Actor library.
* [DalSoft.RestClient](https://restclient.dalsoft.io/) - An extensible, dynamic and fluent Rest Client. Create frictionless code whilst still using the HttpClient you already know.
* [DateTimeExtensions](https://github.com/kappy/DateTimeExtensions) - Common Date Time operations on the form of extensions to System.DateTime, including holidays and working days calculations on several culture locales.