Michelangelo Partipilo

Results 20 comments of Michelangelo Partipilo

@axtlotic Could this be used to create a pre-built public package for all elements?

I'm guessing this is related to the library not supporting .net standard 2.0.

I had to build my own version of the package to get rid of this one. I couldn't sit and wait for @EvAlex to fix it for me :smile:

Yes. Got it working and fixed a bug in the process. Will share in about 30 minutes. Michelangelo P. > On 5 Jan 2018, at 18:35, Ryan E wrote: >...

@redwards510 Here it is: https://github.com/mpartipilo/ef-db-diagrams Let me know if it works out.

Since we're on the SVG topic, how about an option to export the entire diagram as SVG for easier printing and sharing? I tried printing it and then... didn't print...

I may have found the problem: Namespace is compared to other.Name. ``` public bool Equals(ClrType other) { return other is ClrType && Name == other.Name && Namespace == other.Name &&...

I think I will just refactor my entities to get rid of the self reference via an external entity. I might do a PR for the .Equals fix, but feel...

There's also Discord. GatsbyJS started on Reactiflux's server, then got their own server later.