cnkalman
cnkalman copied to clipboard
error MSB4014
I am trying to build libsurvive under Linux, which links to this repository and calls cnkalman build in the process of its own compilation. However during the compilation of cnkalman I get strange errors from dotnet "error MSB4242", "error MSB4014". I have dotnet and dotnet-sdk-6.0 intalled. The build process freezes forever at that point.
This was solved by using dotnet-sdk 8.0. It would be nice to describe dependencies better.