GraphEngine icon indicating copy to clipboard operation
GraphEngine copied to clipboard

Microsoft Graph Engine

Results 54 GraphEngine issues
Sort by recently updated
recently updated
newest added

You need to update CommandLineParser to V2 to eliminate some warnings. Unfortunately there are breaking changes that will then need to be fixed. ![capture1](https://user-images.githubusercontent.com/271656/37559575-6b2366a4-2a20-11e8-9d85-b6140d9a6e65.PNG)

enhancement

I noticed in this issue https://github.com/microsoft/GraphEngine/issues/245 that GraphEngine is able to support HyperGraph structures. I can't find the documentation on these features. This [SO Post](https://stackoverflow.com/questions/58711840/recommendation-for-hypergraph-dbms-with-visual-editor-or-at-least-viewer) shows that people cannot find...

if you try TrinityConfig.CurrentRunningMode = RunningMode.Client; try { KCoreCell node_ins = Global.CloudStorage.LoadKCoreCell(0); } catch (Exception ex) { Console.WriteLine("cell not found"); } var neighbors = new List(); Global.CloudStorage.SaveKCoreCell(0, alive: false, remain_nodes:...

I'd like to be able to use the generated C# classes from a common set of TSL structs in both a Xamarin Android app and an ASP.NET/Blazor web app. Has...

question

Hi Grapheengine team, I’m getting Serialization Exception when I call Global.CloudStorage.SaveStorage() methid, Any Idea how to fix this? System.Runtime.Serialization.SerializationException HResult=0x8013150C Message=Type 'System.ValueTuple`2[[Trinity.DynamicCluster.Storage.ReplicaInformation, Trinity.DynamicCluster, Version=2.0.10792.0, Culture=neutral, PublicKeyToken=null],[Trinity.DynamicCluster.PersistedSlice, Trinity.DynamicCluster, Version=2.0.10792.0, Culture=neutral, PublicKeyToken=null]]'...

I roughly go through the [API reference](https://www.graphengine.io/APIRefs/html/N_Trinity.htm) and find that it might be outdated. For instance, [```NewCellID```](https://www.graphengine.io/APIRefs/html/M_Trinity_Core_Lib_CellIDFactory_NewCellID.htm) method is obsolete and ``` NewCellId ``` is recommended according to the source...

enhancement
help wanted

GraphEngine Client crash when attempting to connect to Graph Engine Server running inside a Service Fabric Cluster ![image](https://user-images.githubusercontent.com/5692812/86851401-c0617b80-c067-11ea-9727-73d8764b0cc1.png) - I'm working with Microsoft support and the Service Fabric product team...

![1112](https://user-images.githubusercontent.com/17670235/65739427-c4935c80-e117-11e9-9aae-429cd635a205.jpg) ![新建位图图像](https://user-images.githubusercontent.com/17670235/66444741-fb059b80-ea76-11e9-954b-9c8c88ab458e.jpg)

bug

I'm suggesting this new capability based on a couple of years of developing WPF apps with GE Client capabilities with particular support for MVVM and Semantic-powered process substrates. Extended the...