BHoM
BHoM copied to clipboard
The Buildings and Habitats Core object Model repo
#### Description: Add a new type of result objects for pulling step dependent results like time history and non-linear results.
#### Description: Add objects for construction stage analysis:  Could also include: https://github.com/BHoM/BHoM/issues/1195#issuecomment-2022638517 In MidasCivil - age of a composite section overrides CS.
#### Broken rules: `IsValidIImmutableObject`: IImutable objects must have at least one property with only a get accessor (no set accessor). #### Suggestions to restore compliance: The properties should be getters...
#### Broken rules: This class is currently failing two compliance checks: - `HasOneConstructor` - `HasConstructor` #### Suggestions to restore compliance: The `HasOneConstructor` check is being removed in [a Test-Toolkit PR](https://github.com/BHoM/Test_Toolkit/issues/502)...
#### Description: Idea to add an attribute to help generate an attribute that is a ratio of two other attributes. Something like: ``` using BH.oM.Base; using BH.oM.Base.Attributes; using System; using...
#### Broken rules: Compliance failures where detected during the uptick for 8.1. The failures should either be fixed, or test methods updated to ensure the failures are not flagged going...
#### Description: As spotted by @IsakNaslundBh, `LogicalCollectionConditionReportingConfig.NestedConfigs` property is a dictionary with keys of reference type, which may lead to issues related to multiple identical keys in the collection, just...
See [this comment](https://github.com/BHoM/BHoM/pull/1644#discussion_r1844184834) by @alelom