Issues with pulling from links fixed #1486
Merged
BHoMBot-CI / code-compliance
succeeded
Jun 13, 2024 in 7s
Check Code Compliance
This check has some warnings
Details
There were some warnings found with the code changed in this Pull Request
Annotations
Check warning on line 53 in Revit_Core_Engine/Modify/Postprocess.cs
bhombot-ci / code-compliance
Revit_Core_Engine/Modify/Postprocess.cs#L53
Modify methods should return void, or their return type should be different to the input type of their first parameter - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/ModifyReturnsDifferentType
Check warning on line 68 in Revit_Core_Engine/Modify/Postprocess.cs
bhombot-ci / code-compliance
Revit_Core_Engine/Modify/Postprocess.cs#L68
Modify methods should return void, or their return type should be different to the input type of their first parameter - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/ModifyReturnsDifferentType
Check warning on line 129 in Revit_Core_Engine/Modify/Postprocess.cs
bhombot-ci / code-compliance
Revit_Core_Engine/Modify/Postprocess.cs#L129
Modify methods should return void, or their return type should be different to the input type of their first parameter - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/ModifyReturnsDifferentType
Loading