You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>Source generator for Dapper.Unnest package. Automatically generates extension methods to "unnest" collections of objects into arrays.</Description>
Copy file name to clipboardExpand all lines: Dapper.Unnest/Dapper.Unnest.csproj
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@
4
4
<TargetFramework>net10.0</TargetFramework>
5
5
<ImplicitUsings>enable</ImplicitUsings>
6
6
<Nullable>enable</Nullable>
7
+
8
+
<!-- NuGet Package Properties -->
9
+
<PackageId>Dapper.Unnest</PackageId>
10
+
<Version>1.0.0</Version>
11
+
<Authors>abakumovoleg</Authors>
12
+
<Company>abakumovoleg</Company>
13
+
<Description>A C# source generator that automatically generates extension methods to "unnest" collections of objects into arrays for each property. This is particularly useful for Dapper bulk operations where you need to pass arrays of values for each column.</Description>
0 commit comments