[656] Uplift to dotnet 9 #316
Annotations
11 warnings
Build:
src/Common/Service/SettingsService.cs#L20
The field 'SettingsService.GarminApiAuthKey' is assigned but its value is never used
|
Build:
src/Common/Service/SettingsService.cs#L21
The field 'SettingsService.GarminDeviceInfoKey' 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/Api.Service/SettingsUpdaterService.cs#L61
'Format.DeviceInfoPath' is obsolete: 'Use DeviceInfoSettings instead. Will be removed in P2G v5.'
|
Build:
src/Api.Service/SettingsUpdaterService.cs#L62
'Format.DeviceInfoPath' is obsolete: 'Use DeviceInfoSettings instead. Will be removed in P2G v5.'
|
Build:
src/SharedUI/Shared/FormatSettingsForm.razor#L136
'Format.DeviceInfoPath' is obsolete: 'Use DeviceInfoSettings instead. Will be removed in P2G v5.'
|
Build:
src/SharedUI/Shared/FormatSettingsForm.razor#L138
'Format.DeviceInfoPath' is obsolete: 'Use DeviceInfoSettings instead. Will be removed in P2G v5.'
|
Build
'Format.DeviceInfoPath' is obsolete: 'Use DeviceInfoSettings instead. Will be removed in P2G v5.'
|
Build
'Format.DeviceInfoPath' is obsolete: 'Use DeviceInfoSettings instead. Will be removed in P2G v5.'
|
Build
'Format.DeviceInfoPath' is obsolete: 'Use DeviceInfoSettings instead. Will be removed in P2G v5.'
|
Test:
src/ClientUI/App.xaml.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading