AqlaSolutions / AqlaSerializer

Binary serializer with full .NET support!
http://www.aqla.net
Other
17 stars 3 forks source link

Cannot compile latest source from Master #12

Closed aienabled closed 8 years ago

aienabled commented 8 years ago

Hello!

I just pulled Master HEAD and cannot build it:

https://raw.githubusercontent.com/AqlaSolutions/AqlaSerializer/master/protobuf-net/Serializers/WillSetFieldWireType/Collections/MultiDimensionalArrayDecorator.cs Error on line 309

    g.If(valueArr.AsOperand != null && optionalOutOldFirstDimLength > 0);

Error message:

In order to be applicable as a short circuit operator a user-defined logical operator ('ContextualOperand.operator &(ContextualOperand, Operand)') must have the same return type and parameter type.

(FEAT_COMPILER conditional compilation symbol is used)

Regards!

AqlaSolutions commented 8 years ago

@aienabled you need to use the latest RunSharp version which should be downloaded separately

aienabled commented 8 years ago

Indeed! Thanks, sorry for false issue :-).