Skip to content

Merge pull request #4 from NuarkNoir/enhancement-model-size-preview #21

Merge pull request #4 from NuarkNoir/enhancement-model-size-preview

Merge pull request #4 from NuarkNoir/enhancement-model-size-preview #21

Triggered via push June 30, 2023 20:19
Status Success
Total duration 3m 21s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Models/Packages/ComfyUI.cs#L17
'ComfyUI.Logger' hides inherited member 'BaseGitPackage.Logger'. Use the new keyword if hiding was intended.
build: StabilityMatrix/DesignData/MockLaunchViewModel.cs#L28
'InstalledPackage.Path' is obsolete: 'Use LibraryPath instead. (Kept for migration)'
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/ViewModels/SettingsViewModel.cs#L216
'InstalledPackage.Path' is obsolete: 'Use LibraryPath instead. (Kept for migration)'