Closed swratten closed 5 years ago
Also an FYI I built from git source
Same issue on Ubuntu 18.04 with application compiled from source, same error. Somewhere it seems to have hardcoded the directory to a Windows specific one (D:\a\1\s\src...) or something. A github search didn't reveal the culprit though...
I need to update the Avalonia remote library to be compatible. For now as a workaround you can update your csproj to use nightly builds of avalonia for compatibility see Avalonia wiki
Whoops, it seems that we need to fix our BSON deserializer on Avalonia side to skip unknown properties.
going forward this will no longer be a problem, now fixed on avalonia side.
Make sure your app targets 0.7.1-cibuild0001329-beta or above to prevent issues.
I'm using the latest Avalonia UI, using .Net Core 2.2 The project Builds and Runs correctly. This is just the default generated avalonia.app by AvalonStudio