✨ Add previously-unknown fields including sampleCount #7
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)
|