Ullrich Praetz

Results 9 comments of Ullrich Praetz

What I want is the origin caller in the stack in case of an exception, when calling a REST API via retrofit. I also found https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/debugging.md before, but I simply...

Doraku removed Entitas with last update. As I remember Benchmarking Entitas took way to long an consumed too much memory on CI and on a PC. Here the last README...

Morpeh is part of the benchmark. Doraku accepted the PR.

@Doraku I think there should be a note in the README.md why Entitas was removed. And also a link to the old README.md - see above. btw: I always ask...

link: https://github.com/friflo/Friflo.Json.Fliox/blob/main/Engine/README.md Is a deep link to the ECS project. The project root contains JSON & ORM C# projects. They are partly used by the ECS.

Thx, for report. Good case to reproduce. Agree, this should be supported. Will have a look. As an instant workaround you can [Ignore] the field. See: https://github.com/friflo/Friflo.Json.Fliox/blob/5219fe59d0c5f19a344b477e50ca91a080858dfe/Engine/Tests/ECS/Entity/Test_StructComponent.cs#L532

I came to the preliminary conclusion that the JSON Mapper (serializer) will ignore generic structs (and classes & interfaces) in future versions. Note: JSON Mapping is implemented in Friflo.Json.Fliox. In...

Fixed the issue. For now you need to reference the fixed nuget package or use the `[Ignore]` attribute. ```xml ``` The next release of `Friflo.Engine.ECS` will include this version. Don't...

Fix is integrated in Tag [engine-v2.0.0-preview.1](https://github.com/friflo/Friflo.Json.Fliox/releases/tag/engine-v2.0.0-preview.1) nuget [Friflo.Engine.ECS/2.0.0-preview.1](https://www.nuget.org/packages/Friflo.Engine.ECS/2.0.0-preview.1)