Skip to content

Customized cache double deletion strategy #71

Customized cache double deletion strategy

Customized cache double deletion strategy #71

Triggered via pull request April 15, 2024 14:08
Status Success
Total duration 2m 13s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[email protected], actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
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/
build: FastCache.Core/Attributes/EvictableAttribute.cs#L39
Dereference of a possibly null reference.
build: FastCache.Core/Attributes/CacheableAttribute.cs#L80
Dereference of a possibly null reference.
build: FastCache.Core/Attributes/CacheableAttribute.cs#L110
Dereference of a possibly null reference.
build: FastCache.Redis/Driver/RedisCache.cs#L57
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
build: TestApi/Entity/User.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TestApi/Entity/User.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TestApi/Entity/Company.cs#L25
Non-nullable property 'MerchantIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TestApi/Entity/Company.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TestApi/Entity/Company.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IntegrationTests/UserApiRequestCacheTests.cs#L25
Dereference of a possibly null reference.