Double-check for edge cases where games that look like disc copies re… #161
Annotations
6 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish for Linux x64:
Refresher/UI/IntegratedPatchForm.cs#L38
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'.
|
Publish for Linux x64:
Refresher/UI/IntegratedPatchForm.cs#L27
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish for Linux x64:
Refresher/UI/IntegratedPatchForm.cs#L27
Non-nullable field '_usrDir' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish for Linux x64:
Refresher/UI/FilePatchForm.cs#L49
Possible null reference argument for parameter 'sourceFileName' in 'void File.Move(string sourceFileName, string destFileName, bool overwrite)'.
|
Publish for Linux x64:
Refresher/UI/IntegratedPatchForm.cs#L202
Dereference of a possibly null reference.
|
Loading