diff --git a/common.props b/common.props index 016d1fb..9ad7e59 100644 --- a/common.props +++ b/common.props @@ -2,6 +2,6 @@ latest enable - Nullable + diff --git a/src/InterfaceForward.Api/InterfaceForward.Api.csproj b/src/InterfaceForward.Api/InterfaceForward.Api.csproj index 7b7f965..40443ed 100644 --- a/src/InterfaceForward.Api/InterfaceForward.Api.csproj +++ b/src/InterfaceForward.Api/InterfaceForward.Api.csproj @@ -14,11 +14,13 @@ + - + + diff --git a/src/InterfaceForward.Infrastructure/InterfaceForwardContext.cs b/src/InterfaceForward.Infrastructure/InterfaceForwardContext.cs index abf0601..8be63c1 100644 --- a/src/InterfaceForward.Infrastructure/InterfaceForwardContext.cs +++ b/src/InterfaceForward.Infrastructure/InterfaceForwardContext.cs @@ -8,7 +8,7 @@ namespace InterfaceForward.Infrastructure; public class InterfaceForwardContext : FakeDbContext { public const string DefaultSchema = "forward"; - + public DbSet Interfaces { get; set; } public DbSet ServiceProviders { get; set; }