Grzegorz Kotfis
Grzegorz Kotfis
Another example that can produce multiple joins: ```csharp Valuation = deal.Valuation == null ? null : deal.Valuation.ToDTO(), MarketInfo = deal.Valuation == null ? null : deal.Valuation.ToMarketInfoDTO() ``` Accessing `deal.Valuation` four...
This could be done either on dev environment (shell script -> assembly src code analysis -> update readme) or in GitHub with [replacer-action](https://github.com/marketplace/actions/replacer-action) task.
Similar behavior when trying to use refactorings like 'Extract to method' or snippets 'propfull'. VS2019 16.1.5 Exception: ``` System.NullReferenceException: Object reference not set to an instance of an object.
 at...
@loic-sharma May I take this one as a part of mine hacktoberfest contributions?