Skip to content

Commit f078320

Browse files
committed
Fix PreGeneratedSerializerGenerator does not generate async methods.
1 parent 592d418 commit f078320

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/MsgPack.UnitTest/Serialization/PreGeneratedSerializerGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public void GenerateFiles()
4141
OutputDirectory = "\\temp-gen35",
4242
#else
4343
OutputDirectory = "\\temp-gen",
44+
WithAsync = true,
4445
#endif
4546
IsInternalToMsgPackLibrary = true // because of InternalsVisibleTo
4647
},

0 commit comments

Comments
 (0)