This repository was archived by the owner on Nov 17, 2023. It is now read-only.
  
  
  
  
  
Description
Per suggestions in dotnet/docs repository issue #18496, update the Microsoft.eShopOnContainers.Services.Ordering.Domain.SeedWork.Enumeration class the and Microsoft.eShopOnContainers.Services.Ordering.Domain.AggregatesModel.BuyerAggregate.CardType class to use modern C# features:
- nameofexpression
- pattern matching
- use expression bodied members consistently
A corresponding pull request for the documentation is also pending.