🚀 Beta #6
Annotations
12 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/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
Jellyfin.Plugin.MetaShark/Configuration/PluginConfiguration.cs#L97
Possible null reference return.
|
Build:
Jellyfin.Plugin.MetaShark/Api/ImdbApi.cs#L70
Unreachable code detected
|
Build:
Jellyfin.Plugin.MetaShark/Api/TmdbApi.cs#L64
Converting null literal or possible null value to non-nullable type.
|
Build:
Jellyfin.Plugin.MetaShark/Api/TmdbApi.cs#L105
Converting null literal or possible null value to non-nullable type.
|
Build:
Jellyfin.Plugin.MetaShark/ScheduledTasks/FixMovieSimilarListTask.cs#L87
Possible null reference argument for parameter 'instance' in 'void ProviderIdsExtensions.SetProviderId(IHasProviderIds instance, string name, string? value)'.
|
Build:
Jellyfin.Plugin.MetaShark/ScheduledTasks/FixMovieSimilarListTask.cs#L94
Possible null reference argument for parameter 'instance' in 'void ProviderIdsExtensions.SetProviderId(IHasProviderIds instance, string name, string? value)'.
|
Build:
Jellyfin.Plugin.MetaShark/Model/OmdbItem.cs#L13
Non-nullable property 'ImdbID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Jellyfin.Plugin.MetaShark/Api/TmdbApi.cs#L143
Converting null literal or possible null value to non-nullable type.
|
Build:
Jellyfin.Plugin.MetaShark/Providers/BaseProvider.cs#L89
Converting null literal or possible null value to non-nullable type.
|
Build:
Jellyfin.Plugin.MetaShark/Model/DoubanSubject.cs#L181
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jellyfin-plugin-metashark".
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/
|
Loading