Igor Chevdar

Results 5 comments of Igor Chevdar

Hmm, this test passes: var ht = new Hashtable(); ht.Add("testval", "testval"); var bytes = serializer.Serialize(ht); var ht2 = serializer.Deserialize(bytes); Assert.AreEqual("testval", ht2["testval"]); May be you tested on some old version?

Ok, I'l look at it. By the way do you really need to use GroBufOptions.PackReferences? GroBuf works slower with this option, we only used when there was a need to...

Just to clarify: this fixes problem during K/N incremental compilation where compilation is done per-file and it is unsupported to have cross-file field accesses, which are generated by atomicfu plugin/volatile...