Fix: npe in file constructor #954
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Shoko.Plugin.Abstractions/Events/RelocationEventArgs.cs#L58
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Shoko.Plugin.Abstractions/Events/RelocationEventArgs.cs#L27
Non-nullable property 'AvailableFolders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Shoko.Plugin.Abstractions/Events/RelocationEventArgs.cs#L32
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Shoko.Plugin.Abstractions/Events/RelocationEventArgs.cs#L37
Non-nullable property 'Episodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Shoko.Plugin.Abstractions/Events/RelocationEventArgs.cs#L42
Non-nullable property 'Series' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Shoko.Plugin.Abstractions/Events/RelocationEventArgs.cs#L47
Non-nullable property 'Groups' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Shoko.Plugin.Abstractions/Attributes/PluginSettings.cs#L6
Missing XML comment for publicly visible type or member 'PluginSettingsAttribute'
|
Shoko.Plugin.Abstractions/Attributes/RenamerIDAttribute.cs#L12
Missing XML comment for publicly visible type or member 'RenamerIDAttribute.RenamerIDAttribute(string)'
|
Shoko.Plugin.Abstractions/Attributes/RenamerIDAttribute.cs#L17
Missing XML comment for publicly visible type or member 'RenamerIDAttribute.RenamerId'
|
Shoko.Plugin.Abstractions/DataModels/AniDBMediaData.cs#L5
Missing XML comment for publicly visible type or member 'AniDBMediaData'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Shoko.CLI_Framework_linux-x64.zip", "Shoko.CLI_Standalone_linux-arm64.zip", "Shoko.CLI_Standalone_linux-x64.zip", "Shoko.TrayService_Framework_win-x64.zip", "Shoko.TrayService_Standalone_win-x64.zip".
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/
|
This job succeeded
Loading