Skip to content

Commit b3f3857

Browse files
committed
more
1 parent 5a001ed commit b3f3857

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/Components/Server/src/Circuits/CircuitActivitySource.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
using System.Diagnostics;
55
using System.Runtime.CompilerServices;
6-
using Microsoft.AspNetCore.Components;
76
using Microsoft.AspNetCore.Components.RenderTree;
8-
using Microsoft.AspNetCore.Components.Server.Circuits;
97

108
internal struct CircuitActivityWrapper
119
{

src/Components/Server/src/Circuits/RemoteRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ private async Task CaptureAsyncExceptions(Task task)
369369
}
370370
}
371371

372-
private static new partial class Log
372+
private static partial class Log
373373
{
374374
[LoggerMessage(100, LogLevel.Warning, "Unhandled exception rendering component: {Message}", EventName = "ExceptionRenderingComponent")]
375375
private static partial void UnhandledExceptionRenderingComponent(ILogger logger, string message, Exception exception);

src/Components/Server/src/ComponentHub.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Buffers;
5-
using System.Diagnostics;
65
using System.Runtime.CompilerServices;
76
using Microsoft.AspNetCore.Components.Server.Circuits;
87
using Microsoft.AspNetCore.DataProtection;

0 commit comments

Comments
 (0)