Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configu… #194
Annotations
12 warnings
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
|
Setup NuGet.exe for use with actions
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/RedisCacheAttributeTest.cs#L38
Dereference of a possibly null reference.
|
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.
|
Loading