If i have many aasx files and one of them is bad formatted, server is crashing without any information. Not even throwing any exception or writing anything to console.
This makes the code not very useable. I give a simple example;
download https://www.admin-shell-io.com/samples/aasx/13_DKE.aasx
and try to use it in the server. Server will crash at the \aasx-server\src\AasxCsharpLibrary\AdminShellPackageEnv.cs ln:591
this is just 1 out of many other examples.
Instead of just crashing entire server without any information, it will be nice to ignore this aasx with a warning or error message only for this aasx thrown.