sharpbrick / powered-up

.NET implementation of the LEGO PoweredUp Protocol
MIT License
98 stars 19 forks source link

Reorganize Examples Collection to be easier to maintain and invokable from Xamarin App #149

Open tthiery opened 3 years ago

tthiery commented 3 years ago

@Berdsen I changed some code recently of the example code base ... is that more to your liking or what can we do to improve the situation there?

Berdsen commented 3 years ago

@tthiery That looks a bit tricky to bring the examples into two different solutions. Perhaps we could:

Might be a good solution for having just one example code base

tthiery commented 3 years ago

I will factor the base application into the Program.cs (basically removing this OO 💩). If you like, I just create another .dll without any host code, hosting exclusively the examples.

Would that help?