Egor Bogatov

Results 218 comments of Egor Bogatov

@migueldeicaza `Dispose` already works as you described. For example in the "[HugeObjectsCount](https://github.com/xamarin/urho-samples/blob/master/FeatureSamples/Core/20_HugeObjectCount/HugeObjectCount.cs#L154)" sample I use dispose that removes the managed objects from the cache (but doesn't remove the native object...

@Fastran wow, great job! is not that offset is a [VariantType Type](https://github.com/xamarin/urho/blob/master/Bindings/Portable/Structs.cs#L340) field? Have you tried to just read Variant as `Marshal.PtrToStructure(ptr, typeof(Variant)) ` ?

For WindowsForms/WPF use 'MaxFps' property in `UrhoSurface`, I'll try to link them.

@xelamak thanks for the detailed bug report, I am investigating...

the bug reproduces in the latest 5.5.1 nuget package, however, it seems it's fixed in master.

Unfortunately I've not solved this problem yet. It occurs when your system CoreCLR and the local one have this kind of differences (e.g. in more recent CoreCLR a type was...

Wow! Let me test it first but thank you so much for contribution 🙂