Files
Just.Railway/Railway.SourceGenerator/Constants.cs
JustFixMe ac18863426
All checks were successful
.NET Test / test (push) Successful in 1m6s
added source generator for Combine methods
2023-11-28 18:16:50 +04:00

8 lines
121 B
C#

namespace Just.Railway.SourceGen;
internal static class Constants
{
public const int MaxResultTupleSize = 4;
}