Update SCEToolSharp to 1.2.2 #281
Annotations
20 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Refresher/Patching/EbootPatcher.cs#L17
Cannot convert null literal to non-nullable reference type.
|
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#L39
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#L28
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Refresher/UI/IntegratedPatchForm.cs#L28
Non-nullable field '_usrDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Refresher/UI/IntegratedPatchForm.cs#L303
Dereference of a possibly null reference.
|
Refresher/Patching/EbootPatcher.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Refresher/UI/IntegratedPatchForm.cs#L39
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#L28
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Refresher/UI/IntegratedPatchForm.cs#L28
Non-nullable field '_usrDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
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#L303
Dereference of a possibly null reference.
|
Refresher/Patching/EbootPatcher.cs#L17
Cannot convert null literal to non-nullable reference type.
|
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#L39
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#L28
Non-nullable field '_tempFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Refresher/UI/IntegratedPatchForm.cs#L28
Non-nullable field '_usrDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Refresher/UI/IntegratedPatchForm.cs#L303
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Refresher for Linux ARM", "Refresher for Linux ARM64", "Refresher for Linux x64", "Refresher for macOS universal2", "Refresher for Windows x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading