WIP: customer_branche #22

Closed
ismail.taha_janan wants to merge 4 commits from customer_branche into master
Collaborator
There is no content yet.
ismail.taha_janan added 4 commits 2 years ago
alexis.drai changed title from customer_branche to WIP: customer_branche 2 years ago
alexis.drai approved these changes 2 years ago
alexis.drai left a comment
Owner

Ok, here's the review. Well done on everything. I just need a few details changed before we do the merge

Ok, here's the review. Well done on everything. I just need a few details changed before we do the merge
using System;
Owner

No need to use this Dto, please use the current version of CatDto (from master)

No need to use this Dto, please use the current version of `CatDto` (from `master`)
public string? Name { get; set; }
public int Age { get; set; } = 0;
Owner

No need to commit that, please use the current version of Cat (from master)

No need to commit that, please use the current version of `Cat` (from `master`)
builder.Services.AddDbContext<CatContext>(opt =>
opt.UseInMemoryDatabase("CatCafe"));
builder.Services.AddDbContext<CustomerContext>(opt =>
opt.UseInMemoryDatabase("CatCafe"));
Owner

Also add

builder.Services.AddDbContext<BarContext>(opt =>
opt.UseInMemoryDatabase("CatCafe"));

to resolve the conflict

Also add ``` builder.Services.AddDbContext<BarContext>(opt => opt.UseInMemoryDatabase("CatCafe")); ``` to resolve the conflict
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
<ItemGroup>
Owner

Is this necessary?

I think you can delete lines 21 to 26 (included).

Is this necessary? I think you can delete lines 21 to 26 (included).
alexis.drai requested changes 2 years ago
alexis.drai left a comment
Owner

Ok, here's the review. Thanks for submitting this PR.

I clicked 'Approve' instead of 'Request changes', sorry. I am in fact requesting changes.

I just need a few details changed before we do the merge. Thanks

Ok, here's the review. Thanks for submitting this PR. I clicked 'Approve' instead of 'Request changes', sorry. I am in fact requesting changes. I just need a few details changed before we do the merge. Thanks
ismail.taha_janan closed this pull request 2 years ago

Reviewers

alexis.drai requested changes 2 years ago
This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
Loading…
There is no content yet.