C#C
C#4y ago
M B V R K

The type or namespace name 'IArchivable' could not be found

Hi, I'm working on an ASP.net core 6 project with EF Core using CQRS and Clean Architecture.
The problem is :
I have the class captured in the provided screenshot, I just commited a change in one of the project apps, and from another computer I pulled the last changes, but the JetBrains Rider show the following errors when I try to build the entire solution.

ArchivableEntityExtensions.cs(7, 122): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(17, 119): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(22, 124): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(12, 127): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(28, 128): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)
ArchivableEntityExtensions.cs(33, 133): [CS0246] The type or namespace name 'IArchivable' could not be found (are you missing a using directive or an assembly reference?)

Please, I hope if anyone has any idea about how to fix this issue, and thanks in advance
unknown.png
Was this page helpful?