-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
sampleSample Code and TemplatesSample Code and Templates
Milestone
Description
The sample implementations are out of date.
AddAzureTableStores<ApplicationDbContext>
does not exist for a single Func parameter.IdentityAzureTableBuilderExtensions
has 2AddAzureTableStores
extension methods, but both require aFunc<IdentityConfiguration>
and aFunc<TableServiceClient>
- As noted in the v9.0 release docs, the
AzureTable.Model.IdentityConfiguration
does not contain aStorageConnectionString
field. It seems simple enough to have a TableServiceClient available for injection, but the code samples and templates have this as an error. CreateAzureTablesIfNotExists<TContext>
extention method won't acceptApplicationDbContext
as the context type.
Metadata
Metadata
Assignees
Labels
sampleSample Code and TemplatesSample Code and Templates