Update github action for code analysis testing. #170
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Solution in DEBUG:
src/Rougamo.Analyzers/Upgradation/Version4To5CodeFixProvider.cs#L51
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer.
|
Build Solution in DEBUG:
src/Rougamo.Analyzers/Upgradation/Version4To5CodeFixProvider.cs#L55
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer.
|
Build Solution in DEBUG:
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 Solution in DEBUG:
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 Solution in DEBUG:
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 Solution in DEBUG:
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 Solution in DEBUG:
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 Solution in DEBUG:
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 Solution in DEBUG:
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 Solution in DEBUG:
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 Solution in RELEASE:
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 Solution in RELEASE:
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 Solution in RELEASE:
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 Solution in RELEASE:
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 Solution in RELEASE:
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 Solution in RELEASE:
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 Solution in RELEASE:
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 Solution in RELEASE:
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 Solution in RELEASE:
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.
|
Build Solution in RELEASE:
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.
|
Loading