Skip to content

Merge pull request #7 from sj-distributor/add_expression_support_array #59

Merge pull request #7 from sj-distributor/add_expression_support_array

Merge pull request #7 from sj-distributor/add_expression_support_array #59

Re-run triggered January 15, 2024 01:26
Status Success
Total duration 1m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 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#L40
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: 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: 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: IntegrationTests/UserApiRequestCacheTests.cs#L25
Dereference of a possibly null reference.
build: IntegrationTests/MultiSourceApiRequestCacheTests.cs#L24
Dereference of a possibly null reference.