Skip to content

Feature: add support for [[reko::characteristics]] in Characteristics… #4

Feature: add support for [[reko::characteristics]] in Characteristics…

Feature: add support for [[reko::characteristics]] in Characteristics… #4

Triggered via push May 6, 2023 10:59
Status Success
Total duration 11m 37s
Artifacts 3

reko.yml

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

Annotations

34 warnings
build (ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build (ubuntu-latest): src/Arch/Xtensa/XtensaArchitecture.cs#L122
'XtensaArchitecture.regsByName' hides inherited member 'ProcessorArchitecture.regsByName'. Use the new keyword if hiding was intended.
build (ubuntu-latest): src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
build (ubuntu-latest): src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
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/Gui/AddressSearchResult.cs#L112
Possible null reference argument for parameter 'item' in 'int AddressSearchResult.SelectBgColor(ImageMapItem item)'.
build (ubuntu-latest): src/Gui/SelectedAddressService.cs#L40
The field 'SelectedAddressService.length' is never used
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L192
'Rijndael' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L192
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L212
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (ubuntu-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L265
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (macos-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build (macos-latest): src/Arch/Xtensa/XtensaArchitecture.cs#L122
'XtensaArchitecture.regsByName' hides inherited member 'ProcessorArchitecture.regsByName'. Use the new keyword if hiding was intended.
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/Gui/AddressSearchResult.cs#L112
Possible null reference argument for parameter 'item' in 'int AddressSearchResult.SelectBgColor(ImageMapItem item)'.
build (macos-latest): src/Gui/SelectedAddressService.cs#L40
The field 'SelectedAddressService.length' is never used
build (macos-latest): src/UserInterfaces/AvaloniaUI/Views/ProcedureDialog.axaml.cs#L46
Nullability of reference types in type of parameter 'value' of 'void ProcedureDialog.Text.set' doesn't match implicitly implemented member 'void IDialog.Text.set' (possibly because of nullability attributes).
build (macos-latest): src/UserInterfaces/AvaloniaUI/Controls/HexViewer2.axaml.cs#L19
Non-nullable event 'ScrollInvalidated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build (macos-latest): src/UserInterfaces/AvaloniaUI/Views/ProcedureDialog.axaml.cs#L33
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (macos-latest): src/UserInterfaces/AvaloniaUI/ViewModels/DecompilerMenus.cs#L103
Possible null reference argument for parameter 'key' in 'void MenuSystem.AddBinding(string windowKey, Guid cmdSet, int id, string key, KeyModifiers modifiers)'.
build (windows-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build (windows-latest): src/Arch/Xtensa/XtensaArchitecture.cs#L122
'XtensaArchitecture.regsByName' hides inherited member 'ProcessorArchitecture.regsByName'. Use the new keyword if hiding was intended.
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/Gui/AddressSearchResult.cs#L112
Possible null reference argument for parameter 'item' in 'int AddressSearchResult.SelectBgColor(ImageMapItem item)'.
build (windows-latest): src/Gui/SelectedAddressService.cs#L40
The field 'SelectedAddressService.length' is never used
build (windows-latest): src/UiPrototype/WinForms/MainForm.cs#L76
This call site is reachable on all platforms. 'Font' is only supported on: 'windows'.
build (windows-latest): src/UiPrototype/WinForms/MainForm.cs#L77
This call site is reachable on all platforms. 'FontStyle.Bold' is only supported on: 'windows'.
build (windows-latest): src/Environments/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
build (windows-latest): src/UserInterfaces/WindowsForms/WindowsFormsDialogFactory.cs#L107
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/Installers/WixInstaller/Product.wxs#L63
ICE69: Mismatched component reference. Entry 'ApplicationStartMenuShortcut' of the Shortcut table belongs to component 'ApplicationShortcut'. However, the formatted string in column 'Target' references file 'WindowsDecompiler.exe' which belongs to component 'ProductComponent'. Components are in the same feature.

Artifacts

Produced during runtime
Name Size
reko-macos-latest Expired
32.4 MB
reko-ubuntu-latest Expired
32.5 MB
reko-windows-latest Expired
72.9 MB