speckleworks / SpeckleUi

Base speckle ui for embedding in .net apps
MIT License
3 stars 4 forks source link

Downgrade Target Framework for Microstation compatibility #10

Open daviddekoning opened 3 years ago

daviddekoning commented 3 years ago

Hi @didimitrie and @teocomi ,

We are writing a Microstation plugin (will hopefully be open sourced once it reached MVP) and have encountered a problem: Microstation supports dotNet 4.6.1 and will not be adding support for later versions...

Two questions:

  1. Do you have any overaching concerns with downgrading the target framework?
  2. Do you have any suggestions about how the downgrade could be tested? The solution builds with dotNet 4.6.1, is that enough?
teocomi commented 3 years ago

Hey @daviddekoning ,

It would have to be tested with the Revit plugin - the only one we have developed that is currently using this UI and that's on a later .Net Framework (4.8). In general, 4.8 should play nicely with earlier ones, but best to check!

We should also check with the community to see if it would break anything for them.

Anyways, great news about Microstation!

cc @izzylys something to keep in mind for the 2.x UI!

daviddekoning commented 3 years ago

Thanks, sounds good. The Revit client references SpeckleUI as a sub module so that should be straightforward.