Update README.md #17
Annotations
6 warnings
Build:
src/SharpConnector/Utilities/Serialization.cs#L23
The variable 'jsonEx' is declared but never used
|
Build:
src/SharpConnector/Utilities/Serialization.cs#L27
The variable 'ex' is declared but never used
|
Build:
src/SharpConnector/Connectors/Memcached/MemcachedWrapper.cs#L51
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
src/SharpConnector/Utilities/Serialization.cs#L23
The variable 'jsonEx' is declared but never used
|
Build:
src/SharpConnector/Utilities/Serialization.cs#L27
The variable 'ex' is declared but never used
|
Build:
src/SharpConnector/Connectors/Memcached/MemcachedWrapper.cs#L51
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Loading