Skip to content

Commit

Permalink
Xml summary cref fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ogulcanturan committed Dec 29, 2024
1 parent 2d5cba0 commit d8db273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ogu.Extensions.Logging.Timings/LevelledOperation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Ogu.Extensions.Logging.Timings
/// <summary>
/// Represents an operation with specified log levels for completion and abandonment.
/// Supports time-based operations with optional warning thresholds. If the operation exceeds the
/// warning threshold, the log level may be upgraded to <see cref="LogLevel.Warning"/>.
/// warning threshold, the log level may be upgraded to <see cref="Microsoft.Extensions.Logging.LogLevel.Warning"/>.
/// </summary>
public class LevelledOperation
{
Expand Down

0 comments on commit d8db273

Please sign in to comment.