|
|
|
@ -267,7 +267,7 @@ public class OpenIddictEntityFrameworkScopeStore<TScope, TContext, TKey> : IOpen |
|
|
|
} |
|
|
|
|
|
|
|
return builder.ToImmutable(); |
|
|
|
}); |
|
|
|
})!; |
|
|
|
|
|
|
|
return new(descriptions); |
|
|
|
} |
|
|
|
@ -319,7 +319,7 @@ public class OpenIddictEntityFrameworkScopeStore<TScope, TContext, TKey> : IOpen |
|
|
|
} |
|
|
|
|
|
|
|
return builder.ToImmutable(); |
|
|
|
}); |
|
|
|
})!; |
|
|
|
|
|
|
|
return new(names); |
|
|
|
} |
|
|
|
@ -376,7 +376,7 @@ public class OpenIddictEntityFrameworkScopeStore<TScope, TContext, TKey> : IOpen |
|
|
|
} |
|
|
|
|
|
|
|
return builder.ToImmutable(); |
|
|
|
}); |
|
|
|
})!; |
|
|
|
|
|
|
|
return new(properties); |
|
|
|
} |
|
|
|
|