Skip to content

fix: fewer retries when upgrade #40

fix: fewer retries when upgrade

fix: fewer retries when upgrade #40

Triggered via push November 5, 2023 00:50
Status Success
Total duration 3m 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

71 warnings and 117 notices
Possible null reference argument for a parameter.: PipManager/ViewModels/Pages/Action/ActionExceptionViewModel.cs#L51
Possible null reference argument for parameter 'action' in 'PipManager.Views.Windows.Action.ActionExceptionWindow.Initialize'
Non-nullable member is uninitialized.: PipManager/Models/Pypi/PypiPackageInfo.cs#L26
Non-nullable field 'Blake2B256' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pypi/PypiPackageInfo.cs#L14
Non-nullable field 'Filename' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L16
Non-nullable property 'Classifier' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L12
Non-nullable property 'Summary' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L13
Non-nullable property 'Author' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pypi/PypiPackageInfo.cs#L8
Non-nullable field 'Releases' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L8
Non-nullable property 'Version' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L10
Non-nullable property 'Path' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L15
Non-nullable property 'ProjectUrl' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pages/LibraryDetailProjectUrlModel.cs#L9
Non-nullable property 'Url' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L7
Non-nullable property 'Name' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pypi/PypiPackageInfo.cs#L29
Non-nullable field 'Md5' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L18
Non-nullable property 'Record' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L14
Non-nullable property 'AuthorEmail' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pypi/PypiPackageInfo.cs#L32
Non-nullable field 'Sha256' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pages/LibraryDetailProjectUrlModel.cs#L8
Non-nullable property 'UrlType' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L9
Non-nullable property 'DetailedVersion' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L17
Non-nullable property 'Metadata' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pages/LibraryDetailProjectUrlModel.cs#L7
Non-nullable property 'Icon' is uninitialized. Consider declaring the property as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pypi/PypiPackageInfo.cs#L17
Non-nullable field 'UploadTime' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Pypi/PypiPackageInfo.cs#L20
Non-nullable field 'Digests' is uninitialized. Consider declaring the field as nullable.
Non-nullable member is uninitialized.: PipManager/Models/Package/PackageItem.cs#L11
Non-nullable property 'DistInfoPath' is uninitialized. Consider declaring the property as nullable.
Namespace does not correspond to file location: PipManager/Helpers/ThreadIdEnricher.cs#L4
Namespace does not correspond to file location, must be: 'PipManager.Helpers'
Non-accessed field (private accessibility): PipManager/ViewModels/Pages/Environment/AddEnvironmentViewModel.cs#L20
Field '_contentDialogService' is assigned but its value is never used
Non-accessed field (private accessibility): PipManager/ViewModels/Pages/Lab/LabViewModel.cs#L13
Field '_navigationService' is assigned but its value is never used
Non-accessed field (private accessibility): PipManager/ViewModels/Pages/Settings/SettingsViewModel.cs#L28
Field '_toastService' is assigned but its value is never used
Cannot resolve symbol in text argument: PipManager/Services/Mask/MaskService.cs#L23
Cannot resolve symbol 'The MaskPresenter didn't set previously.'
Cannot resolve symbol in text argument: PipManager/Services/Mask/MaskService.cs#L18
Cannot resolve symbol 'The MaskPresenter didn't set previously.'
Cannot resolve symbol in text argument: PipManager/Services/Mask/MaskService.cs#L32
Cannot resolve symbol 'The MaskPresenter didn't set previously.'
Private field can be converted into local variable: PipManager/ViewModels/Windows/MainWindowViewModel.cs#L8
The field is always assigned before being used and can be converted into a local variable
Redundant control flow jump statement: PipManager/AppStarting.cs#L105
Redundant control flow jump statement
Redundant control flow jump statement: PipManager/AppStarting.cs#L80
Redundant control flow jump statement
Redundant nullable warning suppression expression: PipManager/Services/Environment/EnvironmentService.cs#L246
The nullable warning suppression expression is redundant
Redundant nullable warning suppression expression: PipManager/Services/Environment/EnvironmentService.cs#L224
The nullable warning suppression expression is redundant
Auto-property accessor is never used (non-private accessibility): PipManager/Models/Action/ActionListItem.cs#L51
Auto-property accessor 'ProgressIntermediate.get' is never used
Auto-property accessor is never used (non-private accessibility): PipManager/Controls/Toast.xaml.cs#L11
Auto-property accessor 'ToastWidth.set' is never used
Auto-property accessor is never used (non-private accessibility): PipManager/Controls/Toast.xaml.cs#L25
Auto-property accessor 'Closed.set' is never used
Auto-property accessor is never used (non-private accessibility): PipManager/Controls/Toast.xaml.cs#L12
Auto-property accessor 'ToastHeight.set' is never used
Auto-property accessor is never used (non-private accessibility): PipManager/Controls/Toast.xaml.cs#L13
Auto-property accessor 'TextWidth.set' is never used
Auto-property accessor is never used (non-private accessibility): PipManager/Models/Package/PackageItem.cs#L11
Auto-property accessor 'DistInfoPath.get' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L15
Field '_errorIconSolidColorBrush' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L36
Method 'GetWarningBackgroundColorFromTheme' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L22
Method 'GetForegroundColorFromTheme' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L50
Method 'GetBorderBrushFromTheme' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L13
Field '_infoIconSolidColorBrush' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L43
Method 'GetErrorBackgroundColorFromTheme' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L29
Method 'GetInfoBackgroundColorFromTheme' is never used
Type member is never used (private accessibility): PipManager/Services/Toast/ToastService.cs#L14
Field '_warningIconSolidColorBrush' is never used
Method return value is never used (private accessibility): PipManager/App.xaml.cs#L120
Method 'FreeConsole' return value is never used
Method return value is never used (private accessibility): PipManager/AppStarting.cs#L14
Method 'AllocConsole' return value is never used
Redundant namespace alias: PipManager/Views/Windows/Action/ActionExceptionWindow.xaml#L8
Namespace alias 'local' is not required by code and can be safely removed
Use preferred namespace body style: PipManager/Controls/Toast.xaml.cs#L8
Convert to file-scoped namespace
Convert 'if' statement into 'switch': PipManager/Services/Action/ActionService.cs#L37
Convert 'if' statement into 'switch' statement
Invert 'if' statement to reduce nesting: PipManager/AppStarting.cs#L67
Invert 'if' statement to reduce nesting
Invert 'if' statement to reduce nesting: PipManager/AppStarting.cs#L92
Invert 'if' statement to reduce nesting
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L25
Unable to resolve symbol 'BorderThickness' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L51
Unable to resolve symbol 'FontFamily' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L60
Unable to resolve symbol 'TextWidth' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L44
Unable to resolve symbol 'Icon' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L47
Unable to resolve symbol 'TextWidth' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L64
Unable to resolve symbol 'FontFamily' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L66
Unable to resolve symbol 'FontWeight' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L23
Unable to resolve symbol 'Background' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L55
Unable to resolve symbol 'Title' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L54
Unable to resolve symbol 'Foreground' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L67
Unable to resolve symbol 'Foreground' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L62
Unable to resolve symbol 'HorizontalContentAlignment' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L43
Unable to resolve symbol 'IconForeground' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L68
Unable to resolve symbol 'Message' because of unknown DataContext
Unresolved binding path when DataContext is unknown: PipManager/Controls/Toast.xaml#L24
Unable to resolve symbol 'BorderBrush' because of unknown DataContext
Possible 'null' value in the path of binding without fallback value: PipManager/Views/Pages/Library/LibraryDetailPage.xaml#L40
Possible 'null' value in the path of binding without fallback value
Possible 'null' value in the path of binding without fallback value: PipManager/Views/Pages/Library/LibraryDetailPage.xaml#L42
Possible 'null' value in the path of binding without fallback value
Possible 'null' value in the path of binding without fallback value: PipManager/Views/Pages/Library/LibraryDetailPage.xaml#L41
Possible 'null' value in the path of binding without fallback value
Possible 'null' value in the path of binding without fallback value: PipManager/Views/Pages/Library/LibraryDetailPage.xaml#L45
Possible 'null' value in the path of binding without fallback value