You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am referring to the following file Factory.cs.
I would like to understand if there is a particular reason why the concrete type CsvConfiguration is present in the signatures of the methods of this class.
Describe the solution you'd like
Couldn't the concrete type be replaced by the reference interface?
For example, The following method could become
Is your feature request related to a problem? Please describe.
I am referring to the following file Factory.cs.
I would like to understand if there is a particular reason why the concrete type CsvConfiguration is present in the signatures of the methods of this class.
Describe the solution you'd like
Couldn't the concrete type be replaced by the reference interface?
For example, The following method could become
I make this request in order to improve the use of this class and enable a more effective dependency injection.
The text was updated successfully, but these errors were encountered: