Use insert .. on conflict
for bulk import operations
#3301
+253
−75
Azure Pipelines / marten
failed
Oct 3, 2024 in 7m 16s
Build #20241003.2 failed
Annotations
Check failure on line 2758 in Build log
azure-pipelines / marten
Build log #L2758
/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]
Check failure on line 2760 in Build log
azure-pipelines / marten
Build log #L2760
/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net7.0]
Check failure on line 3319 in Build log
azure-pipelines / marten
Build log #L3319
/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(106,9): error CS4033: The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'. [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
Check failure on line 3323 in Build log
azure-pipelines / marten
Build log #L3323
/home/vsts/work/1/s/src/DocumentDbTests/Writing/bulk_loading.cs(142,10): error CS1061: 'int' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) [/home/vsts/work/1/s/src/DocumentDbTests/DocumentDbTests.csproj::TargetFramework=net6.0]
Loading