SSWConsulting / SSW.Rewards.Mobile

https://rewards.ssw.com.au
Apache License 2.0
29 stars 8 forks source link

🐛Common should not reference domain #1093

Open matt-goldman-ssw opened 1 month ago

matt-goldman-ssw commented 1 month ago

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 on Domain - 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

More Information

Environment

Screenshots

Thanks!

zacharykeeping commented 1 month ago

Looks like the change is from here: https://github.com/SSWConsulting/SSW.Rewards.Mobile/pull/937