trparse -- antlr3.dll missing on Linux
On Ubuntu 20.04:
$ trparse gUnit.g3 System.IO.FileNotFoundException: Could not load file or assembly '/home/phdyex/.dotnet/tools/.store/trparse/0.20.12/trparse/0.20.12/tools/net7.0/any/antlr3.dll'. The system cannot find the file specified. File name: '/home/phdyex/.dotnet/tools/.store/trparse/0.20.12/trparse/0.20.12/tools/net7.0/any/antlr3.dll' at System.Reflection.Assembly.LoadFile(String path) at Trash.Grun.DoParse(String parser_type, String txt, String prefix, String input_name, Int32 row_number, List`1 data) in C:\Users\Kenne\Documents\GitHub\Domemtech.Trash\src\trparse\Grun.cs:line 189 at Trash.Grun.Run(String parser_type) in C:\Users\Kenne\Documents\GitHub\Domemtech.Trash\src\trparse\Grun.cs:line 123
Please advise. Thanks