Index: Core/Components/src/Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj
===================================================================
diff -u -r7824b1299ee61690e6bbbb5e665c80e516813653 -r9e50d6be40fff988acad2cd410b50d15e2a15a57
--- Core/Components/src/Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj (.../Core.Components.GraphSharp.Forms.csproj) (revision 7824b1299ee61690e6bbbb5e665c80e516813653)
+++ Core/Components/src/Core.Components.GraphSharp.Forms/Core.Components.GraphSharp.Forms.csproj (.../Core.Components.GraphSharp.Forms.csproj) (revision 9e50d6be40fff988acad2cd410b50d15e2a15a57)
@@ -88,11 +88,6 @@
PointedTreeGraphControl.cs
-
- True
- True
- Resources.resx
-
@@ -126,10 +121,6 @@
PointedTreeGraphControl.cs
-
- ResXFileCodeGenerator
- Resources.Designer.cs
-
Fisheye: Tag 9e50d6be40fff988acad2cd410b50d15e2a15a57 refers to a dead (removed) revision in file `Core/Components/src/Core.Components.GraphSharp.Forms/Properties/Resources.Designer.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 9e50d6be40fff988acad2cd410b50d15e2a15a57 refers to a dead (removed) revision in file `Core/Components/src/Core.Components.GraphSharp.Forms/Properties/Resources.resx'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Components/src/Core.Components.GraphSharp/Converters/GraphNodeConverter.cs
===================================================================
diff -u -r1fb18822ebf5a2e3dae6eb2dc3c4687e4d1d0e62 -r9e50d6be40fff988acad2cd410b50d15e2a15a57
--- Core/Components/src/Core.Components.GraphSharp/Converters/GraphNodeConverter.cs (.../GraphNodeConverter.cs) (revision 1fb18822ebf5a2e3dae6eb2dc3c4687e4d1d0e62)
+++ Core/Components/src/Core.Components.GraphSharp/Converters/GraphNodeConverter.cs (.../GraphNodeConverter.cs) (revision 9e50d6be40fff988acad2cd410b50d15e2a15a57)
@@ -39,6 +39,8 @@
/// The created .
/// Thrown when
/// is null.
+ /// Thrown when
+ /// is an invalid value.
public static PointedTreeElementVertex Convert(GraphNode graphNode)
{
if (graphNode == null)
@@ -67,6 +69,13 @@
color.B));
}
+ ///
+ /// Converts a to a .
+ ///
+ /// The shape to convert.
+ /// The converted .
+ /// Thrown when
+ /// is an invalid value.
private static PointedTreeVertexType ConvertType(GraphNodeShape shape)
{
switch(shape)