Tim Maes
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).
I am aware of these issues, but haven't found the time to work on this project yet. I'll try to implement an elegant way to handle themes, but that will...
I'm working on this, and also on some performance fixes, right now. Sorry for the delay!
This is resolved in v2.6 now.
Some PR's open and stale. Anyone still actively maintaining?