Skip to content

Release 1.1.4

Release 1.1.4 #33

Triggered via pull request July 4, 2023 18:34
@mohnjilesmohnjiles
synchronize #22
LykosAI:main
Status Success
Total duration 2m 34s
Artifacts

build.yml

on: pull_request
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#L261
Partial method declarations 'void InstallerViewModel.OnSelectedVersionChanged(PackageVersion value)' and 'void InstallerViewModel.OnSelectedVersionChanged(PackageVersion? value)' have signature differences.
build: StabilityMatrix/Models/Packages/ComfyUI.cs#L18
'ComfyUI.Logger' hides inherited member 'BaseGitPackage.Logger'. Use the new keyword if hiding was intended.
build: StabilityMatrix/ViewModels/PackageManagerViewModel.cs#L135
Partial method declarations 'void PackageManagerViewModel.OnSelectedPackageChanged(InstalledPackage value)' and 'void PackageManagerViewModel.OnSelectedPackageChanged(InstalledPackage? value)' have signature differences.
build: StabilityMatrix/Converters/UriToBitmapConverter.cs#L22
Possible null reference return.
build: StabilityMatrix/ViewModels/SettingsViewModel.cs#L224
'InstalledPackage.Path' is obsolete: 'Use LibraryPath instead. (Kept for migration)'
build: StabilityMatrix/MainWindow.xaml.cs#L93
Possible null reference argument for parameter 'context' in 'IObservable<SizeChangedEventArgs> Observable.ObserveOn<SizeChangedEventArgs>(IObservable<SizeChangedEventArgs> source, SynchronizationContext context)'.
build: StabilityMatrix/Helper/ScreenExtensions.cs#L152
Converting null literal or possible null value to non-nullable type.
build: StabilityMatrix/Helper/ScreenExtensions.cs#L154
Possible null reference return.
build: StabilityMatrix/Helper/ScreenExtensions.cs#L162
Converting null literal or possible null value to non-nullable type.