Skip to content

Merge pull request #8 from sj-distributor/bugfix-when-result-is-null #53

Merge pull request #8 from sj-distributor/bugfix-when-result-is-null

Merge pull request #8 from sj-distributor/bugfix-when-result-is-null #53

Triggered via push January 14, 2024 12:00
Status Success
Total duration 1m 36s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
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: UnitTests/MulitBucketsMemoryCacheTests.cs#L45
Dereference of a possibly null reference.
build: TestApi/Entity/User.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TestApi/Entity/User.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IntegrationTests/UserApiRequestCacheTests.cs#L24
Dereference of a possibly null reference.
build: IntegrationTests/MultiSourceApiRequestCacheTests.cs#L24
Dereference of a possibly null reference.