fix: Bump Sentry and Sentry.Profiling #439
Annotations
48 warnings
|
Modules/LuxExport/LuxExport/Logic/WatermarkApplier.cs#L47
'SKPaint.MeasureText(string)' is obsolete: 'Use SKFont.MeasureText() instead.'
|
|
Modules/LuxExport/LuxExport/Logic/WatermarkApplier.cs#L44
'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Modules/LuxExport/LuxExport/Logic/WatermarkApplier.cs#L44
'SKPaint.FilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Modules/LuxExport/LuxExport/Logic/WatermarkApplier.cs#L42
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
|
|
Modules/LuxExport/LuxExport/Logic/WatermarkApplier.cs#L41
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
|
|
Modules/LuxExport/LuxExport/LuxExport.cs#L118
Dereference of a possibly null reference.
|
|
Modules/LuxExport/LuxExport/LuxExport.cs#L101
Dereference of a possibly null reference.
|
|
Modules/LuxExport/LuxExport/Components/Export.xaml.cs#L228
Converting null literal or possible null value to non-nullable type.
|
|
Modules/LuxExport/LuxExport/Components/Export.xaml.cs#L168
Converting null literal or possible null value to non-nullable type.
|
|
Modules/LuxExport/LuxExport/Logic/ExportViewModel.cs#L129
Non-nullable field '_filePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Modules/LuxEditor/LuxEditor/Components/FilterBar.xaml.cs#L35
Cannot convert null literal to non-nullable reference type.
|
|
Modules/LuxEditor/LuxEditor/Components/Infos.xaml.cs#L32
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Modules/LuxEditor/LuxEditor/Components/Infos.xaml.cs#L31
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Modules/LuxEditor/LuxEditor/Components/CollectionExplorer.xaml.cs#L41
Non-nullable field '_filterBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Modules/LuxEditor/LuxEditor/Components/PhotoViewer.xaml.cs#L150
Nullability of reference types in type of parameter 'sender' of 'void PhotoViewer.CropCanvas_PaintSurface(object sender, SKPaintSurfaceEventArgs e)' doesn't match the target delegate 'EventHandler<SKPaintSurfaceEventArgs>' (possibly because of nullability attributes).
|
|
Modules/LuxEditor/LuxEditor/Components/PhotoViewer.xaml.cs#L95
Nullability of reference types in type of parameter 'sender' of 'void PhotoViewer.OnSubjectsPaintSurface(object sender, SKPaintSurfaceEventArgs e)' doesn't match the target delegate 'EventHandler<SKPaintSurfaceEventArgs>' (possibly because of nullability attributes).
|
|
Modules/LuxEditor/LuxEditor/Components/PhotoViewer.xaml.cs#L94
Nullability of reference types in type of parameter 'sender' of 'void PhotoViewer.OnOverlayPaintSurface(object sender, SKPaintSurfaceEventArgs e)' doesn't match the target delegate 'EventHandler<SKPaintSurfaceEventArgs>' (possibly because of nullability attributes).
|
|
Modules/LuxEditor/LuxEditor/Models/Layer.cs#L101
Cannot convert null literal to non-nullable reference type.
|
|
Modules/LuxEditor/LuxEditor/EditorUI/Controls/ParametricCurve.cs#L320
Nullability of type of parameter 'sender' doesn't match overridden member (possibly because of nullability attributes).
|
|
Modules/LuxEditor/LuxEditor/Logic/LayerManager.cs#L191
Cannot convert null literal to non-nullable reference type.
|
|
Modules/LuxFilter/LuxFilter/LuxFilter.cs#L19
Non-nullable field '_context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Modules/LuxFilter/LuxFilter/LuxFilter.cs#L18
Non-nullable field '_eventBus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Modules/LuxFilter/LuxFilter/Components/CollectionExplorer.xaml.cs#L98
Possible null reference argument for parameter 'sender' in 'void CollectionExplorer.OnPaintSurface(object sender, SKPaintSurfaceEventArgs e, int index)'.
|
|
Modules/LuxFilter/LuxFilter/Components/FilterExplorer.xaml.cs#L28
Non-nullable field '_assets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Modules/LuxFilter/LuxFilter/Components/CollectionExplorer.xaml.cs#L30
Non-nullable field '_imagePanel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Modules/LuxFilter/LuxFilter/Components/CollectionExplorer.xaml.cs#L30
Non-nullable field '_scrollViewer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Modules/LuxFilter/LuxFilter/Models/FilterItem.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Modules/LuxFilter/LuxFilter/Models/FilterItem.cs#L7
Nullability of reference types in type of 'event PropertyChangedEventHandler FilterItem.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Modules/LuxFilter/LuxFilter.Algorithms/Algorithms/ColorVisualAesthetics/CLIPAlgo.cs#L75
'SKBitmap.Resize(SKImageInfo, SKFilterQuality)' is obsolete: 'Use Resize(SKImageInfo info, SKSamplingOptions sampling) instead.'
|
|
Modules/LuxFilter/LuxFilter.Algorithms/Algorithms/ColorVisualAesthetics/CLIPAlgo.cs#L75
'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Modules/LuxImport/LuxImport/Utils/ImageDataHelper.cs#L150
'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Modules/LuxImport/LuxImport/Utils/ImageDataHelper.cs#L150
'SKPaint.FilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Modules/LuxImport/LuxImport/Utils/ImageDataHelper.cs#L150
'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Modules/LuxImport/LuxImport/Utils/ImageDataHelper.cs#L150
'SKPaint.FilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
|
|
Luxoria.App/Luxoria.GModules/Models/Events/OpenEvent.cs#L10
Non-nullable property 'content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Luxoria.App/Luxoria.Modules/Services/StorageAPI.cs#L203
Nullability of reference types in type of parameter 'input' of 'Guid Guid.Parse(string input)' doesn't match the target delegate 'Func<string?, Guid>' (possibly because of nullability attributes).
|
|
Luxoria.App/Luxoria.Modules/Services/StorageAPI.cs#L202
Dereference of a possibly null reference.
|
|
Luxoria.App/Luxoria.App/Components/OnboardingOverlay.xaml.cs#L263
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Luxoria.App/Luxoria.App/Components/OnboardingOverlay.xaml.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Luxoria.App/Luxoria.App/Components/OnboardingOverlay.xaml.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Luxoria.App/Luxoria.App/Components/OnboardingOverlay.xaml.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Luxoria.App/Luxoria.App/Services/OnboardingService.cs#L218
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Luxoria.App/Luxoria.App/Services/OnboardingService.cs#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Luxoria.App/Luxoria.App/Services/OnboardingService.cs#L73
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Luxoria.App/Luxoria.GModules/Models/Events/OpenEvent.cs#L10
Non-nullable property 'content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Luxoria.App/Luxoria.Modules/Services/StorageAPI.cs#L203
Nullability of reference types in type of parameter 'input' of 'Guid Guid.Parse(string input)' doesn't match the target delegate 'Func<string?, Guid>' (possibly because of nullability attributes).
|
|
Luxoria.App/Luxoria.Modules/Services/StorageAPI.cs#L202
Dereference of a possibly null reference.
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading