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
FYI @AlexGhiondea Not sure if FieldBuilder will be part of the Track 2 .NET SDK GA milestone, but whenever it gets ported to Track 2, this needs to be fixed.
AlexGhiondea
changed the title
[BUG] [Azure Cognitive Search] FieldBuilder fails ungracefully on self-referential type
FieldBuilder fails ungracefully on self-referential type
Apr 21, 2020
When using
FieldBuilder
on a type with a recursive self reference, it throwsStackOverflowException
. Bug was reported via Stack Overflow.Expected behavior
FieldBuilder should ignore the self-reference and return a list of fields for all the other properties of the target type.
Setup (please complete the following information):
The text was updated successfully, but these errors were encountered: