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
Protobuf generated entities seem to work well with BuilderGenerator but collections don't get generated. Protobuf collections are of type RepeatedField which are read-only properties that implement IEnumerable.
Protobuf generated entities seem to work well with
BuilderGeneratorbut collections don't get generated. Protobuf collections are of typeRepeatedFieldwhich are read-only properties that implementIEnumerable.