Yusuke Fujiwara

Results 92 comments of Yusuke Fujiwara

Unfortunately, no. In addition, NuGet packages built in Release build. Tracing is just internal debugging purpose only now. Of course, it is welcome to implement low-impact tracing or alternative solution...

If you can, use visual studio 2017 to open solutions except `MsgPack.Windows.sln` which contains Silverlight 5 project. AFAIK, VS 2015 does not support "SDK-based" projects. I don't want to back...

Unfortunately, I don't know how to do it. If you want to study or contribute OSS, you can use Visual Studio Community even if you belong a "big" company (of...

Sorry for delay. It is by design, and I think it is best way to implement own serializer for `DataSet`. You can do it with implement `MessagePackSerializer` class and register...

Thank you for reporting! I'm checking just to be sure、but do you mean that you get `InvalidOperationException` when you set to `DataSerializer`? If so, it is design bug...

Sorry I forgot about restrictions about generic arguments variance of .NET. I'm thinking solution for it, but it takes more time to fix or it cannot be fixed

Ah, sorry for delaying release. I've just busy to maintain source, but it should be fixed in `fix/#296-1.1` branch. I will release the fix in few weeks.

I forgot that it should be released as 1.0.1, but I also found that the released process failed. I will fix the pipeline and release it to the NuGet soon.

I have just released 1.0.1 including fix of #296 (and #312) issues.