Merge pull request #1320 from gregoral/riscv_new_h_and_q_instructions #1184
Annotations
37 warnings
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
|
build (ubuntu-latest):
src/ImageLoaders/XexLoader/XexLoader.cs#L193
'Rijndael' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
|
build (ubuntu-latest):
src/ImageLoaders/XexLoader/XexLoader.cs#L193
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
|
build (ubuntu-latest):
src/ImageLoaders/XexLoader/XexLoader.cs#L213
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
|
build (ubuntu-latest):
src/ImageLoaders/XexLoader/XexLoader.cs#L266
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
|
build (ubuntu-latest):
src/ImageLoaders/XexLoader/XexLoader.cs#L484
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
|
build (ubuntu-latest):
src/Environments/PalmOS/Traps.cs#L1415
The variable 'output' is assigned but its value is never used
|
build (ubuntu-latest):
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.
|
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest):
src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
|
build (windows-latest):
src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' 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/ToolStripComboBoxWrapper.cs#L32
The event 'ToolStripComboBoxWrapper.GotFocus' is never used
|
build (windows-latest):
src/UserInterfaces/WindowsForms/Controls/TreeViewWrapper.cs#L43
The event 'TreeViewWrapper.DragLeave' 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/ToolStripComboBoxWrapper.cs#L31
The event 'ToolStripComboBoxWrapper.TextChanged' 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#L33
The event 'ToolStripComboBoxWrapper.LostFocus' is never used
|
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.
|
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (macos-latest):
src/Environments/PalmOS/Traps.cs#L1415
The variable 'output' is assigned but its value 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/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 (macos-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 (macos-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 (macos-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 (macos-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 (macos-latest):
src/UserInterfaces/AvaloniaUI/Services/AvaloniaUiPreferencesService.cs#L162
Possible null reference argument for parameter 'hex' in 'Color AvaloniaUiPreferencesService.GetColor(string hex)'.
|
build (macos-latest):
src/UserInterfaces/AvaloniaUI/Services/AvaloniaUiPreferencesService.cs#L163
Possible null reference argument for parameter 'hex' in 'Color AvaloniaUiPreferencesService.GetColor(string hex)'.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
reko-macos-latest
Expired
|
32.2 MB |
|
reko-ubuntu-latest
Expired
|
32.3 MB |
|
reko-windows-latest
Expired
|
73.2 MB |
|