From e166d84d09929e5ae6d69ac857fc194d6d9a8924 Mon Sep 17 00:00:00 2001 From: Neal Mummau Date: Mon, 23 Mar 2026 00:06:20 -0400 Subject: [PATCH] chore: remove unused usings --- .editorconfig | 1 + src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 260ad4508..568923f03 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ indent_style = space max_line_length = 200 brace_style = end_of_line trim_trailing_whitespace = true +dotnet_diagnostic.IDE0005.severity = error # IntelliJ IDEA properties ij_any_block_brace_style = end_of_line diff --git a/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs b/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs index 595f143c0..943dd23f9 100644 --- a/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs +++ b/src/Core/test/Eventuous.Tests/StoringEventsWithCustomStream.cs @@ -1,4 +1,3 @@ -global using NodaTime; using Eventuous.Tests.Fixtures; using Eventuous.Sut.App; using Eventuous.Sut.Domain;