Craig100
"Storage": { "AzureBlob": { "Media": { "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=umbracocmsabcd;AccountKey=abcdefghijklmnopqrstuvwxyz123456789123651236547891;EndpointSuffix=core.windows.net", "ContainerName": "media" } } }
System.FormatException: No valid combination of account information found. at Azure.Storage.StorageConnectionString.<>c.<Parse>b__67_0(String err)System.FormatException: No valid combination of account information found.
webjaved
error CS0246: The type or namespace name 'FeaturedItemsRow' could not be found (are you missing a using directive or an assembly reference?)
kdx-perbol
app.UseStaticFiles( ... )
Program.cs
.UseUmbraco()
Blago Culjak
builder.CreateUmbracoBuilder() .AddBackOffice() .AddWebsite() .AddDeliveryApi() .AddComposers() .Build();
TigerMan
Jason
csharp private IDatabase GetDatabase() => new Database(ConnectionString, DatabaseType.SqlServer2012, SqlClientFactory.Instance); public async Task<IEnumerable<vessel>> GetAll() { using var database = GetDatabase(); return await database.FetchAsync<vessel>("SELECT * FROM " + TableName + " ORDER BY Vessel"); } //... other repository methods
Abradolf Lincler
Matt Wise
rstei
TackleMcClean 🏅
IUmbracoBuilder
var section = builder.Config.GetSection("PrepopulateUsers")
IConfigurationSection
A hub and casual space for you to interact with fellow community members and learn more about Umbraco!