You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial test
* use manually implented equivalent to nail expected bytes
* implement (watch for CS0618) serializer core
* null-wrapped check should preceed other lookups
* tests and fixes for wrapped sub-items (turns out it didn't work correctly for the writer API)
* reset in WriteEmptyWrappedItem
* keep new interface internal for now
* release notes
* add map support for [ProtoWrappedCollection] (not not [ProtoWrappedValue])
* fix RepeatedSerializer<,> - dropped wrong interface by mistake
* fix broken default creation path in map path
* - more map tests and byte analysis
- implemented [NullWrappedValue] properly on maps
- detect usage in schema-gen
- include tests for nulls in the tests
- fix PEVerify dll naming issue in coll/map tests
* - only compile the model to disk for the zero case (avoid IO conflict)
- include more vanilla model tests
/// <summary>Indicates that the collection message wrapper shold use group encoding; this is more efficient to write, but may be hard to consume in cross-platform scenarios.</summary>
26
+
/// <summary>Indicates that the collection message wrapper should use group encoding; this is more efficient to write, but may be hard to consume in cross-platform scenarios.</summary>
0 commit comments