Replies: 1 comment 2 replies
-
I guess with the newer version of the WASM project, the usage of the Shared.DTOs project is almost minimized. The WebAPI project is not supposed to contain the WASM project. That's the reason of separation of the client / API projects into multiple repositories. However if you still want to access the DTOs project from WASM, you could simply add a reference from the WASM project to the Shared.DTOs.csproj at directory level. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that the Web Api Solution doesn't contains the Blazor WASM Project.
How can I add the WASM Project to the WebApi solution so I can access the Shared.DTOs project?
Beta Was this translation helpful? Give feedback.
All reactions