added source generator for Combine methods
All checks were successful
.NET Test / test (push) Successful in 1m6s
All checks were successful
.NET Test / test (push) Successful in 1m6s
This commit is contained in:
7
Railway.SourceGenerator/Constants.cs
Normal file
7
Railway.SourceGenerator/Constants.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Just.Railway.SourceGen;
|
||||
|
||||
internal static class Constants
|
||||
{
|
||||
public const int MaxResultTupleSize = 4;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user