GraphEngine
GraphEngine copied to clipboard
Microsoft Graph Engine
File: src\Modules\LIKQ\FanoutSearch\QueryLanguage\ExpressionBuilder.cs line 22 should be like this (with a type), otherwise it errors out and some unit tests do not pass: private static readonly MethodInfo s_string_contains = typeof(String).GetMethod("Contains", new...
Bumps [System.Runtime.Caching](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0. Release notes Sourced from System.Runtime.Caching's releases. .NET 7.0.0 Release .NET 7.0 RC 2 Release .NET 7.0 RC 1 Release .NET 7.0 Preview 7 Release...
Unable access the graphengine.com website using http or https addresses. This is a blocking issue such that partners, customers and investors can't access detailed information regarding the graph engine. Tavi
https://github.com/microsoft/GraphEngine/blob/e3c0e1946d5a49612ac394593de8145594efbdc5/src/Trinity.C/src/Storage/MemoryTrunk/MemoryTrunk.DefragTwoRegion.cpp#L43-L43 Fix the issue the result of the subtraction `hole_right_offset - _bwd_cell_offset - _bwd_cell_size` should be cast to a signed type (e.g., `int64_t`) before performing the comparison. This ensures that...