Skip to content
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

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

MTTL 1117 #1

wants to merge 20 commits into from

Conversation

humulla
Copy link
Collaborator

@humulla humulla commented Jul 29, 2021

All of the shared files for contact details have been added to this NuGet package

  • Added tests to cover all new production code
  • Added comments to the README
  • Checked all code for possible refactoring
  • Code pipeline builds correctly
  • Added Pull Request Template

@@ -0,0 +1,21 @@
using System.Threading.Tasks;

namespace Hackney.Shared.ContactDetails.Sns

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

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants