RNET-1161: Implement support for using a log level for a specific log category #2050
Annotations
5 warnings
Realm/Realm/Logging/Logger.cs#L33
XML comment has cref attribute 'Log' that could not be resolved
|
Realm/Realm/Logging/Logger.cs#L211
Ambiguous reference in cref attribute: 'Log'. Assuming 'RealmLogger.Log(LogLevel, string)', but could have also matched other overloads including 'RealmLogger.Log(LogLevel, LogCategory, string)'.
|
Realm/Realm/Logging/LogCategory.cs#L119
Element documentation header should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1514.md)
|
Realm/Realm/Logging/Logger.cs#L52
File may only contain a single type (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1402.md)
|
Realm/Realm/Native/SyncSocketProvider.WebSocket.cs#L189
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
This job succeeded
Loading