Skip to content

Fix activation for nested conductor / screen scenarios #187

Fix activation for nested conductor / screen scenarios

Fix activation for nested conductor / screen scenarios #187

Re-run triggered November 8, 2024 10:30
Status Success
Total duration 15m 3s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyse: src/Caliburn.Micro.Core/Screen.cs#L105
'Screen.OnInitializeAsync(CancellationToken)' is obsolete: 'Override OnInitializedAsync'
Analyse: src/Caliburn.Micro.Core/Screen.cs#L111
'Screen.OnActivateAsync(CancellationToken)' is obsolete: 'Override OnActivatedAsync'
Analyse: src/Caliburn.Micro.Core.Tests/ConductorWithCollectionOneActiveTests.cs#L42
Member 'ConductorWithCollectionOneActiveTests.ActivateScreen.OnActivateAsync(CancellationToken)' overrides obsolete member 'Screen.OnActivateAsync(CancellationToken)'. Add the Obsolete attribute to 'ConductorWithCollectionOneActiveTests.ActivateScreen.OnActivateAsync(CancellationToken)'.
Analyse: src/Caliburn.Micro.Core.Tests/ConductorWithCollectionOneActiveTests.cs#L83
Member 'ConductorWithCollectionOneActiveTests.AsyncActivationScreen.OnActivateAsync(CancellationToken)' overrides obsolete member 'Screen.OnActivateAsync(CancellationToken)'. Add the Obsolete attribute to 'ConductorWithCollectionOneActiveTests.AsyncActivationScreen.OnActivateAsync(CancellationToken)'.
Analyse: src/Caliburn.Micro.Core.Tests/ScreenExtentionTests.cs#L104
Member 'ConductWithTests.StateScreen.OnActivateAsync(CancellationToken)' overrides obsolete member 'Screen.OnActivateAsync(CancellationToken)'. Add the Obsolete attribute to 'ConductWithTests.StateScreen.OnActivateAsync(CancellationToken)'.
Analyse: src/Caliburn.Micro.Core.Tests/ConductorWithCollectionOneActiveTests.cs#L85
'Screen.OnActivateAsync(CancellationToken)' is obsolete: 'Override OnActivatedAsync'
Analyse: src/Caliburn.Micro.Core.Tests/ScreenExtentionTests.cs#L111
'Screen.OnActivateAsync(CancellationToken)' is obsolete: 'Override OnActivatedAsync'
Analyse: src/Caliburn.Micro.Platform/Platforms/Maui/ConventionManager.cs#L32
'LayoutOptions.FillAndExpand' is obsolete: 'The StackLayout expansion options are deprecated; please use a Grid instead.'
Analyse: src/Caliburn.Micro.Platform/Platforms/Maui/ConventionManager.cs#L33
'LayoutOptions.FillAndExpand' is obsolete: 'The StackLayout expansion options are deprecated; please use a Grid instead.'
Analyse: src/Caliburn.Micro.Platform/Platforms/Maui/Android/ActivityLifecycleCallbackHandler.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.