j-mok

Results 5 comments of j-mok

Has there been any movement on this one? I could too use something like that, specifically to make `DecimalTypeVisitor` emit data format as `decimal` instead of 'double' (or replace this...

Thanks @artem-dudarev for sharing your concerns. Can you please explain in more detail how that update would be backward-incompatible? Maybe I'm missing something, but I intentionally left `IItemService` and `ItemService`...

Thanks, Artem, now I see these problems. The first one is relatively easy to fix - I just brought back (see the latest commit) all the constructors that originally had...

I've added another commit that deals with backward compatibility issue with custom `IItemService` DI registrations. I've identified four scenarios that needed to be handled: 1. There are no custom implementations...

@artem-dudarev you're right, it turned out .NET DI has some peculiar constructor resolution [rules](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection#multiple-constructor-discovery-rules) that favor constructors with the most DI-resolvable parameters, and if there is no such single constructor,...