Skip to content

Rename RepositoryContainer to WacEntityRepositoryGroup #57

Rename RepositoryContainer to WacEntityRepositoryGroup

Rename RepositoryContainer to WacEntityRepositoryGroup #57

Triggered via push December 21, 2025 07:59
Status Failure
Total duration 25s
Artifacts

publish.yml

on: push
build-and-publish
21s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-publish: tests/PublisherTests.cs#L126
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/ProjectTests.cs#L185
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/ProjectTests.cs#L154
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/UserTests.cs#L85
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/UserTests.cs#L46
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/ProjectTests.cs#L98
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/ProjectTests.cs#L46
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/PublisherTests.cs#L77
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/PublisherTests.cs#L47
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: tests/BasicTests.cs#L32
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build-and-publish: src/Nomad/ReadOnlyPublisher.cs#L174
The event 'ReadOnlyPublisher.ExtendedDescriptionUpdated' is never used
build-and-publish: src/Nomad/ReadOnlyProject.cs#L210
The event 'ReadOnlyProject.FeaturesRemoved' is never used
build-and-publish: src/Nomad/ReadOnlyProjectRole.cs#L55
The event 'ReadOnlyProjectRole.CategoryUpdated' is never used
build-and-publish: src/Nomad/ModifiablePublisherRole.cs#L70
The event 'ModifiablePublisherRole.IsUnlistedUpdated' is never used
build-and-publish: src/Nomad/ModifiablePublisher.cs#L272
The event 'ModifiablePublisher.ConnectionsRemoved' is never used
build-and-publish: src/Nomad/ModifiableUser.cs#L231
The event 'ModifiableUser.ProjectsRemoved' is never used
build-and-publish: src/Nomad/ModifiablePublisherRole.cs#L94
The event 'ModifiablePublisherRole.ProjectsAdded' is never used
build-and-publish: src/Nomad/ModifiableUserRole.cs#L54
The event 'ModifiableUserRole.ConnectionsAdded' is never used
build-and-publish: src/Nomad/ModifiableLinksCollection.cs#L107
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-and-publish: src/Nomad/ModifiableImagesCollection.cs#L116
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.