texts #11
Annotations
10 warnings
|
build:
temp_proj/prototypes.cs#L50
Non-nullable field 'upgrades' 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#L49
Non-nullable field 'recipes' 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#L115
Non-nullable field 'constructions' 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#L114
Non-nullable field 'startingProvisions' 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#L124
Non-nullable field 'hitChancesTable' 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#L123
Non-nullable field 'damageNames' 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#L122
Non-nullable field 'armorNames' 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#L121
Non-nullable field 'terrainNames' 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#L120
Non-nullable field 'tagsNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
temp_proj/main.cs#L99
The entry point of the program is global code; ignoring 'Bot.Main(string[])' entry point.
|