Skip to content

Bump Serilog.Sinks.PeriodicBatching from 4.0.1 to 4.1.0 (#202) #20

Bump Serilog.Sinks.PeriodicBatching from 4.0.1 to 4.1.0 (#202)

Bump Serilog.Sinks.PeriodicBatching from 4.0.1 to 4.1.0 (#202) #20

Triggered via push May 3, 2024 21:40
Status Success
Total duration 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
CI Build: src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs#L98
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.
CI Build: src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs#L77
Missing XML comment for publicly visible type or member 'UdpSink.Dispose(bool)'
CI Build: src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs#L98
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.
CI Build: src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs#L77
Missing XML comment for publicly visible type or member 'UdpSink.Dispose(bool)'
CI Build: src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs#L98
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.
CI Build: src/Serilog.Sinks.UDP/Sinks/Splunk/UdpSink.cs#L77
Missing XML comment for publicly visible type or member 'UdpSink.Dispose(bool)'
CI Build: src/Serilog.Sinks.TCP/Splunk.Logging/ExponentialBackoffTcpReconnectionPolicy.cs#L37
Missing XML comment for publicly visible type or member 'ExponentialBackoffTcpReconnectionPolicy.Connect(Func<IPAddress, int, Socket>, IPAddress, int, CancellationToken)'
CI Build: src/Serilog.Sinks.TCP/Splunk.Logging/ITcpReconnectionPolicy.cs#L64
Parameter 'host' has no matching param tag in the XML comment for 'ITcpReconnectionPolicy.Connect(Func<IPAddress, int, Socket>, IPAddress, int, CancellationToken)' (but other parameters do)
CI Build: src/Serilog.Sinks.TCP/Splunk.Logging/ITcpReconnectionPolicy.cs#L64
Parameter 'port' has no matching param tag in the XML comment for 'ITcpReconnectionPolicy.Connect(Func<IPAddress, int, Socket>, IPAddress, int, CancellationToken)' (but other parameters do)
CI Build: src/Serilog.Sinks.TCP/Splunk.Logging/TcpSocketWriter.cs#L67
XML comment has a param tag for 'progress', but there is no parameter by that name