Skip to content

Fix typo in AddExtendedLoggerFactory method name#6883

Open
Meir017 wants to merge 6 commits into
dotnet:mainfrom
Meir017:patch-1
Open

Fix typo in AddExtendedLoggerFactory method name#6883
Meir017 wants to merge 6 commits into
dotnet:mainfrom
Meir017:patch-1

Merge branch 'main' into patch-1

3843314
Select commit
Loading
Failed to load commit list.
Azure Pipelines / extensions-ci failed Jan 24, 2026 in 46m 18s

Build #20260124.3 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 37,256 (92.62%)
  • Other: 2,969 (7.38%)
  • Total: 40,226

Annotations

Check failure on line 0 in VSTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

VSTest#L0

VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /mnt/vss/_work/1/s/artifacts/TestResults/Release/Microsoft.Extensions.Diagnostics.Testing.Tests_net9.0_x64.html [net9.0|x64]

Check failure on line 8 in src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs#L8

src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs(8,1): error S1128: (NETCORE_ENGINEERING_TELEMETRY=Build) Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 8 in src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs#L8

src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs(8,1): error S1128: (NETCORE_ENGINEERING_TELEMETRY=Build) Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 8 in src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs#L8

src\Libraries\Microsoft.Extensions.Telemetry\Sampling\SamplingLoggerBuilderExtensions.cs(8,1): error S1128: (NETCORE_ENGINEERING_TELEMETRY=Build) Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 1 in Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.GetLogsAsync_RegardlessOfClearDuringWait_SuppliesNextLogWhenRecorded(clearIsCalledDuringWait: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / extensions-ci

Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.GetLogsAsync_RegardlessOfClearDuringWait_SuppliesNextLogWhenRecorded(clearIsCalledDuringWait: True)

Assert.Equal() Failure: Values differ
Expected: Task { Status = RanToCompletion }
Actual:   Task<ValueTuple<bool, int>,<AwaitSequence>d__12> { Status = WaitingForActivation }
Raw output
   at Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.AssertAwaitingTaskCompleted(Task task) in /mnt/vss/_work/1/s/test/Libraries/Microsoft.Extensions.Diagnostics.Testing.Tests/Logging/FakeLogCollectorTests.LogEnumeration.cs:line 130
   at Microsoft.Extensions.Logging.Testing.Test.Logging.FakeLogCollectorTests.GetLogsAsync_RegardlessOfClearDuringWait_SuppliesNextLogWhenRecorded(Boolean clearIsCalledDuringWait) in /mnt/vss/_work/1/s/test/Libraries/Microsoft.Extensions.Diagnostics.Testing.Tests/Logging/FakeLogCollectorTests.LogEnumeration.cs:line 118
--- End of stack trace from previous location ---