Conerlius / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Protobuf-net can't serialize BlockingCollection on value type when SupportNull is enabled #280

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
==============

What steps will reproduce the problem?
1. Compile and run the attached program.

What is the expected output? What do you see instead?
Expected output is no output. Instead one can observe exception.

What version of the product are you using? On what operating system?
R480 on Mono 2.10.9/Linux

Please provide any additional information below.
See the comments in the source code.

Original issue reported on code.google.com by konrad.k...@gmail.com on 20 Mar 2012 at 12:42

Attachments:

GoogleCodeExporter commented 8 years ago
Forget to insert the exception ;) Here it is:
Unable to resolve a suitable Add method for 
System.Collections.Concurrent.BlockingCollection`1[[System.Int32, mscorlib, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]

Original comment by konrad.k...@gmail.com on 20 Mar 2012 at 12:45