If I try to start a .NET5 application from Visual Studio Code in Debug Mode, I get the error “Process terminated. Couldn’t find a valid ICU package installed on the system.”
Where can I find a valid ICU library for this board support package and how can I install it?
Probably the environment of Visual Studio Code is the cause of the exception. The error occurs only when using “Start Debugging”, but not when using “Start Without Debugging”.
However, I would like to be able to debug my application.
I was hoping this would be possible without having to build my own board support package first.