Skip to content

use new life lock

use new life lock #89

Re-run triggered August 27, 2024 07:23
Status Failure
Total duration 12m 16s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, gittools/actions/gitversion/[email protected], gittools/actions/gitversion/[email protected], actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.InMemory/Drivers/MemoryCache.cs#L71
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
build: FastCache.InMemory/Drivers/MultiBucketsMemoryCache.cs#L84
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
build: FastCache.Redis/Driver/RedisCache.cs#L58
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
build: FastCache.Redis/Driver/RedisCache.Lock.cs#L46
The variable 'ex' is declared but never used
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/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.