lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

CLS-Compliant compile warning #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Warning 1   Overloaded method 'Lidgren.Network.NetIncomingMessage.ReadInt32(int)' 
differing only in ref or out, or in array rank, is not 
CLS-compliant   C:\Users\...\Lidgren.Network\NetIncomingMessage.Read.cs 254 16  Lid
gren.Network

At this line of code in NetIncomingMessage.Read.cs

/// <summary>
/// Reads a signed integer stored in 1 to 32 bits, written using Write(Int32, 
Int32)
/// </summary>
public Int32 ReadInt32(int numberOfBits)

Original issue reported on code.google.com by z...@thezbuffer.com on 31 Jan 2012 at 8:55

GoogleCodeExporter commented 9 years ago
Fixed in rev 286

Original comment by lidg...@gmail.com on 1 Mar 2012 at 7:11