[556] feat: support stacked classes #351
Annotations
11 warnings
Test:
src/ClientUI/App.xaml.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Common/Service/SettingsService.cs#L21
The field 'SettingsService.GarminDeviceInfoKey' is assigned but its value is never used
|
Build:
src/Common/Service/SettingsService.cs#L20
The field 'SettingsService.GarminApiAuthKey' is assigned but its value is never used
|
Build:
src/Peloton/PelotonService.cs#L53
The field 'PelotonService._failedCount' is assigned but its value is never used
|
Build:
src/SharedUI/Shared/FormatSettingsForm.razor#L224
Non-nullable field '_gridComponent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/Sync/StackedClassesCalculator.cs#L203
Possible null reference argument for parameter 'source' in 'Zone? Enumerable.FirstOrDefault<Zone>(IEnumerable<Zone> source, Func<Zone, bool> predicate)'.
|
Build:
src/ClientUI/App.xaml.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/ClientUI/App.xaml.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Common/Service/SettingsService.cs#L21
The field 'SettingsService.GarminDeviceInfoKey' is assigned but its value is never used
|
Build:
src/Common/Service/SettingsService.cs#L20
The field 'SettingsService.GarminApiAuthKey' is assigned but its value is never used
|
Build:
src/Peloton/PelotonService.cs#L53
The field 'PelotonService._failedCount' is assigned but its value is never used
|
Loading