Package Release 1.0.4 #51
Annotations
10 warnings
|
build:
FAST.FBasic.InteractiveConsole/FBasicIC.cs#L123
The variable 'cs' is assigned but its value is never used
|
|
build:
FAST.FBasic.InteractiveConsole/FBasicIC.cs#L91
Dereference of a possibly null reference.
|
|
build:
FAST.FBasic.InteractiveConsole/FBasicIC.cs#L15
Non-nullable field 'env' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
FAST.FBasic.InteractiveConsole/Program.cs#L32
Dereference of a possibly null reference.
|
|
build:
FAST.FBasic.InteractiveConsole/Program.cs#L31
Converting null literal or possible null value to non-nullable type.
|
|
build:
FAST.FBasic.InteractiveConsole/FBasicIC.cs#L123
The variable 'cs' is assigned but its value is never used
|
|
build:
FAST.FBasic.InteractiveConsole/FBasicIC.cs#L91
Dereference of a possibly null reference.
|
|
build:
FAST.FBasic.InteractiveConsole/FBasicIC.cs#L15
Non-nullable field 'env' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
FAST.FBasic.InteractiveConsole/Program.cs#L32
Dereference of a possibly null reference.
|
|
build:
FAST.FBasic.InteractiveConsole/Program.cs#L31
Converting null literal or possible null value to non-nullable type.
|