Olivier Deheurles

Results 11 issues of Olivier Deheurles

Once the API is stabilised we should add a wiki page to document the .NET API

task - normal priority

review https://github.com/real-logic/simple-binary-encoding/issues/42

bug

Current generated code is very close to Java API, which is not very idiomatic for a C# developer. We need to go through the generated code and decide how the...

task - high priority

I ported the java API which uses iterators to access groups. This makes the C# groups API very weird to use. We should review that but we should not introduce...

enhancement
task - normal priority

The schema contains optionally a description of the different properties, we should display that when available and also other information which can be useful during development (Optional/required, null_value, sinceVersion, Min/max...

enhancement
task - normal priority

Optional fields, exposed as C# properties should encapsulate null values (the value used to represent null, as defined here: https://github.com/WeAreAdaptive/simple-binary-encoding/blob/master/main/java/uk/co/real_logic/sbe/PrimitiveValue.java)

enhancement
task - normal priority

We may want to target portable class library and environments which won't be able to call unsafe code.

task - nice to have

We want to define acceptance tests to validate the code generated is valid, from SBE spec perspective.

task - high priority

I'm not sure yet if we need that for everything, or per expression...

enhancement