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

@@ -0,0 +1,7 @@
namespace Just.Railway.SourceGen;
internal static class Constants
{
public const int MaxResultTupleSize = 4;
}