Arne Kiesewetter
Arne Kiesewetter
> dotnet/roslyn#22406 Just ran into this - they apparently closed the issue and won't implement it :C
> If an exceptions occurs in a transpiler there is no result yet. But there is no exception in the transpiler - the exception occurs in Cecil when Harmony tries...
Can't do anything about it, it's a problem with the custom language definition's limitations, as far as I can tell.
Okay, can't even Open any files, even with paths returned by EnumeratePaths (which also doesn't work outside of the root folder). I suspect it has to do with the conditionals...
Okay - it was actually the opposite. Forcing it to use the netstandard2.0 version made accessing files work, at least. Haven't checked the directory test.
> this adds quite a lot that'd requite bumping the major semver version as soon or if Neos ever does update again and those updates touch any of the code...
> imo we dont really need this wrapper since neos's api already exists and is easy to use This just wraps the annoyance of having to set up the ValueField...
> Missing docs/examples, which IMO makes having these as shared utilities in NML for mods pretty pointless.... Though I guess NML's API doesn't have proper generated docs to begin with,...
> I think the most helpful thing here would be an example or two on what a typical usage of this API would look like. Here's one for the GenericMethodInvoker:...
> ...usually just hovering over the methods should show a popup of the details if the comment is formed correctly. that only works in the same project, otherwise you need...