Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Compatability of ExceptionHandler with non-static classes? #1

Open
mcquiggd opened this issue Nov 20, 2019 · 1 comment
Open

Compatability of ExceptionHandler with non-static classes? #1

mcquiggd opened this issue Nov 20, 2019 · 1 comment

Comments

@mcquiggd
Copy link

This looks a very interesting project...

I noticed that the Fody weaving for ExceptionHandling is targeting only static methods in static classes - was this a decision made for a specific reason?

I am using constructor injection for dependencies, so I require non-static classes...

@Jusas
Copy link
Owner

Jusas commented Nov 22, 2019

Yep, this is currently a limitation, I'll have to take a look at it since DI is now pretty much the norm.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants