More defensive name handling #5
Merged
Annotations
10 warnings
|
PrefPro/LuaHandler.cs#L24
Non-nullable field '_getTribe' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PrefPro/LuaHandler.cs#L24
Non-nullable field '_getSex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PrefPro/LuaHandler.cs#L24
Non-nullable field '_getRace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PrefPro/DalamudApi.cs#L38
Cannot convert null literal to non-nullable reference type.
|
|
PrefPro/DalamudApi.cs#L37
Cannot convert null literal to non-nullable reference type.
|
|
PrefPro/DalamudApi.cs#L34
Cannot convert null literal to non-nullable reference type.
|
|
PrefPro/DalamudApi.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
PrefPro/DalamudApi.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
PrefPro/DalamudApi.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
PrefPro/DalamudApi.cs#L16
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading