From c65dad4cf461ccab8e9230231e80b9a594dcfdca Mon Sep 17 00:00:00 2001 From: emalfroy Date: Thu, 9 Jan 2025 15:50:11 +0100 Subject: [PATCH] refactor: move events back to AssociationRegistry --- AssociationRegistry.sln | 7 ------- .../AssociationRegistry.Events.csproj | 9 --------- src/AssociationRegistry/AssociationRegistry.csproj | 4 ---- .../Events}/AdresDetailUitAdressenregister.cs | 0 .../AdresHeeftGeenVerschillenMetAdressenregister.cs | 0 .../AdresKonNietOvergenomenWordenUitAdressenregister.cs | 0 .../Events}/AdresNietUniekInAdressenregister.cs | 0 .../Events}/AdresWerdGewijzigdInAdressenregister.cs | 0 .../Events}/AdresWerdNietGevondenInAdressenregister.cs | 0 .../Events}/AdresWerdOntkoppeldVanAdressenregister.cs | 0 .../Events}/AdresWerdOvergenomenUitAdressenregister.cs | 0 .../Events}/AfdelingWerdGeregistreerd.cs | 0 .../Events}/Bronnen/Bron.cs | 0 .../ContactgegevenKonNietOvergenomenWordenUitKBO.cs | 0 .../Events}/ContactgegevenUitKBOWerdGewijzigd.cs | 0 .../Events}/ContactgegevenWerdGewijzigd.cs | 0 .../Events}/ContactgegevenWerdGewijzigdInKbo.cs | 0 .../Events}/ContactgegevenWerdInBeheerGenomenDoorKbo.cs | 0 .../Events}/ContactgegevenWerdOvergenomenUitKBO.cs | 0 .../Events}/ContactgegevenWerdToegevoegd.cs | 0 .../Events}/ContactgegevenWerdVerwijderd.cs | 0 .../Events}/ContactgegevenWerdVerwijderdUitKBO.cs | 0 .../Events}/DoelgroepWerdGewijzigd.cs | 0 .../Events}/EinddatumWerdGewijzigd.cs | 0 .../Events}/FeitelijkeVerenigingWerdGeregistreerd.cs | 0 .../HoofdactiviteitenVerenigingsloketWerdenGewijzigd.cs | 0 .../Events}/IEvent.cs | 0 .../Events}/KorteBeschrijvingWerdGewijzigd.cs | 0 .../Events}/KorteNaamWerdGewijzigd.cs | 0 .../Events}/KorteNaamWerdGewijzigdInKbo.cs | 0 .../Events}/LidmaatschapWerdGewijzigd.cs | 0 .../Events}/LidmaatschapWerdToegevoegd.cs | 0 .../Events}/LidmaatschapWerdVerwijderd.cs | 0 .../LocatieDuplicaatWerdVerwijderdNaAdresMatch.cs | 0 .../Events}/LocatieWerdGewijzigd.cs | 0 .../Events}/LocatieWerdToegevoegd.cs | 0 .../Events}/LocatieWerdVerwijderd.cs | 0 ...aatschappelijkeZetelKonNietOvergenomenWordenUitKbo.cs | 0 .../MaatschappelijkeZetelVolgensKBOWerdGewijzigd.cs | 0 .../Events}/MaatschappelijkeZetelWerdGewijzigdInKbo.cs | 0 .../MaatschappelijkeZetelWerdOvergenomenUitKbo.cs | 0 .../Events}/MaatschappelijkeZetelWerdVerwijderdUitKbo.cs | 0 .../Events}/MarkeringDubbeleVerengingWerdGecorrigeerd.cs | 0 .../Events}/NaamWerdGewijzigd.cs | 0 .../Events}/NaamWerdGewijzigdInKbo.cs | 0 .../Events}/NietUniekeAdresMatchUitAdressenregister.cs | 0 .../Events}/RechtsvormWerdGewijzigdInKBO.cs | 0 .../Events}/Registratiedata.cs | 0 .../Events}/StartdatumWerdGewijzigd.cs | 0 .../Events}/SynchronisatieMetKboWasSuccesvol.cs | 0 .../VerenigingAanvaarddeCorrectieDubbeleVereniging.cs | 0 ...erenigingMetRechtspersoonlijkheidWerdGeregistreerd.cs | 0 .../Events}/VerenigingWerdGemarkeerdAlsDubbelVan.cs | 0 .../Events}/VerenigingWerdGestopt.cs | 0 .../Events}/VerenigingWerdGestoptInKBO.cs | 0 .../VerenigingWerdIngeschrevenInPubliekeDatastroom.cs | 0 .../VerenigingWerdIngeschrevenOpWijzigingenUitKbo.cs | 0 .../Events}/VerenigingWerdToegevoegdAlsDubbel.cs | 0 .../VerenigingWerdUitgeschrevenUitPubliekeDatastroom.cs | 0 .../Events}/VerenigingWerdVerwijderd.cs | 0 .../Events}/VertegenwoordigerWerdGewijzigd.cs | 0 .../Events}/VertegenwoordigerWerdOvergenomenUitKBO.cs | 0 .../Events}/VertegenwoordigerWerdToegevoegd.cs | 0 .../Events}/VertegenwoordigerWerdVerwijderd.cs | 0 ...igeringDubbelDoorAuthentiekeVerenigingWerdVerwerkt.cs | 0 .../Events}/WerkingsgebiedenWerdenBepaald.cs | 0 .../Events}/WerkingsgebiedenWerdenGewijzigd.cs | 0 .../Events}/WerkingsgebiedenWerdenNietBepaald.cs | 0 .../Events}/WerkingsgebiedenWerdenNietVanToepassing.cs | 0 69 files changed, 20 deletions(-) delete mode 100644 src/AssociationRegistry.Events/AssociationRegistry.Events.csproj rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresDetailUitAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresHeeftGeenVerschillenMetAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresKonNietOvergenomenWordenUitAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresNietUniekInAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresWerdGewijzigdInAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresWerdNietGevondenInAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresWerdOntkoppeldVanAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AdresWerdOvergenomenUitAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/AfdelingWerdGeregistreerd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/Bronnen/Bron.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenKonNietOvergenomenWordenUitKBO.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenUitKBOWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenWerdGewijzigdInKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenWerdInBeheerGenomenDoorKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenWerdOvergenomenUitKBO.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenWerdToegevoegd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenWerdVerwijderd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/ContactgegevenWerdVerwijderdUitKBO.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/DoelgroepWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/EinddatumWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/FeitelijkeVerenigingWerdGeregistreerd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/HoofdactiviteitenVerenigingsloketWerdenGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/IEvent.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/KorteBeschrijvingWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/KorteNaamWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/KorteNaamWerdGewijzigdInKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/LidmaatschapWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/LidmaatschapWerdToegevoegd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/LidmaatschapWerdVerwijderd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/LocatieDuplicaatWerdVerwijderdNaAdresMatch.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/LocatieWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/LocatieWerdToegevoegd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/LocatieWerdVerwijderd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/MaatschappelijkeZetelKonNietOvergenomenWordenUitKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/MaatschappelijkeZetelVolgensKBOWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/MaatschappelijkeZetelWerdGewijzigdInKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/MaatschappelijkeZetelWerdOvergenomenUitKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/MaatschappelijkeZetelWerdVerwijderdUitKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/MarkeringDubbeleVerengingWerdGecorrigeerd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/NaamWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/NaamWerdGewijzigdInKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/NietUniekeAdresMatchUitAdressenregister.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/RechtsvormWerdGewijzigdInKBO.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/Registratiedata.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/StartdatumWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/SynchronisatieMetKboWasSuccesvol.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingAanvaarddeCorrectieDubbeleVereniging.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingMetRechtspersoonlijkheidWerdGeregistreerd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdGemarkeerdAlsDubbelVan.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdGestopt.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdGestoptInKBO.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdIngeschrevenInPubliekeDatastroom.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdIngeschrevenOpWijzigingenUitKbo.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdToegevoegdAlsDubbel.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdUitgeschrevenUitPubliekeDatastroom.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VerenigingWerdVerwijderd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VertegenwoordigerWerdGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VertegenwoordigerWerdOvergenomenUitKBO.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VertegenwoordigerWerdToegevoegd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/VertegenwoordigerWerdVerwijderd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/WeigeringDubbelDoorAuthentiekeVerenigingWerdVerwerkt.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/WerkingsgebiedenWerdenBepaald.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/WerkingsgebiedenWerdenGewijzigd.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/WerkingsgebiedenWerdenNietBepaald.cs (100%) rename src/{AssociationRegistry.Events => AssociationRegistry/Events}/WerkingsgebiedenWerdenNietVanToepassing.cs (100%) diff --git a/AssociationRegistry.sln b/AssociationRegistry.sln index 5a0245f77..a8d1b4ea3 100644 --- a/AssociationRegistry.sln +++ b/AssociationRegistry.sln @@ -177,8 +177,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociationRegistry.Test.Po EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociationRegistry.Test.Projections", "test\AssociationRegistry.Test.Projections\AssociationRegistry.Test.Projections.csproj", "{F133FB97-C071-4CB8-91C4-F938497DB3A3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociationRegistry.Events", "src\AssociationRegistry.Events\AssociationRegistry.Events.csproj", "{9381A2D5-C9A2-462C-A3EA-689D23F10D8A}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -280,10 +278,6 @@ Global {F133FB97-C071-4CB8-91C4-F938497DB3A3}.Debug|Any CPU.Build.0 = Debug|Any CPU {F133FB97-C071-4CB8-91C4-F938497DB3A3}.Release|Any CPU.ActiveCfg = Release|Any CPU {F133FB97-C071-4CB8-91C4-F938497DB3A3}.Release|Any CPU.Build.0 = Release|Any CPU - {9381A2D5-C9A2-462C-A3EA-689D23F10D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9381A2D5-C9A2-462C-A3EA-689D23F10D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9381A2D5-C9A2-462C-A3EA-689D23F10D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9381A2D5-C9A2-462C-A3EA-689D23F10D8A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {3BD77833-6175-4440-903D-88F9B07C6FE6} = {1157AB42-EACF-454D-92D5-DBA9FF3D0E24} @@ -323,6 +317,5 @@ Global {AC334242-4A17-4E1B-883F-9B0E85B47163} = {1157AB42-EACF-454D-92D5-DBA9FF3D0E24} {14C4D10A-7BE1-4C89-833C-2699605319A9} = {C812C887-6495-405A-8B99-4F686D243126} {F133FB97-C071-4CB8-91C4-F938497DB3A3} = {C812C887-6495-405A-8B99-4F686D243126} - {9381A2D5-C9A2-462C-A3EA-689D23F10D8A} = {1157AB42-EACF-454D-92D5-DBA9FF3D0E24} EndGlobalSection EndGlobal diff --git a/src/AssociationRegistry.Events/AssociationRegistry.Events.csproj b/src/AssociationRegistry.Events/AssociationRegistry.Events.csproj deleted file mode 100644 index 3a6353295..000000000 --- a/src/AssociationRegistry.Events/AssociationRegistry.Events.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net8.0 - enable - enable - - - diff --git a/src/AssociationRegistry/AssociationRegistry.csproj b/src/AssociationRegistry/AssociationRegistry.csproj index 7f17c500f..303531c91 100644 --- a/src/AssociationRegistry/AssociationRegistry.csproj +++ b/src/AssociationRegistry/AssociationRegistry.csproj @@ -71,9 +71,5 @@ - - - - diff --git a/src/AssociationRegistry.Events/AdresDetailUitAdressenregister.cs b/src/AssociationRegistry/Events/AdresDetailUitAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresDetailUitAdressenregister.cs rename to src/AssociationRegistry/Events/AdresDetailUitAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AdresHeeftGeenVerschillenMetAdressenregister.cs b/src/AssociationRegistry/Events/AdresHeeftGeenVerschillenMetAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresHeeftGeenVerschillenMetAdressenregister.cs rename to src/AssociationRegistry/Events/AdresHeeftGeenVerschillenMetAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AdresKonNietOvergenomenWordenUitAdressenregister.cs b/src/AssociationRegistry/Events/AdresKonNietOvergenomenWordenUitAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresKonNietOvergenomenWordenUitAdressenregister.cs rename to src/AssociationRegistry/Events/AdresKonNietOvergenomenWordenUitAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AdresNietUniekInAdressenregister.cs b/src/AssociationRegistry/Events/AdresNietUniekInAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresNietUniekInAdressenregister.cs rename to src/AssociationRegistry/Events/AdresNietUniekInAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AdresWerdGewijzigdInAdressenregister.cs b/src/AssociationRegistry/Events/AdresWerdGewijzigdInAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresWerdGewijzigdInAdressenregister.cs rename to src/AssociationRegistry/Events/AdresWerdGewijzigdInAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AdresWerdNietGevondenInAdressenregister.cs b/src/AssociationRegistry/Events/AdresWerdNietGevondenInAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresWerdNietGevondenInAdressenregister.cs rename to src/AssociationRegistry/Events/AdresWerdNietGevondenInAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AdresWerdOntkoppeldVanAdressenregister.cs b/src/AssociationRegistry/Events/AdresWerdOntkoppeldVanAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresWerdOntkoppeldVanAdressenregister.cs rename to src/AssociationRegistry/Events/AdresWerdOntkoppeldVanAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AdresWerdOvergenomenUitAdressenregister.cs b/src/AssociationRegistry/Events/AdresWerdOvergenomenUitAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/AdresWerdOvergenomenUitAdressenregister.cs rename to src/AssociationRegistry/Events/AdresWerdOvergenomenUitAdressenregister.cs diff --git a/src/AssociationRegistry.Events/AfdelingWerdGeregistreerd.cs b/src/AssociationRegistry/Events/AfdelingWerdGeregistreerd.cs similarity index 100% rename from src/AssociationRegistry.Events/AfdelingWerdGeregistreerd.cs rename to src/AssociationRegistry/Events/AfdelingWerdGeregistreerd.cs diff --git a/src/AssociationRegistry.Events/Bronnen/Bron.cs b/src/AssociationRegistry/Events/Bronnen/Bron.cs similarity index 100% rename from src/AssociationRegistry.Events/Bronnen/Bron.cs rename to src/AssociationRegistry/Events/Bronnen/Bron.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenKonNietOvergenomenWordenUitKBO.cs b/src/AssociationRegistry/Events/ContactgegevenKonNietOvergenomenWordenUitKBO.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenKonNietOvergenomenWordenUitKBO.cs rename to src/AssociationRegistry/Events/ContactgegevenKonNietOvergenomenWordenUitKBO.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenUitKBOWerdGewijzigd.cs b/src/AssociationRegistry/Events/ContactgegevenUitKBOWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenUitKBOWerdGewijzigd.cs rename to src/AssociationRegistry/Events/ContactgegevenUitKBOWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenWerdGewijzigd.cs b/src/AssociationRegistry/Events/ContactgegevenWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenWerdGewijzigd.cs rename to src/AssociationRegistry/Events/ContactgegevenWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenWerdGewijzigdInKbo.cs b/src/AssociationRegistry/Events/ContactgegevenWerdGewijzigdInKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenWerdGewijzigdInKbo.cs rename to src/AssociationRegistry/Events/ContactgegevenWerdGewijzigdInKbo.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenWerdInBeheerGenomenDoorKbo.cs b/src/AssociationRegistry/Events/ContactgegevenWerdInBeheerGenomenDoorKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenWerdInBeheerGenomenDoorKbo.cs rename to src/AssociationRegistry/Events/ContactgegevenWerdInBeheerGenomenDoorKbo.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenWerdOvergenomenUitKBO.cs b/src/AssociationRegistry/Events/ContactgegevenWerdOvergenomenUitKBO.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenWerdOvergenomenUitKBO.cs rename to src/AssociationRegistry/Events/ContactgegevenWerdOvergenomenUitKBO.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenWerdToegevoegd.cs b/src/AssociationRegistry/Events/ContactgegevenWerdToegevoegd.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenWerdToegevoegd.cs rename to src/AssociationRegistry/Events/ContactgegevenWerdToegevoegd.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenWerdVerwijderd.cs b/src/AssociationRegistry/Events/ContactgegevenWerdVerwijderd.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenWerdVerwijderd.cs rename to src/AssociationRegistry/Events/ContactgegevenWerdVerwijderd.cs diff --git a/src/AssociationRegistry.Events/ContactgegevenWerdVerwijderdUitKBO.cs b/src/AssociationRegistry/Events/ContactgegevenWerdVerwijderdUitKBO.cs similarity index 100% rename from src/AssociationRegistry.Events/ContactgegevenWerdVerwijderdUitKBO.cs rename to src/AssociationRegistry/Events/ContactgegevenWerdVerwijderdUitKBO.cs diff --git a/src/AssociationRegistry.Events/DoelgroepWerdGewijzigd.cs b/src/AssociationRegistry/Events/DoelgroepWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/DoelgroepWerdGewijzigd.cs rename to src/AssociationRegistry/Events/DoelgroepWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/EinddatumWerdGewijzigd.cs b/src/AssociationRegistry/Events/EinddatumWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/EinddatumWerdGewijzigd.cs rename to src/AssociationRegistry/Events/EinddatumWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/FeitelijkeVerenigingWerdGeregistreerd.cs b/src/AssociationRegistry/Events/FeitelijkeVerenigingWerdGeregistreerd.cs similarity index 100% rename from src/AssociationRegistry.Events/FeitelijkeVerenigingWerdGeregistreerd.cs rename to src/AssociationRegistry/Events/FeitelijkeVerenigingWerdGeregistreerd.cs diff --git a/src/AssociationRegistry.Events/HoofdactiviteitenVerenigingsloketWerdenGewijzigd.cs b/src/AssociationRegistry/Events/HoofdactiviteitenVerenigingsloketWerdenGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/HoofdactiviteitenVerenigingsloketWerdenGewijzigd.cs rename to src/AssociationRegistry/Events/HoofdactiviteitenVerenigingsloketWerdenGewijzigd.cs diff --git a/src/AssociationRegistry.Events/IEvent.cs b/src/AssociationRegistry/Events/IEvent.cs similarity index 100% rename from src/AssociationRegistry.Events/IEvent.cs rename to src/AssociationRegistry/Events/IEvent.cs diff --git a/src/AssociationRegistry.Events/KorteBeschrijvingWerdGewijzigd.cs b/src/AssociationRegistry/Events/KorteBeschrijvingWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/KorteBeschrijvingWerdGewijzigd.cs rename to src/AssociationRegistry/Events/KorteBeschrijvingWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/KorteNaamWerdGewijzigd.cs b/src/AssociationRegistry/Events/KorteNaamWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/KorteNaamWerdGewijzigd.cs rename to src/AssociationRegistry/Events/KorteNaamWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/KorteNaamWerdGewijzigdInKbo.cs b/src/AssociationRegistry/Events/KorteNaamWerdGewijzigdInKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/KorteNaamWerdGewijzigdInKbo.cs rename to src/AssociationRegistry/Events/KorteNaamWerdGewijzigdInKbo.cs diff --git a/src/AssociationRegistry.Events/LidmaatschapWerdGewijzigd.cs b/src/AssociationRegistry/Events/LidmaatschapWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/LidmaatschapWerdGewijzigd.cs rename to src/AssociationRegistry/Events/LidmaatschapWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/LidmaatschapWerdToegevoegd.cs b/src/AssociationRegistry/Events/LidmaatschapWerdToegevoegd.cs similarity index 100% rename from src/AssociationRegistry.Events/LidmaatschapWerdToegevoegd.cs rename to src/AssociationRegistry/Events/LidmaatschapWerdToegevoegd.cs diff --git a/src/AssociationRegistry.Events/LidmaatschapWerdVerwijderd.cs b/src/AssociationRegistry/Events/LidmaatschapWerdVerwijderd.cs similarity index 100% rename from src/AssociationRegistry.Events/LidmaatschapWerdVerwijderd.cs rename to src/AssociationRegistry/Events/LidmaatschapWerdVerwijderd.cs diff --git a/src/AssociationRegistry.Events/LocatieDuplicaatWerdVerwijderdNaAdresMatch.cs b/src/AssociationRegistry/Events/LocatieDuplicaatWerdVerwijderdNaAdresMatch.cs similarity index 100% rename from src/AssociationRegistry.Events/LocatieDuplicaatWerdVerwijderdNaAdresMatch.cs rename to src/AssociationRegistry/Events/LocatieDuplicaatWerdVerwijderdNaAdresMatch.cs diff --git a/src/AssociationRegistry.Events/LocatieWerdGewijzigd.cs b/src/AssociationRegistry/Events/LocatieWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/LocatieWerdGewijzigd.cs rename to src/AssociationRegistry/Events/LocatieWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/LocatieWerdToegevoegd.cs b/src/AssociationRegistry/Events/LocatieWerdToegevoegd.cs similarity index 100% rename from src/AssociationRegistry.Events/LocatieWerdToegevoegd.cs rename to src/AssociationRegistry/Events/LocatieWerdToegevoegd.cs diff --git a/src/AssociationRegistry.Events/LocatieWerdVerwijderd.cs b/src/AssociationRegistry/Events/LocatieWerdVerwijderd.cs similarity index 100% rename from src/AssociationRegistry.Events/LocatieWerdVerwijderd.cs rename to src/AssociationRegistry/Events/LocatieWerdVerwijderd.cs diff --git a/src/AssociationRegistry.Events/MaatschappelijkeZetelKonNietOvergenomenWordenUitKbo.cs b/src/AssociationRegistry/Events/MaatschappelijkeZetelKonNietOvergenomenWordenUitKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/MaatschappelijkeZetelKonNietOvergenomenWordenUitKbo.cs rename to src/AssociationRegistry/Events/MaatschappelijkeZetelKonNietOvergenomenWordenUitKbo.cs diff --git a/src/AssociationRegistry.Events/MaatschappelijkeZetelVolgensKBOWerdGewijzigd.cs b/src/AssociationRegistry/Events/MaatschappelijkeZetelVolgensKBOWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/MaatschappelijkeZetelVolgensKBOWerdGewijzigd.cs rename to src/AssociationRegistry/Events/MaatschappelijkeZetelVolgensKBOWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/MaatschappelijkeZetelWerdGewijzigdInKbo.cs b/src/AssociationRegistry/Events/MaatschappelijkeZetelWerdGewijzigdInKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/MaatschappelijkeZetelWerdGewijzigdInKbo.cs rename to src/AssociationRegistry/Events/MaatschappelijkeZetelWerdGewijzigdInKbo.cs diff --git a/src/AssociationRegistry.Events/MaatschappelijkeZetelWerdOvergenomenUitKbo.cs b/src/AssociationRegistry/Events/MaatschappelijkeZetelWerdOvergenomenUitKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/MaatschappelijkeZetelWerdOvergenomenUitKbo.cs rename to src/AssociationRegistry/Events/MaatschappelijkeZetelWerdOvergenomenUitKbo.cs diff --git a/src/AssociationRegistry.Events/MaatschappelijkeZetelWerdVerwijderdUitKbo.cs b/src/AssociationRegistry/Events/MaatschappelijkeZetelWerdVerwijderdUitKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/MaatschappelijkeZetelWerdVerwijderdUitKbo.cs rename to src/AssociationRegistry/Events/MaatschappelijkeZetelWerdVerwijderdUitKbo.cs diff --git a/src/AssociationRegistry.Events/MarkeringDubbeleVerengingWerdGecorrigeerd.cs b/src/AssociationRegistry/Events/MarkeringDubbeleVerengingWerdGecorrigeerd.cs similarity index 100% rename from src/AssociationRegistry.Events/MarkeringDubbeleVerengingWerdGecorrigeerd.cs rename to src/AssociationRegistry/Events/MarkeringDubbeleVerengingWerdGecorrigeerd.cs diff --git a/src/AssociationRegistry.Events/NaamWerdGewijzigd.cs b/src/AssociationRegistry/Events/NaamWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/NaamWerdGewijzigd.cs rename to src/AssociationRegistry/Events/NaamWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/NaamWerdGewijzigdInKbo.cs b/src/AssociationRegistry/Events/NaamWerdGewijzigdInKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/NaamWerdGewijzigdInKbo.cs rename to src/AssociationRegistry/Events/NaamWerdGewijzigdInKbo.cs diff --git a/src/AssociationRegistry.Events/NietUniekeAdresMatchUitAdressenregister.cs b/src/AssociationRegistry/Events/NietUniekeAdresMatchUitAdressenregister.cs similarity index 100% rename from src/AssociationRegistry.Events/NietUniekeAdresMatchUitAdressenregister.cs rename to src/AssociationRegistry/Events/NietUniekeAdresMatchUitAdressenregister.cs diff --git a/src/AssociationRegistry.Events/RechtsvormWerdGewijzigdInKBO.cs b/src/AssociationRegistry/Events/RechtsvormWerdGewijzigdInKBO.cs similarity index 100% rename from src/AssociationRegistry.Events/RechtsvormWerdGewijzigdInKBO.cs rename to src/AssociationRegistry/Events/RechtsvormWerdGewijzigdInKBO.cs diff --git a/src/AssociationRegistry.Events/Registratiedata.cs b/src/AssociationRegistry/Events/Registratiedata.cs similarity index 100% rename from src/AssociationRegistry.Events/Registratiedata.cs rename to src/AssociationRegistry/Events/Registratiedata.cs diff --git a/src/AssociationRegistry.Events/StartdatumWerdGewijzigd.cs b/src/AssociationRegistry/Events/StartdatumWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/StartdatumWerdGewijzigd.cs rename to src/AssociationRegistry/Events/StartdatumWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/SynchronisatieMetKboWasSuccesvol.cs b/src/AssociationRegistry/Events/SynchronisatieMetKboWasSuccesvol.cs similarity index 100% rename from src/AssociationRegistry.Events/SynchronisatieMetKboWasSuccesvol.cs rename to src/AssociationRegistry/Events/SynchronisatieMetKboWasSuccesvol.cs diff --git a/src/AssociationRegistry.Events/VerenigingAanvaarddeCorrectieDubbeleVereniging.cs b/src/AssociationRegistry/Events/VerenigingAanvaarddeCorrectieDubbeleVereniging.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingAanvaarddeCorrectieDubbeleVereniging.cs rename to src/AssociationRegistry/Events/VerenigingAanvaarddeCorrectieDubbeleVereniging.cs diff --git a/src/AssociationRegistry.Events/VerenigingMetRechtspersoonlijkheidWerdGeregistreerd.cs b/src/AssociationRegistry/Events/VerenigingMetRechtspersoonlijkheidWerdGeregistreerd.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingMetRechtspersoonlijkheidWerdGeregistreerd.cs rename to src/AssociationRegistry/Events/VerenigingMetRechtspersoonlijkheidWerdGeregistreerd.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdGemarkeerdAlsDubbelVan.cs b/src/AssociationRegistry/Events/VerenigingWerdGemarkeerdAlsDubbelVan.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdGemarkeerdAlsDubbelVan.cs rename to src/AssociationRegistry/Events/VerenigingWerdGemarkeerdAlsDubbelVan.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdGestopt.cs b/src/AssociationRegistry/Events/VerenigingWerdGestopt.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdGestopt.cs rename to src/AssociationRegistry/Events/VerenigingWerdGestopt.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdGestoptInKBO.cs b/src/AssociationRegistry/Events/VerenigingWerdGestoptInKBO.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdGestoptInKBO.cs rename to src/AssociationRegistry/Events/VerenigingWerdGestoptInKBO.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdIngeschrevenInPubliekeDatastroom.cs b/src/AssociationRegistry/Events/VerenigingWerdIngeschrevenInPubliekeDatastroom.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdIngeschrevenInPubliekeDatastroom.cs rename to src/AssociationRegistry/Events/VerenigingWerdIngeschrevenInPubliekeDatastroom.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdIngeschrevenOpWijzigingenUitKbo.cs b/src/AssociationRegistry/Events/VerenigingWerdIngeschrevenOpWijzigingenUitKbo.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdIngeschrevenOpWijzigingenUitKbo.cs rename to src/AssociationRegistry/Events/VerenigingWerdIngeschrevenOpWijzigingenUitKbo.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdToegevoegdAlsDubbel.cs b/src/AssociationRegistry/Events/VerenigingWerdToegevoegdAlsDubbel.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdToegevoegdAlsDubbel.cs rename to src/AssociationRegistry/Events/VerenigingWerdToegevoegdAlsDubbel.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdUitgeschrevenUitPubliekeDatastroom.cs b/src/AssociationRegistry/Events/VerenigingWerdUitgeschrevenUitPubliekeDatastroom.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdUitgeschrevenUitPubliekeDatastroom.cs rename to src/AssociationRegistry/Events/VerenigingWerdUitgeschrevenUitPubliekeDatastroom.cs diff --git a/src/AssociationRegistry.Events/VerenigingWerdVerwijderd.cs b/src/AssociationRegistry/Events/VerenigingWerdVerwijderd.cs similarity index 100% rename from src/AssociationRegistry.Events/VerenigingWerdVerwijderd.cs rename to src/AssociationRegistry/Events/VerenigingWerdVerwijderd.cs diff --git a/src/AssociationRegistry.Events/VertegenwoordigerWerdGewijzigd.cs b/src/AssociationRegistry/Events/VertegenwoordigerWerdGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/VertegenwoordigerWerdGewijzigd.cs rename to src/AssociationRegistry/Events/VertegenwoordigerWerdGewijzigd.cs diff --git a/src/AssociationRegistry.Events/VertegenwoordigerWerdOvergenomenUitKBO.cs b/src/AssociationRegistry/Events/VertegenwoordigerWerdOvergenomenUitKBO.cs similarity index 100% rename from src/AssociationRegistry.Events/VertegenwoordigerWerdOvergenomenUitKBO.cs rename to src/AssociationRegistry/Events/VertegenwoordigerWerdOvergenomenUitKBO.cs diff --git a/src/AssociationRegistry.Events/VertegenwoordigerWerdToegevoegd.cs b/src/AssociationRegistry/Events/VertegenwoordigerWerdToegevoegd.cs similarity index 100% rename from src/AssociationRegistry.Events/VertegenwoordigerWerdToegevoegd.cs rename to src/AssociationRegistry/Events/VertegenwoordigerWerdToegevoegd.cs diff --git a/src/AssociationRegistry.Events/VertegenwoordigerWerdVerwijderd.cs b/src/AssociationRegistry/Events/VertegenwoordigerWerdVerwijderd.cs similarity index 100% rename from src/AssociationRegistry.Events/VertegenwoordigerWerdVerwijderd.cs rename to src/AssociationRegistry/Events/VertegenwoordigerWerdVerwijderd.cs diff --git a/src/AssociationRegistry.Events/WeigeringDubbelDoorAuthentiekeVerenigingWerdVerwerkt.cs b/src/AssociationRegistry/Events/WeigeringDubbelDoorAuthentiekeVerenigingWerdVerwerkt.cs similarity index 100% rename from src/AssociationRegistry.Events/WeigeringDubbelDoorAuthentiekeVerenigingWerdVerwerkt.cs rename to src/AssociationRegistry/Events/WeigeringDubbelDoorAuthentiekeVerenigingWerdVerwerkt.cs diff --git a/src/AssociationRegistry.Events/WerkingsgebiedenWerdenBepaald.cs b/src/AssociationRegistry/Events/WerkingsgebiedenWerdenBepaald.cs similarity index 100% rename from src/AssociationRegistry.Events/WerkingsgebiedenWerdenBepaald.cs rename to src/AssociationRegistry/Events/WerkingsgebiedenWerdenBepaald.cs diff --git a/src/AssociationRegistry.Events/WerkingsgebiedenWerdenGewijzigd.cs b/src/AssociationRegistry/Events/WerkingsgebiedenWerdenGewijzigd.cs similarity index 100% rename from src/AssociationRegistry.Events/WerkingsgebiedenWerdenGewijzigd.cs rename to src/AssociationRegistry/Events/WerkingsgebiedenWerdenGewijzigd.cs diff --git a/src/AssociationRegistry.Events/WerkingsgebiedenWerdenNietBepaald.cs b/src/AssociationRegistry/Events/WerkingsgebiedenWerdenNietBepaald.cs similarity index 100% rename from src/AssociationRegistry.Events/WerkingsgebiedenWerdenNietBepaald.cs rename to src/AssociationRegistry/Events/WerkingsgebiedenWerdenNietBepaald.cs diff --git a/src/AssociationRegistry.Events/WerkingsgebiedenWerdenNietVanToepassing.cs b/src/AssociationRegistry/Events/WerkingsgebiedenWerdenNietVanToepassing.cs similarity index 100% rename from src/AssociationRegistry.Events/WerkingsgebiedenWerdenNietVanToepassing.cs rename to src/AssociationRegistry/Events/WerkingsgebiedenWerdenNietVanToepassing.cs