Lightweight .NET Standard 2.0 library for method calls over named pipes for IPC. Supports two-way communication with callbacks.
Stars
204
Forks
26
Watchers
204
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
73
commits
7
commits
3
commits
2
commits
2
commits
1
commits
1
commits
Use `AssemblyQualifiedName` instead of `ToString()` for the string representation of generic type arguments. Without assembly information loading the type can fail on the receiving side.
c6c5c5cView on GitHubMerge pull request #27 from RandomEngy/dependabot/nuget/PipeMethodCalls.NetJson/System.Text.Json-8.0.5
e085fe2View on GitHubMerge pull request #28 from RandomEngy/dependabot/nuget/PipeMethodCalls.MessagePack/MessagePack-2.5.187
6e3f2daView on GitHubBump MessagePack from 2.3.85 to 2.5.187 in /PipeMethodCalls.MessagePack
834ab26View on GitHubBump System.Text.Json from 8.0.4 to 8.0.5 in /PipeMethodCalls.NetJson
db75f19View on GitHubMerge pull request #25 from RandomEngy/dependabot/nuget/PipeMethodCalls.NetJson/System.Text.Json-8.0.4
1c69d68View on GitHubBump System.Text.Json from 5.0.1 to 8.0.4 in /PipeMethodCalls.NetJson
5f6ed93View on GitHubAdd handling for in-progress calls when the pipe closes.
2e1de6eView on GitHubStyle fixes and fixing performance scenario to wait for and verify the results.
a4ea984View on GitHubMerge pull request #22 from n-tiz/Optimization_ArgumentsResolver
fe01c23View on GitHub