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 20:23
@dstaleydstaley
synchronize #1
feat.gapless
Status Success
Total duration 35s
Artifacts

ci.yml

on: pull_request
Run Tests
26s
Run Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Tests: 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.
Run Tests: 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.
Run Tests: 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.
Run Tests: 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.
Run Tests: src/Clickwheel/IPodDevice/FileSystems/Standard/StandardFileSystem.cs#L18
The event 'StandardFileSystem.SyncCancelled' is never used
Run Tests: src/Clickwheel/Parsers/iTunesSD/Entry.cs#L18
Field 'Entry._unk4' is never assigned to, and will always have its default value 0
Run Tests: 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)
Run Tests: 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)
Run Tests: 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)
Run Tests: src/Clickwheel/iPodFamilyEnum.cs#L12
Remove the underscores from member name Clickwheel.IPodFamily.iPod_Gen4 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)