Enable Console Logging test in NativeAOT (#74381)
authorEric Erhardt <eric.erhardt@microsoft.com>
Fri, 26 Aug 2022 21:53:12 +0000 (16:53 -0500)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2022 21:53:12 +0000 (16:53 -0500)
Log_WritingScopes_LogsWithCorrectColorsWhenColorEnabled appears to be passing for me in NativeAOT on both Windows and Linux.

Contributes to #73436

src/libraries/Microsoft.Extensions.Logging.Console/tests/Microsoft.Extensions.Logging.Console.Tests/SimpleConsoleFormatterTests.cs

index 2b5e807..3bb1fa4 100644 (file)
@@ -13,7 +13,6 @@ namespace Microsoft.Extensions.Logging.Console.Test
         [InlineData(LoggerColorBehavior.Default)]
         [InlineData(LoggerColorBehavior.Enabled)]
         [InlineData(LoggerColorBehavior.Disabled)]
-        [ActiveIssue("https://github.com/dotnet/runtime/issues/73436", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))]
         public void Log_WritingScopes_LogsWithCorrectColorsWhenColorEnabled(LoggerColorBehavior colorBehavior)
         {
             // Arrange