You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow this fails because of types outside my projects.
ArchUnitNET.xUnit.FailedArchRuleException : "Types that are Infrastructure Data Postgres Layer should depend on any Core Abstractions Layer" failed:
Infrastructure.Data.Postgres.AssemblyMarker does depend on System.Object
Infrastructure.Data.Postgres.DesignTimeDbContextFactory does depend on System.Object and Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory`1 and Infrastructure.Data.Postgres.AppDbContext and System.String and Microsoft.Extensions.Configuration.ConfigurationBuilder and System.IO.Directory and Microsoft.Extensions.Configuration.FileConfigurationExtensions and Microsoft.Extensions.Configuration.JsonConfigurationExtensions and Microsoft.Extensions.Configuration.IConfigurationBuilder and Microsoft.EntityFrameworkCore.DbContextOptionsBuilder`1 and Microsoft.Extensions.Configuration.ConfigurationExtensions and Microsoft.EntityFrameworkCore.NpgsqlDbContextOptionsBuilderExtensions and Microsoft.Extensions.Configuration.IConfigurationRoot
The text was updated successfully, but these errors were encountered:
I've got this test:
Somehow this fails because of types outside my projects.
The text was updated successfully, but these errors were encountered: