Modify README #22
Annotations
10 warnings
.NET test:
OrangeCabinet/OcRemoteManager.cs#L102
'OcCallback.Timeout(OcRemote)' is obsolete: 'Use async methods instead with 'UseAsyncCallback' setting to 'true'.'
|
.NET test:
OrangeCabinet/OcRemoteManager.cs#L147
'OcCallback.Shutdown(OcRemote)' is obsolete: 'Use async methods instead with 'UseAsyncCallback' setting to 'true'.'
|
.NET test:
OrangeCabinet/OcHandlerReceive.cs#L163
'OcCallback.Incoming(OcRemote, byte[])' is obsolete: 'Use async methods instead with 'UseAsyncCallback' setting to 'true'.'
|
.NET test:
OrangeCabinet/OcHandlerReceive.cs#L163
'OcCallback.Incoming(OcRemote, byte[])' is obsolete: 'Use async methods instead with 'UseAsyncCallback' setting to 'true'.'
|
.NET test:
OrangeCabinet/OcRemoteManager.cs#L102
'OcCallback.Timeout(OcRemote)' is obsolete: 'Use async methods instead with 'UseAsyncCallback' setting to 'true'.'
|
.NET test:
OrangeCabinet/OcRemoteManager.cs#L147
'OcCallback.Shutdown(OcRemote)' is obsolete: 'Use async methods instead with 'UseAsyncCallback' setting to 'true'.'
|
.NET test:
OrangeCabinet.Sample/Program.cs#L70
Member 'Callback.Incoming(OcRemote, byte[])' overrides obsolete member 'OcCallback.Incoming(OcRemote, byte[])'. Add the Obsolete attribute to 'Callback.Incoming(OcRemote, byte[])'.
|
.NET test:
OrangeCabinet.Sample/Program.cs#L86
Member 'Callback.Timeout(OcRemote)' overrides obsolete member 'OcCallback.Timeout(OcRemote)'. Add the Obsolete attribute to 'Callback.Timeout(OcRemote)'.
|
.NET test:
OrangeCabinet.Sample/Program.cs#L91
Member 'Callback.Shutdown(OcRemote)' overrides obsolete member 'OcCallback.Shutdown(OcRemote)'. Add the Obsolete attribute to 'Callback.Shutdown(OcRemote)'.
|
.NET test:
OrangeCabinet.Sample/Program.cs#L78
'OcRemote.Send(string, int)' is obsolete: 'Use async methods instead.'
|