Fix: build break and more warnings removed #1283
Annotations
1 error and 10 warnings
|
src/Environments/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
|
src/Gui/AddressSearchResult.cs#L235
Converting null literal or possible null value to non-nullable type.
|
src/Gui/Forms/OpenAsInteractor.cs#L70
Converting null literal or possible null value to non-nullable type.
|
src/Gui/AddressSearchResult.cs#L235
Converting null literal or possible null value to non-nullable type.
|
src/Gui/Forms/OpenAsInteractor.cs#L70
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/Controls/VisualizerControl.cs#L194
Possible null reference argument for parameter 'a' in 'Address Address.operator +(Address a, ulong off)'.
|
src/UserInterfaces/AvaloniaUI/Services/AvaloniaUiPreferencesService.cs#L162
Possible null reference argument for parameter 'hex' in 'Color AvaloniaUiPreferencesService.GetColor(string hex)'.
|
This job failed
Loading