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

Log whether the localization resource is found or not #55897

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Update src/Localization/Localization/src/ResourceManagerStringLocaliz…

fe80dc3
Select commit
Loading
Failed to load commit list.
Open

Log whether the localization resource is found or not #55897

Update src/Localization/Localization/src/ResourceManagerStringLocaliz…
fe80dc3
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jun 12, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

aspnetcore-ci / Build / Build: Windows x64/x86/arm64 / Build x64

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Localization\Localization\src\ResourceManagerStringLocalizer.cs(235,10): error SYSLIB1014: Template 'Culture' is not provided as argument to the logging method (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1014)
    ❌D:\a\_work\1\s\artifacts\obj\Microsoft.Extensions.Localization\Release\netstandard2.0\Microsoft.Extensions.Logging.Generators\Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator\LoggerMessage.g.cs(39,68): error CS0103: The name 'Culture' does not exist in the current context
    ❌D:\a\_work\1\s\artifacts\obj\Microsoft.Extensions.Localization\Release\net9.0\Microsoft.Extensions.Logging.Generators\Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator\LoggerMessage.g.cs(39,68): error CS0103: The name 'Culture' does not exist in the current context

aspnetcore-ci / Build / Build: macOS arm64 / Run build.sh

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Localization/Localization/src/ResourceManagerStringLocalizer.cs(235,10): error SYSLIB1014: Template 'Culture' is not provided as argument to the logging method (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1014)
    ❌/Users/runner/work/1/s/artifacts/obj/Microsoft.Extensions.Localization/Release/net9.0/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs(39,68): error CS0103: The name 'Culture' does not exist in the current context
    ❌/Users/runner/work/1/s/artifacts/obj/Microsoft.Extensions.Localization/Release/net462/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs(39,68): error CS0103: The name 'Culture' does not exist in the current context

aspnetcore-ci / Build / Build: macOS x64 / Run build.sh

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Localization/Localization/src/ResourceManagerStringLocalizer.cs(235,10): error SYSLIB1014: Template 'Culture' is not provided as argument to the logging method (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1014)
    ❌/Users/runner/work/1/s/artifacts/obj/Microsoft.Extensions.Localization/Release/net462/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs(39,68): error CS0103: The name 'Culture' does not exist in the current context
    ❌/Users/runner/work/1/s/artifacts/obj/Microsoft.Extensions.Localization/Release/netstandard2.0/Microsoft.Extensions.Logging.Generators/Microsoft.Extensions.Logging.Generators.LoggerMessageGenerator/LoggerMessage.g.cs(39,68): error CS0103: The name 'Culture' does not exist in the current context

16 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [aspnetcore-ci] [aspnetcore-quarantined-pr] [aspnetcore-components-e2e]

Was this helpful? Yes No