Skip to content

Add test cases for lifetime analyzer. #171

Add test cases for lifetime analyzer.

Add test cases for lifetime analyzer. #171

Triggered via push December 7, 2024 09:22
Status Success
Total duration 5m 45s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux: src/Rougamo.Analyzers/Upgradation/Version4To5CodeFixProvider.cs#L18
'Version4To5CodeFixProvider' registers one or more code fixes, but does not override the method 'CodeFixProvider.GetFixAllProvider'. Override this method and provide a non-null FixAllProvider for FixAll support, potentially 'WellKnownFixAllProviders.BatchFixer', or 'null' to explicitly disable FixAll support.
Linux: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L12
Non-nullable property 'M_Actual' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L14
Non-nullable property 'M_Proxy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L11
Non-nullable field '_fState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L15
Non-nullable property 'F_MethodContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L23
Non-nullable property 'F_Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L14
Non-nullable property 'F_Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L18
Non-nullable property 'F_Iterator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L14
Non-nullable field '_fBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L18
Non-nullable property 'F_Awaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L12
Non-nullable property 'M_Actual' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L14
Non-nullable property 'M_Proxy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L11
Non-nullable field '_fState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L15
Non-nullable property 'F_MethodContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L23
Non-nullable property 'F_Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L14
Non-nullable property 'F_Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L18
Non-nullable property 'F_Iterator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L14
Non-nullable field '_fBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L18
Non-nullable property 'F_Awaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Linux: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L20
Non-nullable property 'F_MoAwaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L12
Non-nullable property 'M_Actual' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L14
Non-nullable property 'M_Proxy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L11
Non-nullable field '_fState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L15
Non-nullable property 'F_MethodContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L23
Non-nullable property 'F_Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L14
Non-nullable property 'F_Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L18
Non-nullable property 'F_Iterator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L14
Non-nullable field '_fBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L18
Non-nullable property 'F_Awaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L20
Non-nullable property 'F_MoAwaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L12
Non-nullable property 'M_Actual' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsWeavingTarget.cs#L14
Non-nullable property 'M_Proxy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L11
Non-nullable field '_fState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L15
Non-nullable property 'F_MethodContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsStateMachine.cs#L23
Non-nullable property 'F_Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L14
Non-nullable property 'F_Current' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsIteratorStateMachine.cs#L18
Non-nullable property 'F_Iterator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L14
Non-nullable field '_fBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L18
Non-nullable property 'F_Awaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Windows: src/Rougamo.Fody/Simulations/Types/TsAsyncStateMachine.cs#L20
Non-nullable property 'F_MoAwaiter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.