.NET support #668
Closed
artkolisnyk
started this conversation in
General
Replies: 2 comments 4 replies
|
DAQmx already has .NET bindings available for .NET Framework 4.0 and 4.5 (which is compatible with all future .NET Framework versions). Those assemblies also work in .NET Core, but we do plan to make official .NET Core support in the future as well. |
0 replies
|
Hello @zhindes, thanks for the prompt reply. Yes, we have used SDKs for .NET Framework and they work great. Looking forward to the official .NET Core support. In our new project we were considering deploying the code in Docker on Linux and utilizing gRPC as a communication protocol. And after discovering this library, we were thinking about adapting some logic to .NET since it is our main technology stack. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello and thank you for your work on this project. Looking through code I stumbled upon proto files for gRPC that featured
csharp_namespaceoption. Is .NET support planned in the future? Is there a way to make this library work with .NET currently?All reactions