Multiple dependencies missing from the project.
Unable to compile this project. Is it possible to obtain the component only without racking my brains to find everything that is missing to compile it?
RJCP.IO.Buffer RJCP.IO.DeviceMgr
I'm not very advanced in .net core and it seems to be very complicated to compile to get the .dll that I need.
I name only these two but, there are more than 100 errors if I want to compile it.
I'm looking for something simple to use a serial port in .net framework 4.8 under mono so I don't want to bother with an incomplete project
thank you
You can do this in two ways:
- Check out my other repositories at the same level as this repo, so it looks like:
serialportstream-> rjcp.dll.serialportstream.gitenvironment-> RJCP.DLL.Environment.gitbufferio-> RJCP.DLL.BufferIO.gittrace-> RJCP.DLL.Trace.gitdevicemgr-> RJCP.DLL.DeviceMgr.git
- The second way, is to check out my base repository, initialise and build from there
- git checkout rjcp.base
- git submodule init
- cd framework/serialportstream
- dotnet build
Otherwise, why don't you just use the NuGet package? It's tested under Mono. https://www.nuget.org/packages/RJCP.SerialPortStream