Yusuke Fujiwara

Results 92 comments of Yusuke Fujiwara

One more question. What script backend did you use?(IL2CPP or mono 2.x)

Thank you, but I have no ideas of it...

Thank you for feedback. There are two considerations about it. 1. It is a bug that built-in Guid serializer does not honor `PackerCompabilityOptions` (https://github.com/msgpack/msgpack-cli/blob/45864546e696f170c3106193c97d9a253016953a/src/MsgPack/Serialization/DefaultSerializers/DefaultSerializers.cs#L323) 2. Raw bytes should be unpacked...

I recognized that there are same bug for some other types. I will fixed it for next release (maybe RC)

Sorry for delay. It is not expected behavior at least in the latest version, and I cannot reproduce the problem. Could you put the code to reproduce, actual file which...

Thank you for reporting. This is documentation issue, so I fix it in the next release.

Sorry for delay. You can change with `SerializationContext.SerializerOptions.GeneratorOption` property. You can set this value to `SerializationMethodGeneratorOption.CanCollect` to result in `AssemblyBuilderAccess.RunAndCollect`.

I am sorry to leave this issue open and did not comment it for a long time, and I appreciate you to communicate each other to share your experience to...

It looks caused by changing default date time serializer between 0.9 to 1.0. This change was intended to improve interoperability for other languages which uses ext-typed timestamp for datetime like...

In simple case, this issue has not been reproduced. So, I guess ASP.NET issue was occurred namely assembly shadow copying related error. The `ModIndSettings`s become differ if the type is...