Murat Yüceer

Results 7 comments of Murat Yüceer

> Other modules are designed this way, I don't think this could cause any problems. yes, it's fine as long as the creator of the custom settingvalue provider knows that...

we using it with abp framework : ), private project

Yes, I have same question @ardalis ?

Hi @Choc13 Thank you for the detailed explanation; I asked the question to the right person, and you've even published a package related to it :). To prevent unexpected errors,...

Hi @Choc13 Actually, my goal is as follows: In settings files like appsettings or Consul, someone might have defined a value like TransactionLimit: 10,50 or TransactionLimit: 10.50, and if the...

> Hello, > > We use `typeof(T).Name` to get the type name, and by default, it does not retrieve the base class name. In your case, it returns the base...