Dirk Schuermans

Results 15 comments of Dirk Schuermans

> This is a big can of worms. Why do I always seem to be asking the hard questions? 😅 I can understand the difficulty in providing a solution that...

This sparked my interest, since we're also using 3D vectors in our code (geometry related) What I don't quite understand, is the added benefit of adding a vector object to...

@pgrawehr So my point remains: what's the benefit of adding a vector object to UnitsNet? In all other libraries that implement a Vector object, it is unitless. If there is...

> As I'm in the process of updating https://github.com/autofac/Autofac.Extras.MvvmCross, I ran into the following issue: [autofac/Autofac.Extras.MvvmCross#8](https://github.com/autofac/Autofac.Extras.MvvmCross/issues/8) > > Basically, Autofac is dropping support for adding new registrations to an existing...

+1 Running into the same issue @Awsmolak i've just tried Xunit.Extensions.Ordering _(because that also has AssemblyFixture functionality)_ and that seems to be working. Make sure to you don't forget to...