gregor.tusar
builder.Services.AddDistributedSqlServerCache(options => { options.TableName = nameof(CacheStore); options.ConnectionString = builder.Config.GetConnectionString("umbracoDbDSN"); });
IDistributedCache
AppCaches
sandervandepas_33359
warLock
Aaron Sawyer
AaronSadlerUK
services.AddUmbracoDbContext<TicketsContext>((serviceProvider, options) => { options.UseUmbracoDatabaseProvider(serviceProvider); });
Unable to create a 'DbContext' of type 'TicketsContext'. The exception 'Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions`1[UmbTickets.DAL.DbContexts.Tickets.TicketsContext]' while attempting to activate 'UmbTickets.DAL.DbContexts.Tickets.TicketsContext'.' was thrown while attempting to create an instance. For the different patterns supported at design time, see https://go.microsoft.com/fwlink/?linkid=851728
Dennis Bidstrup
bran31
boston
Simon Holman
A hub and casual space for you to interact with fellow community members and learn more about Umbraco!