Open Nic-Alexander opened 2 years ago
Which version of mono are you running?
Mono JIT compiler version 6.12.0
Ok, so theoretical support is given. Do you have any output/logs to provide?
Here is a Windows session log. I can also get a Raspberry pi (Debian?) one to see if there are any differences.
This is just launching the program; no calls have been made to the Network components at this time.
C:\Users\Nick\Documents\Transfer\CoffeeManager\CoffeeManager\bin\Debug>mono -v coffeemanager.exe
converting method void System.OutOfMemoryException:.ctor (string)
Method void System.OutOfMemoryException:.ctor (string) emitted at 04750D48 to 04750D76 (code length 46) [coffeemanager.exe]
converting method (wrapper runtime-invoke) object
C:\Users\Nick\Documents\Transfer\CoffeeManager\CoffeeManager\bin\Debug>
Has anyone got a project that uses Network to work under mono? as soon as I add the Network Nuget packages to a project that has previously run under mono, it stops working, and mono emits a not very useful error stack.