Skip to content
Triggered via push November 23, 2024 20:01
Status Success
Total duration 2m 23s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build-releases: src/TwitterSky/TweetImporter.cs#L458
Possible null reference argument for parameter 'imageUrls' in 'Task TweetImporter.PostToBskyAsync(string tweetId, string textContent, List<string> imageUrls, DateTime createdAt, List<Facet> facets, CreatePostResponse? inReplyTo)'.
build-releases: src/TwitterSky/TweetImporter.cs#L421
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-releases: src/TwitterSky/TweetImporter.cs#L430
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-releases: src/TwitterSky/TweetImporter.cs#L458
Possible null reference argument for parameter 'imageUrls' in 'Task TweetImporter.PostToBskyAsync(string tweetId, string textContent, List<string> imageUrls, DateTime createdAt, List<Facet> facets, CreatePostResponse? inReplyTo)'.
build-releases: src/TwitterSky/TweetImporter.cs#L421
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-releases: src/TwitterSky/TweetImporter.cs#L430
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-releases: src/TwitterSky/TweetImporter.cs#L458
Possible null reference argument for parameter 'imageUrls' in 'Task TweetImporter.PostToBskyAsync(string tweetId, string textContent, List<string> imageUrls, DateTime createdAt, List<Facet> facets, CreatePostResponse? inReplyTo)'.
build-releases: src/TwitterSky/TweetImporter.cs#L421
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-releases: src/TwitterSky/TweetImporter.cs#L430
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-releases: src/TwitterSky/TweetImporter.cs#L458
Possible null reference argument for parameter 'imageUrls' in 'Task TweetImporter.PostToBskyAsync(string tweetId, string textContent, List<string> imageUrls, DateTime createdAt, List<Facet> facets, CreatePostResponse? inReplyTo)'.
build-releases: src/TwitterSky/TweetImporter.cs#L421
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-releases: src/TwitterSky/TweetImporter.cs#L430
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-releases
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/