Skip to content

✨ Add previously-unknown fields including sampleCount #3

✨ Add previously-unknown fields including sampleCount

✨ Add previously-unknown fields including sampleCount #3

Triggered via pull request November 30, 2024 21:34
@dstaleydstaley
synchronize #1
feat.gapless
Status Success
Total duration 32s
Artifacts

canary.yml

on: pull_request
Release Canary
25s
Release Canary
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L20
Non-nullable event 'FileCopyProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L20
Non-nullable event 'SyncCancelled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L29
Non-nullable event 'FileCopyProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L29
Non-nullable event 'SyncCancelled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L18
The event 'StandardFileSystem.SyncCancelled' is never used
Release Canary: src/Clickwheel/Parsers/iTunesSD/Entry.cs#L18
Field 'Entry._unk4' is never assigned to, and will always have its default value 0
Release Canary: src/Clickwheel/Exceptions/ArtworkDBNotFoundException.cs#L6
Add the following constructor to ArtworkDBNotFoundException: public ArtworkDBNotFoundException(string message) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Release Canary: src/Clickwheel/Exceptions/ArtworkDBNotFoundException.cs#L6
Add the following constructor to ArtworkDBNotFoundException: public ArtworkDBNotFoundException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Release Canary: src/Clickwheel/Exceptions/BaseClickwheelException.cs#L5
Add the following constructor to BaseClickwheelException: public BaseClickwheelException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Release Canary: src/Clickwheel/Exceptions/ExtendedSysInfoNotFoundException.cs#L6
Add the following constructor to ExtendedSysInfoNotFoundException: public ExtendedSysInfoNotFoundException(string message) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L20
Non-nullable event 'FileCopyProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L20
Non-nullable event 'SyncCancelled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L29
Non-nullable event 'FileCopyProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L29
Non-nullable event 'SyncCancelled' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
Release Canary: src/Clickwheel/Parsers/iTunesSD/Entry.cs#L18
Field 'Entry._unk4' is never assigned to, and will always have its default value 0
Release Canary: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L18
The event 'StandardFileSystem.SyncCancelled' is never used
Release Canary: src/Clickwheel/iPodFamilyEnum.cs#L9
Remove the underscores from member name Clickwheel.IPodFamily.iPod_Gen1_Gen2 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Release Canary: src/Clickwheel/iPodFamilyEnum.cs#L10
Remove the underscores from member name Clickwheel.IPodFamily.iPod_Gen3 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Release Canary: src/Clickwheel/iPodFamilyEnum.cs#L11
Remove the underscores from member name Clickwheel.IPodFamily.iPod_Mini (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Release Canary: src/Clickwheel/iPodFamilyEnum.cs#L15
Remove the underscores from member name Clickwheel.IPodFamily.iPod_Nano_Gen1 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)