Skip to content

Release 2.6.0 generates incompatible .net C# code for data types with optional fields #211

@larws

Description

@larws

Using the current release of the ModelCompiler the output for nodesets containing datatypes which include optional fields does not match code available in the current SDK release (1.5.375.457). The generated code contains methods in the IEncoder and IDecoder to read and write an encoding mask which are not released by the SDK and will not match with the upcoming release.

The code includes:

There are currently no methods defined on the interfaces IEncoder and IDecoder with the names ReadEncodingMask oder WriteEncodingMask. In the upcoming release those methods will be added see IEncoder and IDecoder but with different signatures.

Anyone facing the same issue as I am or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions