contributor statistics #345
Annotations
9 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
AutoTitle.cs#L54
Possible null reference argument for parameter 'owner' in 'PlaylistInfo.PlaylistInfo(string id, string owner, string title, int position)'.
|
build:
JsonModel.cs#L6
Non-nullable property 'items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
JsonModel.cs#L92
Dereference of a possibly null reference.
|
build:
Extensions.cs#L65
Dereference of a possibly null reference.
|
build:
AutoTitle.cs#L54
Possible null reference argument for parameter 'owner' in 'PlaylistInfo.PlaylistInfo(string id, string owner, string title, int position)'.
|
build:
JsonModel.cs#L6
Non-nullable property 'items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
JsonModel.cs#L92
Dereference of a possibly null reference.
|
build:
Extensions.cs#L65
Dereference of a possibly null reference.
|