CGbR icon indicating copy to clipboard operation
CGbR copied to clipboard

The CGbR project combines the flexibility of reflection with the speed of native code.

Results 9 CGbR issues
Sort by recently updated
recently updated
newest added

Hi, I tried to use your nuget package as I was looking for a fast and compact serializer & deserializer. When I tried to serialize a large 2D array of...

Generators are not initialized and runner fails every time in single file mode. Documentation does not match the code as well.

bug

Parser can not parse Dictionaries right now.

bug

Global generators should not be limited to C# but should be able to generate Markdown or other sorts of code like JS or PLC.

Constant fields are parsed to a property of Type `const` and Name `string`, `int` etc. The Parser must identify const as such and declare it appropriately.

bug

Another common task is to implement IEquatable by simply comparing all objects for equality.

Replace the self written parser with the roslyn C# parser.

CGbR should include a LocalGenerator for Googles protobuf protocol. The idea would be to use Attributes like in [protobuf-net](/mgravell/protobuf-net) but generate partial classes similar to [Googles official CSharp port](/google/protobuf/tree/master/csharp). The...

enhancement

To serialize collections I want to interfaces to the generated classes like `IBinarySerializable` and `IJsonSerializable`` to provide serializer classes/extensions for ``` c# IEnumerable where T : IBinarySerializable ```

enhancement