Refactor patch file generation to separate form #103
Annotations
4 warnings
Refresher/UI/FilePatchForm.cs#L49
Possible null reference argument for parameter 'sourceFileName' in 'void File.Move(string sourceFileName, string destFileName, bool overwrite)'.
|
Refresher/UI/IntegratedPatchForm.cs#L37
The type 'Eto.Forms.TextBox?' cannot be used as type parameter 'TControl' in the generic type or method 'PatchForm<EbootPatcher>.AddField<TControl>(string, out TControl, Button?, int)'. Nullability of type argument 'Eto.Forms.TextBox?' doesn't match constraint type 'Eto.Forms.Control'.
|
Refresher/UI/IntegratedPatchForm.cs#L26
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Refresher/UI/IntegratedPatchForm.cs#L26
Non-nullable field '_usrDir' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading