Apply suggested style changes to C# code #119
Annotations
3 warnings
|
cloud_connectors/azure/mqtt_connector/azure_function/src/run.cs#L70
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
cloud_connectors/azure/mqtt_connector/azure_function/src/run.cs#L70
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
The logs for this run have expired and are no longer available.
Loading