Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/// </summary>
/// <remarks>
/// Use this to temporarily suspend buffering after a flush, e.g. in case of an incident you may want all logs to be emitted immediately,
/// so the buffering will be suspended for the <see paramref="AutoFlushDuration"/> time.
/// so the buffering will be suspended for the <paramref name="AutoFlushDuration"/> time.

Check failure on line 39 in src/Libraries/Microsoft.Extensions.Telemetry/Buffering/GlobalLogBufferingOptions.cs

View check run for this annotation

Azure Pipelines / extensions-ci (Correctness WarningsCheck)

src/Libraries/Microsoft.Extensions.Telemetry/Buffering/GlobalLogBufferingOptions.cs#L39

src/Libraries/Microsoft.Extensions.Telemetry/Buffering/GlobalLogBufferingOptions.cs(39,68): error CS1734: (NETCORE_ENGINEERING_TELEMETRY=Build) XML comment on 'GlobalLogBufferingOptions.AutoFlushDuration' has a paramref tag for 'AutoFlushDuration', but there is no parameter by that name

Check failure on line 39 in src/Libraries/Microsoft.Extensions.Telemetry/Buffering/GlobalLogBufferingOptions.cs

View check run for this annotation

Azure Pipelines / extensions-ci

src/Libraries/Microsoft.Extensions.Telemetry/Buffering/GlobalLogBufferingOptions.cs#L39

src/Libraries/Microsoft.Extensions.Telemetry/Buffering/GlobalLogBufferingOptions.cs(39,68): error CS1734: (NETCORE_ENGINEERING_TELEMETRY=Build) XML comment on 'GlobalLogBufferingOptions.AutoFlushDuration' has a paramref tag for 'AutoFlushDuration', but there is no parameter by that name
/// </remarks>
[TimeSpan(MinimumAutoFlushDuration, MaximumAutoFlushDuration)]
public TimeSpan AutoFlushDuration { get; set; } = _defaultAutoFlushDuration;
Expand Down
Loading