Skip to content

Rename RepositoryContainer to WacEntityRepositoryGroup #108

Rename RepositoryContainer to WacEntityRepositoryGroup

Rename RepositoryContainer to WacEntityRepositoryGroup #108

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

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: tests/UserTests.cs#L132
The type or namespace name 'RepositoryContainer' could not be found (are you missing a using directive or an assembly reference?)
build: 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: 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: 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: 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: 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: 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: 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: 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: 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: src/Nomad/ReadOnlyUserRole.cs#L70
The event 'ReadOnlyUserRole.ImagesAdded' is never used
build: src/Nomad/ReadOnlyEntity.cs#L84
The event 'ReadOnlyEntity.ImagesAdded' is never used
build: src/Nomad/ModifiableProject.cs#L233
The event 'ModifiableProject.DescriptionUpdated' is never used
build: src/Nomad/ReadOnlyProject.cs#L192
The event 'ReadOnlyProject.LinksAdded' is never used
build: src/Nomad/ModifiablePublisherRole.cs#L97
The event 'ModifiablePublisherRole.ProjectsRemoved' is never used
build: src/Nomad/ModifiablePublisher.cs#L287
The event 'ModifiablePublisher.AccentColorUpdated' is never used
build: src/Nomad/ModifiableProjectRole.cs#L85
The event 'ModifiableProjectRole.LinksAdded' is never used
build: src/Nomad/ModifiablePublisher.cs#L254
The event 'ModifiablePublisher.NameUpdated' is never used
build: 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.
build: 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.