Skip to content

RC v1.0.1 - Fix tests (#5) #11

RC v1.0.1 - Fix tests (#5)

RC v1.0.1 - Fix tests (#5) #11

Triggered via push May 3, 2024 12:11
Status Success
Total duration 1m 0s
Artifacts

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
build (Release)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, docker/setup-buildx-action@v1, docker/login-action@v1, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-buildx-action@v1, docker/login-action@v1, docker/build-push-action@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 (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
Non-nullable property 'NFTokenID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Non-nullable property 'OwnerAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Non-nullable property 'ImageThumbnailCacheUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Non-nullable property 'Timestamp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
Non-nullable property 'image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/UniversalNFTResponseV1.cs#L8
Non-nullable property 'NFTokenID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/UniversalNFTResponseV1.cs#L11
Non-nullable property 'OwnerAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/UniversalNFTResponseV1.cs#L14
Non-nullable property 'ImageUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/UniversalNFTResponseV1.cs#L17
Non-nullable property 'ImageThumbnailCacheUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/UniversalNFTResponseV1.cs#L20
Non-nullable property 'Timestamp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/Artv0Response.cs#L14
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/Artv0Response.cs#L17
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Models/API/Artv0Response.cs#L20
Non-nullable property 'image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): UniversalNFT.dev.API/Services/ImageCacheCleanup/ImageCleanupTask.cs#L47
The variable 'ex' is declared but never used
build (Release): UniversalNFT.dev.API/Services/ImageCacheCleanup/ImageCleanupTask.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/