psaxton

Results 17 comments of psaxton

Just downloaded and installed Atom (1.20.0 x64) and installed atom-live-server (2.1.2) on Windows 10 Pro (Version 1511) for the first time and am having this problem as well. No other...

Removing the .atom-live-server.json file from by project directory has started it working for me.

I've created a set of tests to reproduce this defect. It is important to note that the exception happens at runtime when the affected method is called: It is not...

@Ralf1108 That commit is on my fork and is currently the head of this branch: -- I'm not certain why github shows it as a commit on the vescon repository....

I've been able to fix the InvalidProgramException in the case of a method ending with an if block. Changes can be found in my branch at commit ea7060e. The problem...

@Ralf1108 I'm not certain if you've seen the updates to this issue, so I'll try @ing you.. A fork is available at [my fork](https://github.com/psaxton/MethodBoundaryAspect.Fody/tree/issue66/test-to-prove-defect)

@Ralf1108 @ndrwrbgs I believe I have fully solved this issue in PR #100 if I could get some reviews and approval or criticism.

@alewmt @Ralf1108 I'm unable to repro this defect. If I can get a minimum reproducible code snippet I'll see what I can do. ![image](https://user-images.githubusercontent.com/15615330/194119696-7af20a6a-5f41-487a-b28b-3f175d9b7103.png) I used the following code to...

Also, @alewmt code does not use any if, if-else or try blocks which seem to be the common thread in these issues.