This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Ambrosia RegisterInstance catches exceptions and returns without error code #4
Labels
bug
Something isn't working
This is me running a script locally on WSL under Windows:
I have installed the dotnet CLI in this Linux environment, and I have built the AMBROSIA binary distribution in that same environment (
dotnet publish
). And nevertheless the above "Method not found" error occurs at runtime.The second problem is that the error is non-fatal.
Ambrosia RegisterInstance
hits the exception but then the process returns0
so that the calling script keeps going, when it shouldn't!System Info
$ dotnet --version 2.1.403 $ bash --version GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu) ... $ uname -a Linux t-rynewt-Z4 4.4.0-17763-Microsoft #55-Microsoft Sat Oct 06 18:05:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux
To Reproduce
The text was updated successfully, but these errors were encountered: