added source generator for Combine methods
All checks were successful
.NET Test / test (push) Successful in 1m6s

This commit is contained in:
2023-11-28 18:16:50 +04:00
parent db2fa49ff5
commit ac18863426
7 changed files with 256 additions and 1057 deletions

View File

@@ -135,7 +135,7 @@ public class GeneralUsage
return "satisfied";
}
);
// Then
Assert.Equal("satisfied", result);
}