You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should work for at least the current Tests output.
List of problems to solve:
In the ternary expression, the second branch after : is not indented, but should be in Issue196_AutoMapper_tests_are_failing_when_using_FEC.Test_the_tmp_var_block_reduction.
In some ternary expression, the second branch on the new line is double indented in Issue419_The_JIT_compiler_encountered_invalid_IL_code_or_an_internal_limitation.Original_Case_2.
Some expressions are still in parens after the return in Issue390_405_406_Mapster_tests.Issue390_Test_extracted_mapping_code.
The expression body of the function is in parens but should not be in the same Issue196_AutoMapper_tests_are_failing_when_using_FEC.Test_the_tmp_var_block_reduction.
In catch the expression after return is in parens, but it should not in TryCatchTests.Can_handle_the_exception_and_return_result_from_TryCatch_block.
The body of the Action in the Invoke expression is double indented, but should not in NestedLambdaTests.Issue401_What_happens_if_inlined_invocation_of_lambda_overrides_the_same_parameter.
In the nested lambda with multiply parameters, the parameters are double indented, but should be only once.
In the assignment, the right value after = on the new line is not indented, but should be.
Arguments of the Invoke are not indented but should be in Issue156_InvokeAction.InvokeFuncConstantIsSupported
The text was updated successfully, but these errors were encountered:
Should work for at least the current Tests output.
List of problems to solve:
:
is not indented, but should be inIssue196_AutoMapper_tests_are_failing_when_using_FEC.Test_the_tmp_var_block_reduction
.Issue419_The_JIT_compiler_encountered_invalid_IL_code_or_an_internal_limitation.Original_Case_2
.return
inIssue390_405_406_Mapster_tests.Issue390_Test_extracted_mapping_code
.Issue196_AutoMapper_tests_are_failing_when_using_FEC.Test_the_tmp_var_block_reduction
.catch
the expression after return is in parens, but it should not inTryCatchTests.Can_handle_the_exception_and_return_result_from_TryCatch_block
.NestedLambdaTests.Issue401_What_happens_if_inlined_invocation_of_lambda_overrides_the_same_parameter
.=
on the new line is not indented, but should be.Issue156_InvokeAction.InvokeFuncConstantIsSupported
The text was updated successfully, but these errors were encountered: