Feature: finish PDP-7 implementation #1343
Annotations
10 warnings
Build:
src/Environments/C64/C64BasicRewriter.cs#L552
'RtlEmitter.If(Expression, RtlInstruction)' is obsolete: 'RtlIf is going away soon: don't use it.'
|
Build:
src/ImageLoaders/OdbgScript/OllyLangInterpreter.cs#L40
The type name 'rulong' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
src/ImageLoaders/OdbgScript/var.cs#L9
The type name 'rulong' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
src/ImageLoaders/OdbgScript/var.cs#L13
The type name 'etype' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build:
src/Decompiler/Evaluation/ExpressionSimplifier.cs#L214
Unreachable code detected
|
Build:
src/Gui/Forms/OpenAsInteractor.cs#L70
Converting null literal or possible null value to non-nullable type.
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/StyleStack.cs#L46
Non-nullable field 'ctrlForeColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/StyleStack.cs#L78
Converting null literal or possible null value to non-nullable type.
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/TextView.cs#L66
Possible null reference assignment.
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/TextView.cs#L109
Non-nullable event 'ModelChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Loading