Open matt-goldman-ssw opened 1 month ago
Cc: @zacharykeeping
Hi Zach
https://github.com/SSWConsulting/SSW.Rewards.Mobile/blob/ce2d6f6ff79a091b78b5643dc3ee7fd6c8bc583d/src/Common/Shared.csproj#L16
The Common project has a dependency on Domain - and this means the UI does too. This should not be there and breaks CA principles.
Common
Domain
Steps to reproduce the behavior:
1.N/A
UI should not have a dependency on domain
Thanks!
Looks like the change is from here: https://github.com/SSWConsulting/SSW.Rewards.Mobile/pull/937
Cc: @zacharykeeping
Hi Zach
Describe the Bug
https://github.com/SSWConsulting/SSW.Rewards.Mobile/blob/ce2d6f6ff79a091b78b5643dc3ee7fd6c8bc583d/src/Common/Shared.csproj#L16
The
Common
project has a dependency onDomain
- and this means the UI does too. This should not be there and breaks CA principles.To Reproduce
Steps to reproduce the behavior:
1.N/A
Expected Behavior
UI should not have a dependency on domain
Tasks
Acceptance Criteria
Domain
inCommon
removedMore Information
Environment
Screenshots
Thanks!