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

Multiple small refactorings #2985

Merged
merged 5 commits into from
Dec 5, 2024
Merged

Conversation

ewoutkramer
Copy link
Member

@ewoutkramer ewoutkramer commented Dec 3, 2024

Fixes #2935.
Fixes #2929.

** Breaking changes **

  • IAnnotatable now inherits IAnnotated, so implementers of the former will have to implement the latter. Which makes sense, since objects that can be annotated should provide support for reading those annotations too.
  • Resource.HasVersionId has been removed. Just check Resource.VersionId for null.
  • Resource.SyncLock has been removed, as this is not a responsibility for Resource, and lock objects will change in .NET 9.

@ewoutkramer ewoutkramer requested a review from mmsmits December 3, 2024 11:35
@ewoutkramer ewoutkramer enabled auto-merge December 3, 2024 13:31
@ewoutkramer ewoutkramer merged commit 0a31ed4 into develop-6.0 Dec 5, 2024
16 checks passed
@ewoutkramer ewoutkramer deleted the 6.0/multiple-small-issues branch December 5, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants