Skip to content

Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.FileExtensions and Microsoft.Extensions.Configuration.Json #196

Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.FileExtensions and Microsoft.Extensions.Configuration.Json

Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.FileExtensions and Microsoft.Extensions.Configuration.Json #196

Triggered via pull request January 22, 2025 09:32
Status Success
Total duration 1m 49s
Artifacts

dotnetci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The type name 'gj' only contains lower-cased ascii characters. Such names may become reserved for the language.
build
The type name 'autofac' only contains lower-cased ascii characters. Such names may become reserved for the language.
build
The type name 'caching' only contains lower-cased ascii characters. Such names may become reserved for the language.
build
The type name 'redis' only contains lower-cased ascii characters. Such names may become reserved for the language.
build
The type name 'tests' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: gj.autofac.caching.redis.tests/MockObjects/MockMultiplexer.cs#L8
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string IConnectionMultiplexer.ToString()' (possibly because of nullability attributes).
build: gj.autofac.caching.redis.tests/ExampleService.cs#L32
Possible null reference return.
build: gj.autofac.caching.redis.tests/MockObjects/MockMultiplexer.cs#L12
Non-nullable property 'ClientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: gj.autofac.caching.redis.tests/MockObjects/MockMultiplexer.cs#L12
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: gj.autofac.caching.redis.tests/MockObjects/MockMultiplexer.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.