Skip to content

Merge pull request #1309 from gregoral/193instructions #1150

Merge pull request #1309 from gregoral/193instructions

Merge pull request #1309 from gregoral/193instructions #1150

Triggered via push January 4, 2024 00:53
Status Success
Total duration 10m 4s
Artifacts 3

reko.yml

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

Annotations

34 warnings
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/Environments/PalmOS/Traps.cs#L1415
The variable 'output' is assigned but its value is never used
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 (ubuntu-latest): 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)'.
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 (ubuntu-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 (ubuntu-latest): src/UserInterfaces/AvaloniaUI/ViewModels/DockFactory.cs#L196
Nullability of reference types in value of type 'Dictionary<string, Func<object>>' doesn't match target type 'Dictionary<string, Func<object?>>'.
build (ubuntu-latest): src/UserInterfaces/AvaloniaUI/ViewModels/DockFactory.cs#L218
Nullability of reference types in value of type 'Dictionary<string, Func<IHostWindow>>' doesn't match target type 'Dictionary<string, Func<IHostWindow?>>'.
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/Environments/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
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/ImageLoaders/XexLoader/XexLoader.cs#L193
'Rijndael' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (windows-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L193
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (windows-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L213
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (windows-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L266
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
build (windows-latest): src/ImageLoaders/XexLoader/XexLoader.cs#L484
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'
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.
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/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
build (macos-latest): src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' 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/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/Services/AvaloniaEventListener.cs#L49
Non-nullable field 'cancellationSvc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

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