You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Refactor ModifiablePublisherRole and ModifiableUserRole to support additional image parameters
- Added overloads for AddImageAsync methods in ModifiablePublisherRole and ModifiableUserRole to accept optional id and name parameters.
- Updated RemoveImageAsync methods to accept imageId instead of imageFile.
- Adjusted event IDs in ModifiablePublisherRoleCollection and ModifiableUserRoleCollection for consistency.
- Renamed InnerPublisherRoles to InnerPublisherRoleCollection in ModifiableUser for clarity.
- Introduced NameIdOverriddenGetCidFile class to handle files with overridden IDs and names.
- Updated ReadOnlyImagesCollection to utilize the new NameIdOverriddenGetCidFile for image handling.
- Modified RepositoryContainer to accept additional managed configurations for users, projects, and publishers.
- Updated tests across BasicTests, ProjectTests, PublisherTests, and UserTests to reflect changes in repository container initialization and key management.
/// This method will call <see cref="ReadOnlyImagesCollection.GetAsync(string, CancellationToken)"/> and create a new instance to pass to the event handlers.
84
89
/// <para/>
85
-
/// If already have a resolved instance of <see cref="Image"/>, you should call <see cref="ApplyEntryUpdateAsync(EventStreamEntry{DagCid}, ValueUpdateEvent, Image, CancellationToken)"/> instead.
90
+
/// If already have a resolved instance of <see cref="Image"/>, you should call <see cref="ApplyEntryUpdateAsync(EventStreamEntry{DagCid}, ValueUpdateEvent, Image, IFile?, CancellationToken)"/> instead.
86
91
/// </remarks>
87
92
/// <param name="eventStreamEntry">The event stream entry to apply.</param>
88
93
/// <param name="updateEvent">The update event to apply.</param>
@@ -116,15 +121,15 @@ public async Task ApplyEntryUpdateAsync(EventStreamEntry<DagCid> eventStreamEntr
0 commit comments