better explain area queries #39
Annotations
10 warnings
|
build:
temp_proj/prototypes.cs#L43
Non-nullable field 'inputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
temp_proj/prototypes.cs#L36
Non-nullable field 'outputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
temp_proj/prototypes.cs#L35
Non-nullable field 'inputs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
temp_proj/events.cs#L164
Converting null literal or possible null value to non-nullable type.
|
|
build:
temp_proj/events.cs#L15
Non-nullable field 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
temp_proj/entity.cs#L37
Possible null reference return.
|
|
build:
temp_proj/entity.cs#L35
Possible null reference return.
|
|
build:
temp_proj/entity.cs#L33
Possible null reference return.
|
|
build:
temp_proj/entity.cs#L31
Possible null reference return.
|
|
build:
temp_proj/main.cs#L114
The entry point of the program is global code; ignoring 'Bot.Main(string[])' entry point.
|