El Grande Padre
❔ Looking for an AutoFixture struct customization workaround
Hello,
Autofixture's
.Do()
customization doesn't work with value types which makes sense because nothing gets returned. I'm trying to have autofixture create a start time that is guaranteed to be before an end time within a value type. The following is what I have that works for reference types but not value types. If anyone has any work arounds to make autofixture generate start times before end time I would greatly appreciate it.
2 replies
✅ Not able to locate web api controllers in a class library
Hello,
I'm having some issues with trying to load web api controllers from a class library. I did try explicitly adding the assembly with
AddControllers().AddApplicationPart
, but no luck there. I'm thinking it has to do with the pattern I'm using for registering services in separate assemblies.81 replies