Skip to content

✨ Add previously-unknown fields including sampleCount #7

✨ Add previously-unknown fields including sampleCount

✨ Add previously-unknown fields including sampleCount #7

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

ci.yml

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