YairHalberstadt / stronginject

compile time dependency injection for .NET
MIT License
845 stars 24 forks source link

Add diagnostic if any registered method return types are by ref. #160

Open YairHalberstadt opened 2 years ago

YairHalberstadt commented 2 years ago

e.g.

[Factory] ref int GetInt() => 42;