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

Migrate ISettings to the oM.Base namespace #394

Merged
merged 1 commit into from
Jun 1, 2021

Conversation

adecler
Copy link
Member

@adecler adecler commented May 28, 2021

NOTE: Depends on

BHoM/BHoM#1249

Issues addressed by this PR

Closes #393

To add a bit of context: Adapters like the BuildingPerformance adapter will need to depend on ISettings to store the link to the database. So it is important that we don't add dependencies between adapter toolklits and the BHoM_UI repo (even if ISettings is in oM.UI, this is still a repo-level dependency we would like to avoid)

Test files

Just make sure everything still compiles and that an installer can be created.

@adecler adecler added the type:compliance Non-conforming to code guidelines label May 28, 2021
@adecler adecler self-assigned this May 28, 2021
@adecler
Copy link
Member Author

adecler commented May 28, 2021

@BHoMBot check required

@bhombot-ci
Copy link

bhombot-ci bot commented May 28, 2021

@adecler to confirm, the following checks are now queued:

  • code-compliance
  • documentation-compliance
  • project-compliance
  • core
  • null-handling
  • serialisation
  • installer
  • versioning

@FraserGreenroyd
Copy link
Contributor

@BHoMBot check copyright-compliance

@bhombot-ci
Copy link

bhombot-ci bot commented Jun 1, 2021

@FraserGreenroyd to confirm, the following checks are now queued:

  • copyright-compliance

There are 11 requests in the queue ahead of you.

@adecler adecler merged commit 929e0f1 into master Jun 1, 2021
@adecler adecler deleted the BHoM_UI-#393-MigrateISettings branch June 1, 2021 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:compliance Non-conforming to code guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move ISettings to the oM.Base namespace
2 participants