Version 0.2.1. #21
Annotations
12 warnings
.NET test
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
.NET test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.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.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.Tests/TestServer.cs#L47
Member 'Callback.Incoming(OcRemote, byte[])' overrides obsolete member 'OcCallback.Incoming(OcRemote, byte[])'. Add the Obsolete attribute to 'Callback.Incoming(OcRemote, byte[])'.
|
.NET test:
OrangeCabinet.Tests/TestClient.cs#L107
Member 'ClientCallback.Incoming(OcRemote, byte[])' overrides obsolete member 'OcCallback.Incoming(OcRemote, byte[])'. Add the Obsolete attribute to 'ClientCallback.Incoming(OcRemote, byte[])'.
|
.NET test:
OrangeCabinet.Tests/TestServer.cs#L54
Member 'Callback.Timeout(OcRemote)' overrides obsolete member 'OcCallback.Timeout(OcRemote)'. Add the Obsolete attribute to 'Callback.Timeout(OcRemote)'.
|
.NET test:
OrangeCabinet.Tests/TestClient.cs#L123
Member 'ClientCallback.Timeout(OcRemote)' overrides obsolete member 'OcCallback.Timeout(OcRemote)'. Add the Obsolete attribute to 'ClientCallback.Timeout(OcRemote)'.
|