Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use LoggerMessageGenerator for core logging messages #9274

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Use LoggerMessageGenerator for core logging messages

81af84a
Select commit
Loading
Failed to load commit list.
Draft

Use LoggerMessageGenerator for core logging messages #9274

Use LoggerMessageGenerator for core logging messages
81af84a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet.orleans failed Dec 22, 2024 in 7m 20s

Build #20241222.1 failed

Annotations

Check failure on line 43 in src\Orleans.Core\Diagnostics\MessagingTrace.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.orleans

src\Orleans.Core\Diagnostics\MessagingTrace.cs#L43

src\Orleans.Core\Diagnostics\MessagingTrace.cs(43,91): Error SYSLIB1015: Argument 'localSiloAddress' is not referenced from the logging message (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1015)

Check failure on line 42 in src\Orleans.Core\Diagnostics\MessagingTrace.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.orleans

src\Orleans.Core\Diagnostics\MessagingTrace.cs#L42

src\Orleans.Core\Diagnostics\MessagingTrace.cs(42,14): Error SYSLIB1014: Template 'SiloAddress' is not provided as argument to the logging method (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1014)

Check failure on line 46 in src\Orleans.Core\Diagnostics\MessagingTrace.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.orleans

src\Orleans.Core\Diagnostics\MessagingTrace.cs#L46

src\Orleans.Core\Diagnostics\MessagingTrace.cs(46,96): Error SYSLIB1015: Argument 'localSilo' is not referenced from the logging message (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1015)

Check failure on line 45 in src\Orleans.Core\Diagnostics\MessagingTrace.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.orleans

src\Orleans.Core\Diagnostics\MessagingTrace.cs#L45

src\Orleans.Core\Diagnostics\MessagingTrace.cs(45,14): Error SYSLIB1014: Template 'SiloAddress' is not provided as argument to the logging method (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1014)