Tim Maes

Results 5 comments of Tim Maes

I managed to add this very basic support for IOptions in my own Autowiring library [here](https://github.com/Tim-Maes/Bindicate). I'm sure it's possible to add support for this in Scrutor.

Does the issue also occur when you use `prototype` to map the results? As in ``` connection.QueryAsync( """ SELECT * FROM TableExamples """, prototype: new { SecretId = default, Name...

Decorating setting entries in the `settings.designer.cs` file with `NoSettingsVersionUpgrade` attribute resolves this issue, but that file is auto generated, need to find out how to set this on the `settings.settings`...

Hey daiplusplus, thank you for helping out. I might have time this weekend, or the next, to apply your feedback, and test out your suggested PR. Very much appreciated!

I started working on this just recently. [T4Lexer](https://github.com/Tim-Maes/T4Lexer).