enkodellc / blazorboilerplate

Blazor Boilerplate / Starter Template with MudBlazor
MIT License
1.87k stars 368 forks source link

Build errors on fresh project download #104

Closed VR-Architect closed 4 years ago

VR-Architect commented 4 years ago

Just downloaded the template and did a build. Received 300 errors. Do I need to install some other pre-reqs like IdentityServer4? I am running all preview vs/c# code as of today.

Description File
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Controllers\AccountController.cs
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Controllers\ExternalAuthController.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Controllers\ExternalAuthController.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Controllers\SampleDataController.cs
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Controllers\UserProfileController.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft.AspNetCore.Identity' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'IdentityDbContext<,,>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'DbContextOptions<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'DbContextOptions<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'DbContextOptionsBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
'ApplicationDbContext.SaveChanges()': no suitable method found to override C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
'ApplicationDbContext.SaveChangesAsync(CancellationToken)': no suitable method found to override C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
The type or namespace name 'ChangeTracker' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\Configurations\MessageConfiguration.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\Configurations\MessageConfiguration.cs
The type or namespace name 'IEntityTypeConfiguration<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\Configurations\MessageConfiguration.cs
The type or namespace name 'EntityTypeBuilder<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\Configurations\MessageConfiguration.cs
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'PersistedGrantDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'ConfigurationDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'PersistedGrantDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'ConfigurationDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityResource' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'ApiResource' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\Mapping\MappingProfile.cs
The type or namespace name 'MapperConfigurationExpression' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\Mapping\MappingProfile.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ModelBuilderExtensions.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ModelBuilderExtensions.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ModelBuilderExtensions.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ModelBuilderExtensions.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\ModelBuilderExtensions.cs
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Extensions\StringExtension.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Extensions\StringExtension.cs
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\UserSessionMiddleware.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\UserSessionMiddleware.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\APIResponse.cs
The type or namespace name 'JsonConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\APIResponse.cs
The type or namespace name 'JsonConstructor' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\APIResponse.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\ValidationError.cs
The type or namespace name 'JsonPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\ValidationError.cs
The type or namespace name 'JsonProperty' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\ValidationError.cs
The type or namespace name 'NullValueHandling' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\ValidationError.cs
The name 'NullValueHandling' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Wrappers\ValidationError.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.cs
The type or namespace name 'Migration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.cs
The type or namespace name 'MigrationBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.cs
The type or namespace name 'MigrationBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'DbContextAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'MigrationAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'Migration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'DbContextAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'ModelSnapshot' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.cs
The type or namespace name 'Migration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.cs
The type or namespace name 'MigrationBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.cs
The type or namespace name 'MigrationBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'DbContextAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'ConfigurationDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'MigrationAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'Migration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'DbContextAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'ConfigurationDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'ModelSnapshot' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.cs
The type or namespace name 'Migration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.cs
The type or namespace name 'MigrationBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.cs
The type or namespace name 'MigrationBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'DbContextAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'PersistedGrantDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'MigrationAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'Migration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'DbContextAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'PersistedGrantDbContext' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'ModelSnapshot' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The type or namespace name 'Serilog' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Program.cs
The type or namespace name 'IdentityModel' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\AccountService.cs
The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ApiLogService.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ApiLogService.cs
The type or namespace name 'DbContextOptionsBuilder<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ApiLogService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ApiLogService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ApiLogService.cs
The type or namespace name 'MimeKit' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailKit' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailKit' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailKit' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailKit' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\MessageService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\MessageService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\MessageService.cs
The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ToDoService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ToDoService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ToDoService.cs
The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\UserProfileService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\UserProfileService.cs
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\UserProfileService.cs
The type or namespace name 'AutoMapper' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\AccountController.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Controllers\AccountController.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\AccountController.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Controllers\AccountController.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\AccountController.cs
The name 'IdentityServerConstants' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\ExternalAuthController.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\ExternalAuthController.cs
The name 'IdentityServerConstants' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\ExternalAuthController.cs
The name 'IdentityServerConstants' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\ExternalAuthController.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Controllers\UserProfileController.cs
'IdentityDbContext<ApplicationUser, IdentityRole, Guid>' does not contain a constructor that takes 1 arguments C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
'IdentityDbContext<ApplicationUser, IdentityRole, Guid>' does not contain a constructor that takes 1 arguments C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The name 'ChangeTracker' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The name 'ChangeTracker' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ApplicationDbContext.cs
The name 'EntityState' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
The name 'EntityState' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
The name 'EntityState' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
The name 'EntityState' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
The name 'EntityState' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ChangeTrackerExtensions.cs
'ApplicationDbContext' does not contain a definition for 'Database' and no accessible extension method 'Database' accepting a first argument of type 'ApplicationDbContext' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
'ApplicationDbContext' does not contain a definition for 'Users' and no accessible extension method 'Users' accepting a first argument of type 'ApplicationDbContext' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Data\DatabaseInitializer.cs
The type or namespace name 'IdentityResource' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityResources' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityResources' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityResources' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityResources' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityResource' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'ApiResource' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'ApiResource' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'AccessTokenType' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'GrantTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'IdentityServerConstants' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'IdentityServerConstants' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'IdentityServerConstants' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'IdentityServerConstants' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'Secret' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'Secret' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
'string' does not contain a definition for 'Sha512' and no accessible extension method 'Sha512' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'TokenExpiration' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'TokenUsage' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The type or namespace name 'IdentityServer4' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'GrantTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\IdentityServerConfig.cs
The name 'CreateMap' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\Mapping\MappingProfile.cs
The name 'CreateMap' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\Mapping\MappingProfile.cs
The name 'CreateMap' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\Mapping\MappingProfile.cs
The name 'CreateMap' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\Mapping\MappingProfile.cs
The name 'DeleteBehavior' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Data\ModelBuilderExtensions.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'JsonSerializerSettings' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'CamelCasePropertyNamesContractResolver' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'JsonConverter' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The type or namespace name 'StringEnumConverter' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\APIResponseRequestLoggingMiddleware.cs
The name 'JToken' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Extensions\StringExtension.cs
The type or namespace name 'JsonReaderException' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Middleware\Extensions\StringExtension.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\UserSessionMiddleware.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\UserSessionMiddleware.cs
The name 'JsonConvert' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Middleware\UserSessionMiddleware.cs
The name 'SqlServerValueGenerationStrategy' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\20190913051137_InitialApplicationDbMigration.Designer.cs
The name 'SqlServerValueGenerationStrategy' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ApplicationDb\ApplicationDbContextModelSnapshot.cs
The name 'SqlServerValueGenerationStrategy' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\20190913051304_InitialIdentityServerConfigurationDbMigration.Designer.cs
The name 'SqlServerValueGenerationStrategy' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Migrations\ConfigurationDb\ConfigurationDbContextModelSnapshot.cs
The name 'SqlServerValueGenerationStrategy' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\20190913051239_InitialIdentityServerPersistedGrantDbMigration.Designer.cs
The name 'SqlServerValueGenerationStrategy' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Migrations\PersistedGrantDb\PersistedGrantDbContextModelSnapshot.cs
The name 'Log' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Program.cs
The type or namespace name 'LoggerConfiguration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Program.cs
The name 'Log' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Program.cs
The name 'Log' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Program.cs
'IWebHostBuilder' does not contain a definition for 'UseSerilog' and no accessible extension method 'UseSerilog' accepting a first argument of type 'IWebHostBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Program.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Services\AccountService.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Services\AccountService.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Services\AccountService.cs
Argument 2: cannot convert from 'string' to 'System.Security.Claims.ClaimsIdentity' C:\GitHub\src\BlazorBoilerplate.Server\Services\AccountService.cs
The name 'JwtClaimTypes' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Services\AccountService.cs
The type or namespace name 'DbContextOptionsBuilder<>' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\ApiLogService.cs
'ApplicationDbContext': type used in a using statement must be implicitly convertible to 'System.IDisposable' or implement a suitable 'Dispose' method. C:\GitHub\src\BlazorBoilerplate.Server\Services\ApiLogService.cs
The type or namespace name 'ImapClient' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The name 'MailKit' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The name 'SearchQuery' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'Pop3Client' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MimeMessage' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'MailboxAddress' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'BodyBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'TextPart' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
The type or namespace name 'SmtpClient' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\EmailService.cs
'ApplicationDbContext' does not contain a definition for 'Users' and no accessible extension method 'Users' accepting a first argument of type 'ApplicationDbContext' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Services\UserProfileService.cs
The type or namespace name 'DbContextOptionsBuilder' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IServiceCollection' does not contain a definition for 'AddDbContext' and no accessible extension method 'AddDbContext' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IdentityBuilder' does not contain a definition for 'AddEntityFrameworkStores' and no accessible extension method 'AddEntityFrameworkStores' accepting a first argument of type 'IdentityBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IServiceCollection' does not contain a definition for 'AddIdentityServer' and no accessible extension method 'AddIdentityServer' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
The name 'IdentityServerAuthenticationDefaults' does not exist in the current context C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IMvcBuilder' does not contain a definition for 'AddNewtonsoftJson' and no accessible extension method 'AddNewtonsoftJson' accepting a first argument of type 'IMvcBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IServiceCollection' does not contain a definition for 'AddSwaggerDocument' and no accessible extension method 'AddSwaggerDocument' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
The type or namespace name 'MapperConfiguration' could not be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IApplicationBuilder' does not contain a definition for 'UseBlazorDebugging' and no accessible extension method 'UseBlazorDebugging' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IApplicationBuilder' does not contain a definition for 'UseClientSideBlazorFiles' and no accessible extension method 'UseClientSideBlazorFiles' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IApplicationBuilder' does not contain a definition for 'UseIdentityServer' and no accessible extension method 'UseIdentityServer' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IApplicationBuilder' does not contain a definition for 'UseOpenApi' and no accessible extension method 'UseOpenApi' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IApplicationBuilder' does not contain a definition for 'UseSwaggerUi3' and no accessible extension method 'UseSwaggerUi3' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
'IEndpointRouteBuilder' does not contain a definition for 'MapFallbackToClientSideBlazor' and no accessible extension method 'MapFallbackToClientSideBlazor' accepting a first argument of type 'IEndpointRouteBuilder' could be found (are you missing a using directive or an assembly reference?) C:\GitHub\src\BlazorBoilerplate.Server\Startup.cs
Assets file 'C:\GitHub\src\BlazorBoilerplate.Server\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. C:\Program Files\dotnet\sdk\3.1.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets
enkodellc commented 4 years ago

Unfortunately I am out of the office until after Christmas. I believe you are definitely missing something. Check the Readme to make sure you have all prerequisites. I use VS preview and download the latest. Netcore sdk.

enkodellc commented 4 years ago

@VR-Architect were able to get BB running? I think you are missing some pieces. Might want to start with a new Blank Blazor project from MS Blazor Templates. If you can get that to work you should be able to get BB to work. I will close this issue. If you still need additional help please use the gitter threads: https://gitter.im/aspnet/Blazor or https://gitter.im/blazorboilerplate/community

Thanks for using Blazor Boilerplate