mesheets
mesheets
Thank you, I will check the updates committed with #85 and report back. EDIT: Linking to this method for future reference. - [GetUsedAspectMethods(TypeReference)](https://github.com/vescon/MethodBoundaryAspect.Fody/blob/cd4bdcd5f06ab9d05359426e4e739520bc85b843/src/MethodBoundaryAspect.Fody/MethodWeaverFactory.cs#L38)
In building this out, I have attempted to refactor the code into something more usable; however, I have been encountering issues that might appear to relate to how `MethodBoundaryAspect.Fody` is...
Following on the above post (including the noted issues that still exist), here is an update that incorporates async capabilities. In addition to the existing three overrides [ `OnEntry()`, `OnExit()`,...
> Regarding the problem of resolving the OnEntry() method I think the weaver will throw the exception because it finds 2 OnEntry() methods, one which is parametrized and the non...
Thank you! I will test further, but this update appears to have addressed the items in question. I think some of the ReturnValue usages noted were some artifacts left over...
I appreciate the follow up. With deploying PDBs, hasn't deploying them always been an option to avoid symbol server setup? To add some detail to some scenarios alluded to the...
OK, that explanation helps, because based on that I don't think we're on the same page, as (1) our setup is working in the exact fashion that seems to be...
> DCC+EX is fully compliant with NMRA in the high accuracy mode Not disagreeing; as intended by the subject line, this thread does _not_ pertain to behavior when running in...
Thank you; perhaps some clarification with respect to the documentation might be in order? While jitter is a potential concern when _not_ in High Accuracy Mode, it has seemed that...
I appreciate the feedback. Particularly on Open Source projects, documentation can be an underappreciated (and even neglected) aspect, so my hat's off to those who have invested the time and...