Skip to content

Instantly share code, notes, and snippets.

View yashish's full-sized avatar

Ashish Yengkhom yashish

View GitHub Profile
@mrpmorris
mrpmorris / ConsoleApp153.csproj
Last active April 11, 2024 21:19
Proof that automapper can be faster than your own manually written code
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>