Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialiser_Engine: Update NullOrEmptyCheck to just check for Null #3364

Remove name check for Seralise of IBHoMObjects

e985fea
Select commit
Loading
Failed to load commit list.
Merged

Serialiser_Engine: Update NullOrEmptyCheck to just check for Null #3364

Remove name check for Seralise of IBHoMObjects
e985fea
Select commit
Loading
Failed to load commit list.
BHoMBot-CI / code-compliance succeeded Jul 1, 2024 in 4s

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 77 in Serialiser_Engine/Compute/Serialise/IBHoMObject.cs

See this annotation in the file changed.

@bhombot-ci bhombot-ci / code-compliance

Serialiser_Engine/Compute/Serialise/IBHoMObject.cs#L54-L77

The use of CustomData within the code is discouraged except in circumstances where volatile data is being used. - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/IsUsingCustomData

Check warning on line 69 in Serialiser_Engine/Compute/Serialise/IBHoMObject.cs

See this annotation in the file changed.

@bhombot-ci bhombot-ci / code-compliance

Serialiser_Engine/Compute/Serialise/IBHoMObject.cs#L58-L69

The use of CustomData within the code is discouraged except in circumstances where volatile data is being used. - For more information see https://bhom.xyz/documentation/DevOps/Code%20Compliance%20and%20CI/Compliance%20Checks/IsUsingCustomData