Archived

This forum has been archived. Please start a new discussion on GitHub.

Enums with lots of values breaks the C# code generation.

The ice file attached when compiled with slice2cs generates a file that doesn't compile. The bug is in BasicStream.cs. It doesn't match BasicStream.java.
the following methods are missing:

public void writeShort(short v, int end);
public short readShort(int end);

Comments

  • mes
    mes California
    Hi Nikolay,

    Welcome to the forum.

    Thanks for the bug report, we'll get this fixed for the next release.

    Regards,
    Mark
  • Any idea when the next release is due?