Skip to content

Merge pull request #93 from ionite34/add-build-ci #1

Merge pull request #93 from ionite34/add-build-ci

Merge pull request #93 from ionite34/add-build-ci #1

Triggered via push June 21, 2023 05:41
Status Failure
Total duration 5m 0s
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

2 errors and 10 warnings
build
Unable to optimize assemblies for performance: a valid runtime package was not found. Either set the PublishReadyToRun property to false, or use a supported runtime identifier when publishing. When targeting .NET 6 or higher, make sure to restore packages with the PublishReadyToRun property set to true.
build
Process completed with exit code 1.
build: StabilityMatrix/Models/Packages/ComfyUI.cs#L17
'ComfyUI.Logger' hides inherited member 'BaseGitPackage.Logger'. Use the new keyword if hiding was intended.
build: StabilityMatrix/ViewModels/InstallerViewModel.cs#L198
Partial method declarations 'void InstallerViewModel.OnSelectedPackageChanged(BasePackage value)' and 'void InstallerViewModel.OnSelectedPackageChanged(BasePackage? value)' have signature differences.
build: StabilityMatrix/ViewModels/InstallerViewModel.cs#L254
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
build: StabilityMatrix/ViewModels/InstallerViewModel.cs#L260
Nullability of reference types in type of parameter 'oldValue' doesn't match partial method declaration.
build: StabilityMatrix/ViewModels/InstallerViewModel.cs#L266
Partial method declarations 'void InstallerViewModel.OnSelectedVersionChanged(PackageVersion value)' and 'void InstallerViewModel.OnSelectedVersionChanged(PackageVersion? value)' have signature differences.
build: StabilityMatrix/ViewModels/PackageManagerViewModel.cs#L132
Partial method declarations 'void PackageManagerViewModel.OnSelectedPackageChanged(InstalledPackage value)' and 'void PackageManagerViewModel.OnSelectedPackageChanged(InstalledPackage? value)' have signature differences.
build: StabilityMatrix/App.xaml.cs#L61
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StabilityMatrix/Converters/UriToBitmapConverter.cs#L22
Possible null reference return.
build: StabilityMatrix/Helper/SnackbarService.cs#L91
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: StabilityMatrix/Helper/SettingsManager.cs#L210
Possible null reference assignment.