AutoMapper: Find Usages
AutoMapper is a popular .NET library for automating object-to-object mapping. It allows developers to easily map objects between different types, reducing the amount of boilerplate code required for data transfer and transformation. But it's easy to miss data flow using AutoMapper because it's not immediately obvious where the mapping is happening. For example, you want to know where a specific property is set, but the IDE says "Usages were not found".
I thought about this problem and came up with a solution.
Csharp (31)
.net (25)
performance (13)
benchmark (13)
LINQ (12)
MSSQL (7)
.net48 (6)
.netcore31 (6)
.net6 (5)
.net8 (5)
TSQL (5)
collections (4)
string (4)
patterns (4)
.net9 (4)
.net10 (3)
regex (3)
list (2)
dapper (2)
sql (2)
specification (2)
repository (2)
EntityFramework (2)
.net5 (2)
optimization (2)
.net471 (2)
stackoverflow (2)
retry (2)
circuit breaker (2)
AutoMapper (1)
plugin (1)
ReSharper (1)
Rider (1)
HashSet (1)
whitespaces (1)
paging (1)
roslyn (1)
analyzer (1)
NDepend (1)
asp.net (1)
xml (1)
soap (1)
CancellationToken (1)
Timer (1)
debug (1)
properties (1)
IEnumerable (1)
foreach (1)