CsUtil

Results 10 comments of CsUtil

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...

Yes true the framerate I noticed to drop as well for my scenes, for me it was still around 10 fps but for larger scenes seems to be much more...

Seems like the LatestCsCoreVersionChecker.cs in line 25 cant access the URL https://raw.githubusercontent.com/cs-util-com/cscore/master/CsCore/PlainNetClassLib/src/Plugins/package.json , are you able to open that URL in your browser? Maybe it's blocked in your network. Which...

And when reading the intro of the readme I think it sounds a bit too cocky and too blabla, could probably be written a bit shorter/to the point what the...