fix GraphQL DI Registration Using Generics ...
This commit is contained in:
@@ -135,7 +135,7 @@ namespace xDataService.DI
|
||||
if (!isValid)
|
||||
{
|
||||
//
|
||||
Log("DataService Configuration notProvided ...");
|
||||
Log("DataService Configuration not provided ...");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -176,10 +176,8 @@ namespace xDataService.DI
|
||||
runtimeType: descriptor.Context,
|
||||
args: [
|
||||
source,
|
||||
descriptor.Provider,
|
||||
descriptor.ConnectionString,
|
||||
lifetime,
|
||||
descriptor.OptionsBuilder
|
||||
descriptor,
|
||||
lifetime
|
||||
]
|
||||
);
|
||||
|
||||
@@ -213,8 +211,8 @@ namespace xDataService.DI
|
||||
runtimeTypes: runtimeTypes,
|
||||
args: [
|
||||
source,
|
||||
r,
|
||||
lifetime
|
||||
r,
|
||||
lifetime
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user