Skip to content

Commit 8ae9d5c

Browse files
committed
Update templates
1 parent 23d04a8 commit 8ae9d5c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/StronglyTypedIds.Templates/guid-dapper.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class DapperTypeHandler : global::Dapper.SqlMapper.TypeHandler<PLACEHOLDERID>
44
{

src/StronglyTypedIds.Templates/guid-efcore.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class EfCoreValueConverter : global::Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter<PLACEHOLDERID, global::System.Guid>
44
{

src/StronglyTypedIds.Templates/int-dapper.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class DapperTypeHandler : global::Dapper.SqlMapper.TypeHandler<PLACEHOLDERID>
44
{

src/StronglyTypedIds.Templates/int-efcore.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class EfCoreValueConverter : global::Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter<PLACEHOLDERID, int>
44
{

src/StronglyTypedIds.Templates/long-dapper.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class DapperTypeHandler : global::Dapper.SqlMapper.TypeHandler<PLACEHOLDERID>
44
{

src/StronglyTypedIds.Templates/long-efcore.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class EfCoreValueConverter : global::Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter<PLACEHOLDERID, long>
44
{

src/StronglyTypedIds.Templates/string-dapper.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class DapperTypeHandler : global::Dapper.SqlMapper.TypeHandler<PLACEHOLDERID>
44
{

src/StronglyTypedIds.Templates/string-efcore.typedid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
partial struct PLACEHOLDERID
1+
partial struct TARGETTYPE
22
{
33
public partial class EfCoreValueConverter : global::Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter<PLACEHOLDERID, string>
44
{

0 commit comments

Comments
 (0)