Maintenance: reduce the number of build warnings. #1282
Annotations
5 errors and 10 warnings
src/UserInterfaces/AvaloniaUI/Controls/TextView.cs#L113
There is no argument given that corresponds to the required parameter 'uiPrefSvc' of 'StyleStack.StyleStack(IUiPreferencesService, Dictionary<string, AvaloniaProperty>)'
|
src/UserInterfaces/AvaloniaUI/Controls/TextView.cs#L113
There is no argument given that corresponds to the required parameter 'uiPrefSvc' of 'StyleStack.StyleStack(IUiPreferencesService, Dictionary<string, AvaloniaProperty>)'
|
src/UserInterfaces/AvaloniaUI/Controls/TextView.cs#L113
There is no argument given that corresponds to the required parameter 'uiPrefSvc' of 'StyleStack.StyleStack(IUiPreferencesService, Dictionary<string, AvaloniaProperty>)'
|
src/UserInterfaces/AvaloniaUI/Controls/TextView.cs#L113
There is no argument given that corresponds to the required parameter 'uiPrefSvc' of 'StyleStack.StyleStack(IUiPreferencesService, Dictionary<string, AvaloniaProperty>)'
|
|
src/Gui/AddressSearchResult.cs#L235
Converting null literal or possible null value to non-nullable type.
|
src/UserInterfaces/AvaloniaUI/Views/Tools/SearchResultsToolView.axaml.cs#L91
Nullability of reference types in return type of 'Task<string> DataGridSearchResultView.ShowTypeMarker(Program program, Address addr)' doesn't match implicitly implemented member 'Task<string?> ISearchResultView.ShowTypeMarker(Program program, Address addr)'.
|
src/UserInterfaces/AvaloniaUI/Controls/VisualizerControl.cs#L119
Non-nullable field 'services' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/UserInterfaces/AvaloniaUI/Controls/VisualizerControl.cs#L119
Non-nullable field 'addrTopVisible' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/UserInterfaces/AvaloniaUI/ViewModels/AvaloniaTextSpanFactory.cs#L71
Possible null reference argument for parameter 'style' in 'InertTextSpan.InertTextSpan(string text, string style)'.
|
src/UserInterfaces/AvaloniaUI/ViewModels/AvaloniaTextSpanFactory.cs#L153
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/UserInterfaces/AvaloniaUI/Controls/VisualizerControl.cs#L194
Possible null reference argument for parameter 'a' in 'Address Address.operator +(Address a, ulong off)'.
|
src/UserInterfaces/AvaloniaUI/Services/AvaloniaEventListener.cs#L49
Non-nullable field 'cancellationSvc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/UserInterfaces/AvaloniaUI/Services/AvaloniaEventListener.cs#L81
Possible null reference argument for parameter 'addrVector' in 'JumpVectorNavigator.JumpVectorNavigator(IReadOnlyProgram program, IProcessorArchitecture arch, Address addrInstr, Address addrVector, int stride, IServiceProvider services)'.
|
src/UserInterfaces/AvaloniaUI/ViewModels/DecompilerCommandItems.cs#L106
Possible null reference argument for parameter 'key' in 'void MenuSystem.AddBinding(string windowKey, Guid cmdSet, int id, string key, KeyModifiers modifiers)'.
|
This job failed
Loading