You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/src/SemanticKernel.Abstractions/Data/TextSearch/ITextSearch.cs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ public interface ITextSearch<TRecord>
19
19
/// <param name="query">What to search for.</param>
20
20
/// <param name="searchOptions">Options used when executing a text search.</param>
21
21
/// <param name="cancellationToken">The <see cref="CancellationToken"/> to monitor for cancellation requests. The default is <see cref="CancellationToken.None"/>.</param>
22
+
[RequiresDynamicCode("LINQ filtering over generic types requires dynamic code generation for expression trees.")]
/// <param name="query">What to search for.</param>
31
32
/// <param name="searchOptions">Options used when executing a text search.</param>
32
33
/// <param name="cancellationToken">The <see cref="CancellationToken"/> to monitor for cancellation requests. The default is <see cref="CancellationToken.None"/>.</param>
34
+
[RequiresDynamicCode("LINQ filtering over generic types requires dynamic code generation for expression trees.")]
/// <param name="query">What to search for.</param>
42
44
/// <param name="searchOptions">Options used when executing a text search.</param>
43
45
/// <param name="cancellationToken">The <see cref="CancellationToken"/> to monitor for cancellation requests. The default is <see cref="CancellationToken.None"/>.</param>
46
+
[RequiresDynamicCode("LINQ filtering over generic types requires dynamic code generation for expression trees.")]
0 commit comments