Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Rubjerg.Graphviz.Test/CGraphBasicOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public void TestNodeMerge()
[Test()]
public void TestEdgeContraction()
{
//NativeMethods.AllocConsole();
RootGraph root = Utils.CreateUniqueTestGraph();
Node tail = root.GetOrAddNode("x");
Node head = root.GetOrAddNode("xx");
Expand Down
1 change: 1 addition & 0 deletions Rubjerg.Graphviz.Test/TestDotLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ private static void CreateSimpleTestGraph(out RootGraph root, out Node nodeA, ou
}

[Test()]
[Platform(Exclude = "Win", Reason = "Flaky on Windows")]
public void TestLayoutMethodsWithoutLayout()
{
CreateSimpleTestGraph(out RootGraph root, out Node nodeA, out Edge edge);
Expand Down
37 changes: 0 additions & 37 deletions Rubjerg.Graphviz/FFI/NativeMethods.cs

This file was deleted.

4 changes: 0 additions & 4 deletions Rubjerg.Graphviz/Rubjerg.Graphviz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<DefineConstants>_WINDOWS</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Include="Resources/*" Exclude="Resources/graphviz/**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Loading