Merge pull request #24 from sj-distributor/Enhancement-Can-update-mem… #94
Annotations
12 warnings
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/
|
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/
|
Run tests:
FastCache.Core/Attributes/EvictableAttribute.cs#L39
Dereference of a possibly null reference.
|
Run tests:
FastCache.Core/Attributes/CacheableAttribute.cs#L80
Dereference of a possibly null reference.
|
Run tests:
FastCache.Core/Attributes/CacheableAttribute.cs#L110
Dereference of a possibly null reference.
|
Run tests:
FastCache.InMemory/Drivers/MemoryCache.cs#L71
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
|
Run tests:
FastCache.InMemory/Drivers/MultiBucketsMemoryCache.cs#L84
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
|
Run tests:
FastCache.Redis/Driver/RedisCache.cs#L57
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
|
Run tests:
TestApi/Entity/User.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
TestApi/Entity/User.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
TestApi/Entity/Company.cs#L25
Non-nullable property 'MerchantIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run tests:
TestApi/Entity/Company.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading