Open
Description
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.