开发者

UML library for .NET

开发者 https://www.devze.com 2022-12-27 16:35 出处:网络
I\'m looking for a .NET class library to load UML models (the more serialization formats the better) for an application I\'m developing. I only need the UML object model, no graphs, graphic, UI or any

I'm looking for a .NET class library to load UML models (the more serialization formats the better) for an application I'm developing. I only need the UML object model, no graphs, graphic, UI or anything like that.

Currently, I'm using NUml. However, it hasn't seen much maintainance in the last few years and is somewhat outdated.

The library should be fully managed, bonus points if open 开发者_如何学编程source (but not neccessary). I've looked in the open source space already and couldn't really come up with anything.


One solution I found meanwhile would be to use IKVM.NET to cross compile one of the available Java libraries to a .NET library.

However, while this approach works, it is quite ugly as my interest lies in the UML object model and in the case I will have a library following Java style guidelines mixed with my C# code following .NET style guidelines (most visible in all method names being lowercase and not using properties although an UML object model would basically be ONLY properties).

So if anybody comes up with something better I'm still interested.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号