What about Requests&Responses folders move to Shared project? #387
Replies: 3 comments 1 reply
-
This is the correct approch... Since now there is a bug that the Client is dependant on the Application project which exposes the code to the client. |
Beta Was this translation helpful? Give feedback.
-
In my opinion, it might indeed be better to move it to a shared library. |
Beta Was this translation helpful? Give feedback.
-
actually there is no concern of seperation back-end and front end codes here. when there was a concern, this req res classes must be both in their own repositories. so ı think front end ui layers web>client>client.shared must be in a diffirent repository to use api on other spa frameworks mobile or other platforms. |
Beta Was this translation helpful? Give feedback.
-
I was looking for 👀 : req&res classes.
realised : they all used by both client and server projects.
tought 🤔: what if move theese classes to the shared?
doubted first : dependensies maybe not reliable for this idea
controlled the dependensies : there was no except data annotations.
finally i agreed with that idea,
my suggestion is moving them to Shared project may be useful...💡
what do you thing ?
Beta Was this translation helpful? Give feedback.
All reactions