BHoM icon indicating copy to clipboard operation
BHoM copied to clipboard

The Buildings and Habitats Core object Model repo

Results 158 BHoM issues
Sort by recently updated
recently updated
newest added

#### Description: Add a new type of result objects for pulling step dependent results like time history and non-linear results.

type:feature

#### Description: Add objects for construction stage analysis: ![Image](https://github.com/user-attachments/assets/461b74f8-5a41-4420-95f9-2181643fa34a) Could also include: https://github.com/BHoM/BHoM/issues/1195#issuecomment-2022638517 In MidasCivil - age of a composite section overrides CS.

type:feature

#### 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...

type:compliance

#### 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)...

type:compliance

#### 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...

status:parked
type:feature

#### 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...

type:compliance

#### 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...

type:bug

See [this comment](https://github.com/BHoM/BHoM/pull/1644#discussion_r1844184834) by @alelom

type:question