fix(sticker): skip stickers on metadata fetch failures #127
Annotations
45 warnings and 4 notices
|
Build on macos-latest (osx-x64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on macos-latest (osx-x64):
LottieViewConvert/ViewModels/SettingViewModel.cs#L815
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 on macos-latest (osx-x64):
LottieViewConvert/Helper/Convert/FrameExporter.cs#L30
Possible null reference argument for parameter 'progress' in 'void PngExporter.ExportPngSequence(string lottiePath, string outputDirectory, int fps = 30, double playbackSpeed = 1, int? outputWidth = null, int? outputHeight = null, IProgress<ExportProgressEventArgs> progress = null)'.
|
|
Build on macos-latest (osx-x64):
LottieViewConvert/Helper/FilePickerHelper.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-x64):
Lottie/PngExporter.cs#L329
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-x64):
Lottie/PngExporter.cs#L208
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-x64):
Lottie/PngExporter.cs#L173
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-x64):
Lottie/PngExporter.cs#L64
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-x64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on ubuntu-latest (linux-arm64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on ubuntu-latest (linux-arm64):
LottieViewConvert/ViewModels/SettingViewModel.cs#L815
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 on ubuntu-latest (linux-arm64):
LottieViewConvert/Helper/Convert/FrameExporter.cs#L30
Possible null reference argument for parameter 'progress' in 'void PngExporter.ExportPngSequence(string lottiePath, string outputDirectory, int fps = 30, double playbackSpeed = 1, int? outputWidth = null, int? outputHeight = null, IProgress<ExportProgressEventArgs> progress = null)'.
|
|
Build on ubuntu-latest (linux-arm64):
LottieViewConvert/Helper/FilePickerHelper.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-arm64):
Lottie/PngExporter.cs#L329
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-arm64):
Lottie/PngExporter.cs#L208
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-arm64):
Lottie/PngExporter.cs#L173
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-arm64):
Lottie/PngExporter.cs#L64
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-arm64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on ubuntu-latest (linux-x64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on ubuntu-latest (linux-x64):
LottieViewConvert/ViewModels/SettingViewModel.cs#L815
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 on ubuntu-latest (linux-x64):
LottieViewConvert/Helper/Convert/FrameExporter.cs#L30
Possible null reference argument for parameter 'progress' in 'void PngExporter.ExportPngSequence(string lottiePath, string outputDirectory, int fps = 30, double playbackSpeed = 1, int? outputWidth = null, int? outputHeight = null, IProgress<ExportProgressEventArgs> progress = null)'.
|
|
Build on ubuntu-latest (linux-x64):
LottieViewConvert/Helper/FilePickerHelper.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-x64):
Lottie/PngExporter.cs#L329
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-x64):
Lottie/PngExporter.cs#L208
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-x64):
Lottie/PngExporter.cs#L173
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-x64):
Lottie/PngExporter.cs#L64
Cannot convert null literal to non-nullable reference type.
|
|
Build on ubuntu-latest (linux-x64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on macos-latest (osx-arm64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on macos-latest (osx-arm64):
LottieViewConvert/ViewModels/SettingViewModel.cs#L815
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 on macos-latest (osx-arm64):
LottieViewConvert/Helper/Convert/FrameExporter.cs#L30
Possible null reference argument for parameter 'progress' in 'void PngExporter.ExportPngSequence(string lottiePath, string outputDirectory, int fps = 30, double playbackSpeed = 1, int? outputWidth = null, int? outputHeight = null, IProgress<ExportProgressEventArgs> progress = null)'.
|
|
Build on macos-latest (osx-arm64):
LottieViewConvert/Helper/FilePickerHelper.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-arm64):
Lottie/PngExporter.cs#L329
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-arm64):
Lottie/PngExporter.cs#L208
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-arm64):
Lottie/PngExporter.cs#L173
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-arm64):
Lottie/PngExporter.cs#L64
Cannot convert null literal to non-nullable reference type.
|
|
Build on macos-latest (osx-arm64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on windows-latest (win-x64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on windows-latest (win-x64):
LottieViewConvert/ViewModels/SettingViewModel.cs#L815
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 on windows-latest (win-x64):
LottieViewConvert/Helper/Convert/FrameExporter.cs#L30
Possible null reference argument for parameter 'progress' in 'void PngExporter.ExportPngSequence(string lottiePath, string outputDirectory, int fps = 30, double playbackSpeed = 1, int? outputWidth = null, int? outputHeight = null, IProgress<ExportProgressEventArgs> progress = null)'.
|
|
Build on windows-latest (win-x64):
LottieViewConvert/Helper/FilePickerHelper.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Build on windows-latest (win-x64):
Lottie/PngExporter.cs#L329
Cannot convert null literal to non-nullable reference type.
|
|
Build on windows-latest (win-x64):
Lottie/PngExporter.cs#L208
Cannot convert null literal to non-nullable reference type.
|
|
Build on windows-latest (win-x64):
Lottie/PngExporter.cs#L173
Cannot convert null literal to non-nullable reference type.
|
|
Build on windows-latest (win-x64):
Lottie/PngExporter.cs#L64
Cannot convert null literal to non-nullable reference type.
|
|
Build on windows-latest (win-x64)
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
|
Build on macos-latest (osx-x64)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build on macos-latest (osx-x64)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build on macos-latest (osx-arm64)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
Build on macos-latest (osx-arm64)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
LottieViewConvert.Linux.Arm64.zip
Expired
|
75.6 MB |
sha256:f9afc908a5b3b1cefd2532efbf94008ed623c6f408c65563ebfd5cdeedc7eb0e
|
|
|
LottieViewConvert.Linux.X64.zip
Expired
|
79.6 MB |
sha256:4865115c42cbed5f001b55491cb993a9bf7c7e66af39385e6dd65dd8abe268d7
|
|
|
LottieViewConvert.MacOS.Arm64.zip
Expired
|
77.4 MB |
sha256:254663f3372fb79a615c3c1e0b245d6c5413050de7f38c4bf5dc922174dd57d7
|
|
|
LottieViewConvert.MacOS.X64.zip
Expired
|
82.5 MB |
sha256:e1db6dfe8cba43a7b107700165cde3705eba29d2b0775625d2da43373dfe0e70
|
|
|
LottieViewConvert.Win.X64.zip
Expired
|
76.4 MB |
sha256:c143fe6e208763bdcca61c4236adf47fd37af6478c5748524e58b124799654cb
|
|