Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Console #192
Annotations
10 errors and 10 warnings
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L42
Remove unused parameter 'maxIdleTimeout' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L41
Remove unused parameter 'secrets' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L15
Remove unused parameter 'udid' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Xpc/XpcNull.cs#L11
Remove unused parameter 'data' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L29
Remove unused parameter 'autopair' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingTcpTunnel.cs#L66
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L42
Remove unused parameter 'maxIdleTimeout' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L41
Remove unused parameter 'secrets' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelService.cs#L15
Remove unused parameter 'udid' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Xpc/XpcNull.cs#L11
Remove unused parameter 'data' if it is not part of a shipped public API (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0060)
|
|
Build:
Netimobiledevice/Remoted/Tunnel/CoreDeviceTunnelProxy.cs#L24
Dereference of a possibly null reference.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L36
Dereference of a possibly null reference.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingProtocol.cs#L13
Dereference of a possibly null reference.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/RemotePairingTcpTunnel.cs#L68
Possible null reference return.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelTask.cs#L9
Non-nullable property 'Tunnel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelTask.cs#L8
Non-nullable property 'Udid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Netimobiledevice/Remoted/Tunnel/TunnelTask.cs#L7
Non-nullable property 'Task' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Netimobiledevice/Remoted/Xpc/XpcWrapper.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Netimobiledevice/Remoted/RemoteServiceDiscoveryService.cs#L34
'RemoteServiceDiscoveryService.ProductType' hides inherited member 'LockdownServiceProvider.ProductType'. Use the new keyword if hiding was intended.
|
|
Build:
Netimobiledevice/Remoted/RemoteServiceDiscoveryService.cs#L32
'RemoteServiceDiscoveryService.Udid' hides inherited member 'LockdownServiceProvider.Udid'. Use the new keyword if hiding was intended.
|
Loading