Skip to content

Instantly share code, notes, and snippets.

View neptaco's full-sized avatar

Atsuhito Machida neptaco

View GitHub Profile
@neptaco
neptaco / ConsoleApp153.csproj
Last active March 27, 2024 09:48 — forked from mrpmorris/ConsoleApp153.csproj
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>