Skip to content

Commit cb7204a

Browse files
ANcpLuaclaude
andcommitted
fix(polyfill): remove ExcludeFromCodeCoverage from ITimer interface
CS0592: Attribute not valid on interfaces in netstandard2.0 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 810ccc4 commit cb7204a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/shared/Polyfills/TimeProvider/TimeProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public ValueTask DisposeAsync()
9393
/// <summary>
9494
/// Represents a timer that can be changed or disposed.
9595
/// </summary>
96-
[ExcludeFromCodeCoverage]
9796
internal interface ITimer : IDisposable, IAsyncDisposable
9897
{
9998
/// <summary>

0 commit comments

Comments
 (0)