Use latest openai models #379
Annotations
10 warnings
build:
LiftLog.App/Services/AppThemeProvider.cs#L60
Dereference of a possibly null reference.
|
build:
LiftLog.App/Platforms/Android/MainActivity.cs#L44
'MauiApplication.Services' is obsolete: 'Use the IPlatformApplication.Current.Services instead.'
|
build:
LiftLog.App/Platforms/Android/MainActivity.cs#L43
Possible null reference argument for parameter 'window' in 'void WindowCompat.SetDecorFitsSystemWindows(Window window, bool decorFitsSystemWindows)'.
|
build:
LiftLog.App/Platforms/Android/MainActivity.cs#L47
Dereference of a possibly null reference.
|
build:
LiftLog.App/Platforms/Android/MainActivity.cs#L47
Dereference of a possibly null reference.
|
build:
LiftLog.App/Platforms/Android/MainActivity.cs#L64
'WindowInsetsCompat.SystemWindowInsetTop' is obsolete: 'deprecated'
|
build:
LiftLog.App/Platforms/Android/MainActivity.cs#L65
'WindowInsetsCompat.SystemWindowInsetBottom' is obsolete: 'deprecated'
|
build:
LiftLog.App/MauiProgram.cs#L152
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
LiftLog.App/Services/AppThemeProvider.cs#L60
Dereference of a possibly null reference.
|
build:
LiftLog.App/Platforms/Android/MainActivity.cs#L44
'MauiApplication.Services' is obsolete: 'Use the IPlatformApplication.Current.Services instead.'
|