dave1
dave1
CC#
Created by dave1 on 8/4/2023 in #help
❔ base class/abstract for record
aye i think i'm going to avoid that, i want some overrides in there aswell for other things, so i'm just going to use a class i think
8 replies
CC#
Created by dave1 on 8/4/2023 in #help
❔ base class/abstract for record
Which is the same across multiple record types
8 replies
CC#
Created by dave1 on 8/4/2023 in #help
❔ base class/abstract for record
I just switched it back to a class. I wanted to add a tostring method
8 replies
CC#
Created by dave1 on 5/22/2023 in #help
❔ How to bugfix this issue of Ambigious call when it's pointing to the same package
but i only need it in the main project
4 replies
CC#
Created by dave1 on 5/22/2023 in #help
❔ How to bugfix this issue of Ambigious call when it's pointing to the same package
yeah i did, it turned out i had Mediator.SourceGenerator in both projects
4 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
This is ddd, its all good, layered yeah, and hexagonal
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
But its so beautiful when it has no dependencies
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
Aye i tried that, ill try thay again
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
I might just ditch mediatr
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
Yeah kinda was trying to avoid that, my application layer has no dependencies except on the domain
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
But i still have to use the marker interfaces for mediator yeah?
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
i just hate that i have to install the mediatr dependency in my application layer
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
but... hrm.. still
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
i can just register it like so 🤦
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
oh damn i'm such a nooooob services.AddScoped<IRequestHandler<MyCommand, Unit>, MyCommandHandler>();
21 replies
CC#
Created by dave1 on 5/19/2023 in #help
❔ How explicitly define command and handlers for MediatR
i thought maybe, the side (my infrastructure) with mediatR, i could explicitly define the commands and handlers so it doesnt have to figure it out itself from the interfaces
21 replies
CC#
Created by Alerin on 5/8/2023 in #help
❔ How to verify data according to DDD, SOLID and Clean Architecture?
This doesnt look like ddd
13 replies
CC#
Created by dave1 on 5/9/2023 in #help
Registering IDbCommand and autowiring and testing
So when using raw sql it was incorrect
3 replies
CC#
Created by dave1 on 5/9/2023 in #help
Registering IDbCommand and autowiring and testing
Foolishly didnt grt useLowerCaseColumnNames in my test startup
3 replies
CC#
Created by dave1 on 5/7/2023 in #help
Can someone point me in the right direction to write the following class so only the Command..
yeah i think that's how i ended up going
6 replies