Skip to content

Add ability to use IStringLocalizerFactory/IStringLocalizer implement… #1

Add ability to use IStringLocalizerFactory/IStringLocalizer implement…

Add ability to use IStringLocalizerFactory/IStringLocalizer implement… #1

Triggered via push June 27, 2024 13:39
Status Failure
Total duration 50s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
sonar
Process completed with exit code 145.
release
Process completed with exit code 3.
sonar
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sonar
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release: src/HotChocolate.Extensions.Tracking/TrackedDirective.cs#L7
Non-nullable property 'GetTrackingEntryFactory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src/HotChocolate.Extensions.Translation/Resources/ResourcesProviderAdapter.cs#L38
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
release: src/HotChocolate.Extensions.Translation/TranslateDirectiveType.cs#L271
Possible null reference argument for parameter 'fallbackValue' in 'Task<string> IResourcesProviderAdapter.TryGetTranslationAsStringAsync(string key, CultureInfo culture, string fallbackValue, CancellationToken cancellationToken)'.
release: src/HotChocolate.Extensions.Translation/TranslateDirectiveType.cs#L292
Possible null reference argument for parameter 'fallbackValue' in 'Task<string> IResourcesProviderAdapter.TryGetTranslationAsStringAsync(string key, CultureInfo culture, string fallbackValue, CancellationToken cancellationToken)'.
release: src/HotChocolate.Extensions.Translation/TranslateDirectiveType.cs#L317
Possible null reference argument for parameter 'fallbackValue' in 'Task<string> IResourcesProviderAdapter.TryGetTranslationAsStringAsync(string key, CultureInfo culture, string fallbackValue, CancellationToken cancellationToken)'.
release: src/HotChocolate.Extensions.Translation/Resources/ResourcesProviderAdapter.cs#L38
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
release: src/HotChocolate.Extensions.Translation/TranslateDirectiveType.cs#L271
Possible null reference argument for parameter 'fallbackValue' in 'Task<string> IResourcesProviderAdapter.TryGetTranslationAsStringAsync(string key, CultureInfo culture, string fallbackValue, CancellationToken cancellationToken)'.
release: src/HotChocolate.Extensions.Translation/TranslateDirectiveType.cs#L292
Possible null reference argument for parameter 'fallbackValue' in 'Task<string> IResourcesProviderAdapter.TryGetTranslationAsStringAsync(string key, CultureInfo culture, string fallbackValue, CancellationToken cancellationToken)'.
release: src/HotChocolate.Extensions.Translation/TranslateDirectiveType.cs#L317
Possible null reference argument for parameter 'fallbackValue' in 'Task<string> IResourcesProviderAdapter.TryGetTranslationAsStringAsync(string key, CultureInfo culture, string fallbackValue, CancellationToken cancellationToken)'.
release: src/HotChocolate.Extensions.Tracking/TrackedDirective.cs#L7
Non-nullable property 'GetTrackingEntryFactory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.