Рябиков Роман
Results
2
issues of
Рябиков Роман
If that would not trouble you too much, could you, please, support displaying multiple metrics in the same annotation? Ideally, I would like to see something like this instead of...
Consider the following LINQ expression: ```c# noGuidObjects.Select(nio => new IdObject { Id = Guid.NewGuid(), Data = nio.Data }); ``` Version 3.8.13 of the extension suggests that I `"Consider extracting the...