CsUtil.com

Results 7 comments of CsUtil.com

Hi @sam1rm-hiretech , yes I think using bogus or something similar might be the better option instead of building a full mock data system, and I don't see any generic...

should be a little easier to finish now, most of the tests run now successfully when executed together The maim problem still are the ones that use external dependencies like...

So, when I would want to use something like [System.Numerics.Quaternion](https://docs.microsoft.com/en-us/dotnet/api/system.numerics.quaternion?view=net-5.0) (a struct) in my model classes this is not possible using entity framework correct? I have to create my own...

Just ran into the same problem, from the StackTrace it looks like the "BsonMapper_BuildEntityMapper" is calling a CreateGenericGetter method and somewhere there crashes: ``` exception thrown: RuntimeError: memory access out...

@mbdavid any hints if this is on some sort of roadmap to make LiteDB more compatible with Unity and WebGL builds?

@mbdavid I saw you removed the v5 label, is there any news why the AOT platforms like WebGL have currently problems with LiteDB?

Now moved all tests that have external dependencies or state that is shared between multiple tests into an integrationTest namespace and excluded them from being used by Stryker so that...