Sebastian Schuberth

Results 1529 comments of Sebastian Schuberth

> 1. unpack the appended minimal example Is this yet missing? > `JSON file created at: /tmp/ort-NuGetInspector2946731004305336106/nuget-inspector13806836367627266407.json` Would you also be able to attach that file?

If you can reproduce this with plain https://github.com/aboutcode-org/nuget-inspector, please file an issue over there, as that's the tool that ORT is currently using for C# project analysis under the hood.

Hi @kvy1kor, please understand that, despite this project being used in production by many commercial [adopters](https://github.com/oss-review-toolkit/ort/blob/main/ADOPTERS.md), the maintainer team is a group of volunteers. As such we cannot always respond...

@tsteenbe offered to try reproducing the issue.

> [@tsteenbe](https://github.com/tsteenbe) offered to try reproducing the issue. Do we have any update here @tsteenbe? Is the issue still reproducible with the latest ORT release @kvy1kor?

Is this issue reproducible by anyone using ORT 66.0.1?

Would implementing this solve the issue of exceptions not listing the affected field? I'm currently getting something like ``` Exception in thread "main" java.lang.NumberFormatException: For input string: "" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)...

> Would implementing this solve the issue of exceptions not listing the affected field? Nevermind, I guess I'm looking for https://github.com/pdvrieze/xmlutil/issues/197.

For reference, maybe it helps to see what the [JTE plugin did](https://github.com/casid/jte-intellij/commit/27b3448da18f6fff4fdec6c2ef788613aae6c341) in this regard.

More references about what the Kobweb plugin did: - https://github.com/varabyte/kobweb-intellij-plugin/pull/55/files - https://github.com/varabyte/kobweb-intellij-plugin/pull/56/files