Skip to content

Update README.md

Update README.md #14

Triggered via push October 29, 2024 15:02
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.