Skip to content

AEON: bn.bnei immediate is signed #1205

AEON: bn.bnei immediate is signed

AEON: bn.bnei immediate is signed #1205

Triggered via pull request February 13, 2024 01:01
Status Failure
Total duration 10m 51s
Artifacts

reko.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 30 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest)
Process completed with exit code 1.
build (macos-latest)
Process completed with exit code 1.
build (ubuntu-latest): src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
build (ubuntu-latest): src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
build (ubuntu-latest): src/Environments/PalmOS/Traps.cs#L1415
The variable 'output' is assigned but its value is never used
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L193
'Rijndael' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L193
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L213
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L266
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L484
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build (ubuntu-latest): src/Environments/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
build (ubuntu-latest): src/UserInterfaces/AvaloniaUI/ViewModels/MenuStatusSetter.cs#L72
Possible null reference argument for parameter 'text' in 'void IMenuAdapter.SetText(int i, string text)'.
build (windows-latest): src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
build (windows-latest): src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
build (windows-latest): src/Environments/PalmOS/Traps.cs#L1415
The variable 'output' is assigned but its value is never used
build (windows-latest): src/UserInterfaces/WindowsForms/Forms/OpenAsDialog.cs#L61
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-latest): src/UserInterfaces/WindowsForms/Controls/TreeViewWrapper.cs#L43
The event 'TreeViewWrapper.DragLeave' is never used
build (windows-latest): src/UserInterfaces/WindowsForms/ToolStripComboBoxWrapper.cs#L33
The event 'ToolStripComboBoxWrapper.LostFocus' is never used
build (windows-latest): src/UserInterfaces/WindowsForms/Forms/ProcedureListPanel.Designer.cs#L147
The field 'ProcedureListPanel.label1' is never used
build (windows-latest): src/UserInterfaces/WindowsForms/Controls/MemoryControl.cs#L75
Field 'MemoryControl.yTopRow' is never assigned to, and will always have its default value 0
build (windows-latest): src/UserInterfaces/WindowsForms/ToolStripComboBoxWrapper.cs#L31
The event 'ToolStripComboBoxWrapper.TextChanged' is never used
build (windows-latest): src/UserInterfaces/WindowsForms/ToolStripComboBoxWrapper.cs#L32
The event 'ToolStripComboBoxWrapper.GotFocus' is never used
build (macos-latest): src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
build (macos-latest): src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
build (macos-latest): src/Environments/PalmOS/Traps.cs#L1415
The variable 'output' is assigned but its value is never used
build (macos-latest): src/Environments/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
build (macos-latest): src/UserInterfaces/AvaloniaUI/ViewModels/OpenAsViewModel.cs#L44
Non-nullable field 'selectedProcessorModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (macos-latest): src/UserInterfaces/AvaloniaUI/Controls/HexViewer.cs#L713
Possible null reference argument for parameter 'addrClicked' in 'bool HexViewControl.ShouldChangeSelection(MouseButton mouseButton, Address addrClicked, bool textSide)'.
build (macos-latest): src/UserInterfaces/AvaloniaUI/ViewModels/MenuStatusSetter.cs#L72
Possible null reference argument for parameter 'text' in 'void IMenuAdapter.SetText(int i, string text)'.
build (macos-latest): src/UserInterfaces/AvaloniaUI/Controls/HexViewer.cs#L808
Dereference of a possibly null reference.
build (macos-latest): src/UserInterfaces/AvaloniaUI/Controls/HexViewer.cs#L851
Non-nullable field 'codeTheme' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (macos-latest): src/UserInterfaces/AvaloniaUI/Controls/HexViewer.cs#L851
Non-nullable field 'dataTheme' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.