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
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Within TypeQueryBuilder class a method public TypeQueryBuilder<T> OrderBy(Ranking ranking, double? semanticWeight = null) is using AppendFormatted() method to serialize a sematic weight double value to string. AppendFormatted() behaviour depends on CultureInfo.CurrentCulture. In some cultures a comma is used as the decimal separator instead of a period. This results with invalid Graph Query being build for some cultures i.e PL.