-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTTL 1117 #1
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,21 @@ | |||
using System.Threading.Tasks; | |||
|
|||
namespace Hackney.Shared.ContactDetails.Sns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to stay in a Sns
folder in LBH-Core
using System.Text.Json.Serialization; | ||
using System.Threading.Tasks; | ||
|
||
namespace Hackney.Shared.ContactDetails.Sns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with this - it lives in a Sns folder in LBH-Core
@@ -0,0 +1,12 @@ | |||
using System; | |||
|
|||
namespace Hackney.Shared.ContactDetails |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you might have created a console app instead of a class library?
|
||
namespace Hackney.Shared.ContactDetails.Tests.Sns | ||
{ | ||
public class SnsGatewayTests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can stay in LBH-Core
All of the shared files for contact details have been added to this NuGet package