Skip to content

Commit

Permalink
feat: rename project and create StreetNamesLongerThanTwoYearsProposed
Browse files Browse the repository at this point in the history
* feat: rename project and create StreetNamesLongerThanTwoYearsProposed

* feat: add migrations

* feat: add suspicious cases detail

* fix: EF migrations

---------

Co-authored-by: emalfroy <[email protected]>
  • Loading branch information
jvandaal and emalfroy authored Jan 22, 2024
1 parent 52fadec commit da61005
Show file tree
Hide file tree
Showing 60 changed files with 1,342 additions and 784 deletions.
2 changes: 1 addition & 1 deletion Basisregisters.IntegrationDb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EF.MigrationHelper", "src\EF.MigrationsHelper\EF.MigrationHelper.csproj", "{1005EBD8-0E8D-4D8F-8780-70F8B281550C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Basisregisters.IntegrationDb.Schema", "src\Basisregisters.IntegrationDb.Schema\Basisregisters.IntegrationDb.Schema.csproj", "{B6540121-7CE0-4E3C-B247-9E9E966EA8BC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Basisregisters.IntegrationDb.SuspiciousCases", "src\Basisregisters.IntegrationDb.SuspiciousCases\Basisregisters.IntegrationDb.SuspiciousCases.csproj", "{B6540121-7CE0-4E3C-B247-9E9E966EA8BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Basisregisters.IntegrationDb.SuspiciousCases.Api", "src\Basisregisters.IntegrationDb.SuspiciousCases.Api\Basisregisters.IntegrationDb.SuspiciousCases.Api.csproj", "{F3D39574-A172-40C5-A072-D33D19576419}"
EndProject
Expand Down
3 changes: 2 additions & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nuget Microsoft.Identity.Client 4.57.0
nuget IdentityModel 6.0.0

// ASPNET
nuget AspNetCore.HealthChecks.SqlServer 6.0.2
nuget AspNetCore.HealthChecks.NpgSql 6.0.2

// MICROSOFT EXTENSIONS
nuget Microsoft.Extensions.DependencyModel 6.0.0
Expand Down Expand Up @@ -60,6 +60,7 @@ nuget Be.Vlaanderen.Basisregisters.NisCodeService.HardCoded 1.3.4
nuget Be.Vlaanderen.Basisregisters.Shaperon 9.0.1

// TEST STUFF
nuget Microsoft.EntityFrameworkCore.InMemory 6.0.3
nuget Microsoft.NET.Test.Sdk 17.3.1
nuget Microsoft.NET.StringTools 17.8.3
nuget Microsoft.NETCore.Platforms 6.0.6
Expand Down
8 changes: 5 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ STRATEGY: MIN
RESTRICTION: == net6.0
NUGET
remote: https://api.nuget.org/v3/index.json
AspNetCore.HealthChecks.SqlServer (6.0.2)
Microsoft.Data.SqlClient (>= 3.0.1)
Microsoft.Extensions.Diagnostics.HealthChecks (>= 6.0)
AspNetCore.HealthChecks.NpgSql (6.0.2)
Microsoft.Extensions.Diagnostics.HealthChecks (>= 6.0.2)
Npgsql (>= 6.0)
Autofac (6.3)
System.Diagnostics.DiagnosticSource (>= 4.7.1)
Autofac.Extensions.DependencyInjection (7.2)
Expand Down Expand Up @@ -489,6 +489,8 @@ NUGET
Microsoft.EntityFrameworkCore.Design (6.0)
Humanizer.Core (>= 2.8.26)
Microsoft.EntityFrameworkCore.Relational (>= 6.0)
Microsoft.EntityFrameworkCore.InMemory (6.0.3)
Microsoft.EntityFrameworkCore (>= 6.0.3)
Microsoft.EntityFrameworkCore.Relational (6.0.22)
Microsoft.EntityFrameworkCore (>= 6.0.22)
Microsoft.Extensions.Configuration.Abstractions (>= 6.0)
Expand Down
80 changes: 0 additions & 80 deletions src/Basisregisters.IntegrationDb.Schema/IntegrationContext.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit da61005

Please sign in to comment.