whyzlo
Results
1
issues of
whyzlo
https://github.com/ardalis/CleanArchitecture/blob/5770078450386b47be40f31ca10ee9cb8dd61353/MinimalClean/src/MinimalClean.Architecture.Web/Domain/ProductAggregate/Product.cs#L12 This logic needs to be inverted to `id != ProductId.New` as predicate is checked inside InvalidInput this way` if (!predicate(input))`. Because of this seeding is failing when running minimal...