Skip to content

Add test cases for lifetime analyzer. #40

Add test cases for lifetime analyzer.

Add test cases for lifetime analyzer. #40

Triggered via push December 7, 2024 09:37
Status Success
Total duration 2m 42s
Artifacts
Build and Publish
2m 31s
Build and Publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.
Build and Publish: 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.