Enrico Barbieri

Results 6 comments of Enrico Barbieri

Just found out that [this tip](https://learn.microsoft.com/en-us/ef/core/cli/dotnet#aspnet-core-environment) allows firing any `dotnet ef` command with `-- --launch-profile YourProfile` and it works perfectly. I just tested it out with `dotnet ef migrations script`....

In my case `npm update --save` does update (**some!!!!!**) packages but not others. I'm using version `10.8.0` on MacOS Sonoma `14.5` with node `20.11.1` Repro steps using an Angular app...

**TL;DR**: Holy 💩, I didn't mean to start such a conversation about a property 🤣... Any solution allowing te behavior described [here](https://github.com/ardalis/Specification/pull/398#issuecomment-2108548217) is fine for me. **Longer version** Protected properties...

If I got it right, specification and EF Core should handle your request already: ```csharp // Assuming Material having a property Type of type MaterialType internal sealed class MaterialByMaterialTypeNameSpecification :...

Hi... I'm afraid but I don't understand what you are looking for... In addition there is no `SearchBy` property nor method in `Query` property of `Specification` so I assume you...

I gave some thoughts on this topic since I wrote the initial post and i can see at least 3 possibile ways to achieve the goal: 1. You can create...