Skip to content

Merge pull request #16 from LykosAI/main #29

Merge pull request #16 from LykosAI/main

Merge pull request #16 from LykosAI/main #29

Triggered via push July 3, 2023 03:02
Status Success
Total duration 2m 35s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L196
Partial method declarations 'void InstallerViewModel.OnSelectedPackageChanged(BasePackage value)' and 'void InstallerViewModel.OnSelectedPackageChanged(BasePackage? value)' have signature differences.
build: StabilityMatrix/ViewModels/InstallerViewModel.cs#L259
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/ViewModels/SettingsViewModel.cs#L222
'InstalledPackage.Path' is obsolete: 'Use LibraryPath instead. (Kept for migration)'
build: StabilityMatrix/Models/PackageVersion.cs#L5
Non-nullable property 'TagName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StabilityMatrix/Models/PackageVersion.cs#L6
Non-nullable property 'ReleaseNotesMarkdown' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StabilityMatrix/Models/Packages/DankDiffusion.cs#L12
Non-nullable property 'LaunchCommand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StabilityMatrix/Models/Packages/DankDiffusion.cs#L12
Non-nullable property 'PreviewImageUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: StabilityMatrix/Models/Packages/DankDiffusion.cs#L12
Non-nullable property 'LaunchOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.