KeRNeLith / QuikGraph

Generic Graph Data Structures and Algorithms for .NET
https://kernelith.github.io/QuikGraph/
Microsoft Public License
467 stars 69 forks source link

- Make QuickGraph core dll cls compliant #52

Closed Yannike closed 2 years ago

Yannike commented 2 years ago

Making the core dll cls compliant involves only adding a flag to the assembleinfo.cs. Everything in there is already cls compliant and it doesn't prevent any non cls compliant project from using it, but it let cls compliant expose class and interfaces.

KeRNeLith commented 2 years ago

This seems indeed a useful change. I also took this opportunity to make other assemblies CLS compliant except the MSAGL one.