Update README.md #14
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.
|