Dariusz Lenartowicz
Dariusz Lenartowicz
It turns out that for simple clr types like `int, int[], List` works but doesn't work when it is custom object type, for eg.: ReferenceCollection. ``` public class ReferenceCollection {...
Why not set to the newest instead of pointing in concrete version?
@KayakFisher205 if all datetime types are stored in UTC (and should be) then there is no necessary to change anything
@KayakFisher205 I do not read the whole codebase but it should. 😃
Hi @khellang Thanks for the response. I'm just imbecil but I will write my experience with that. All handlers have the following generic constraints: `class, IMessage` but becouse of my...
Hi @khellang Damn, that's a shame. Scrutor scans for all types that I want to register in contaoner but after that I need to run scan/search method again instead of...
Hi @khellang again 😃 Just found a solution. This will work? ``` var tempServices = new ServiceCollection(); tempServices.Scan( ); foreach (var x in tempServices) { services.Add(x); } ```
Great. Thanks 👍🏻
Hi @khellang When this will be available at the nuget package? We really need this. 😃 Please, please, please :) PS We are doing future project but as for now...
> I can probably target RC2 and publish a prerelease version if anyone's eager to test it out. @khellang Yes please 🙏🏻