Skip to content

Commit 6c9d385

Browse files
authored
Fixed issue that is caused by an internal predicate builder. (#7640)
1 parent 10b20f5 commit 6c9d385

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/GreenDonut/src/Core/Predicates/DefaultPredicateBuilder.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33

44
namespace GreenDonut.Predicates;
55

6+
/// <summary>
7+
/// A default implementation of the <see cref="IPredicateBuilder"/>.
8+
/// </summary>
69
[Experimental(Experiments.Predicates)]
7-
internal sealed class DefaultPredicateBuilder : IPredicateBuilder
10+
public sealed class DefaultPredicateBuilder : IPredicateBuilder
811
{
912
private List<LambdaExpression>? _predicates;
1013

0 commit comments

Comments
 (0)