Marcin Smółka
Marcin Smółka
I understand the need of EF factory, but is it really neccessary in Core version? Isn’t simpler to use built in scope factory and default EF core scope lifetime. So...
**Is your feature request related to a problem? Please describe.** I'm trying to replace my development with Rider. However I'm still forced to use visual studio for convenience of `serverless.template`...
## File a bug The EF generates incorrect query, which leads to wrong results. Even if parent record is removed, child record is returned. ### Include your code Please look...
**Describe the bug** When calling method without return (with return works fine), The following call on the same `HttpClient` fails by void. No request is made. e.g: ```c# IApiResponse respone...
It would be useful to settings be dynamically read when changed, so usage of IOptionsSnapshot could be used instead of IOptions
Hello I have strange issue when disabled built in font (but internal styles enabled). For some reason cool reader is suing default pocket book font (dejavu sans I think) ....
Now when 5.14 has broken access to dictionaries, and conversion process have to be done by 7 year tools, that have to be find, maybe it would be good to...
As in title. If SA1615 rule is disabled return should not be automatically generated.
In base class there is method: `protected static ILogger CreateLogger(ILoggerFactory factory)` then when inherited it is used in constructor `protected ResumingFileResultExecutorBase(ILoggerFactory loggerFactory) : base(CreateLogger(loggerFactory))` StyleCop is complaining about missing this,base...
Currently only old style properties automatically apply default property text. When I'm using expression properties public bool Test => this.test; it is not adding default text to summary.