microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.36k stars 304 forks source link

Switch to net Standard #220

Closed paulovila closed 4 years ago

FilippoPolo commented 4 years ago

Looks good at a quick glance; I'll review this more thoroughly asap. Also adding Lev.

paulovila commented 4 years ago

Sure, I also made sure the nuget packages buid

FilippoPolo commented 4 years ago

The debug configuration of GraphLayout.sln is not building for me.

levnach commented 4 years ago

Sorry, I do not access to a windows machine until 5th of March. Cannot review.

paulovila commented 4 years ago

I added the TEST_MSAGL conditional compilation just for DEBUG. Make sure to clean the repository before opening the solution with git -fdx This is necessary the first time, probably because of the platform switching. The references gets mixed up when the project changes from .net to netstandard

FilippoPolo commented 4 years ago

Seems to be working now.