commit 54170a4175cb29f2ac24cb0aee7bec52b1c9153a Author: Boris Nienke Date: Sun Jan 25 19:02:38 2026 +0100 Initialer Commit: API mit Dubletten-Fix und PBI-Export diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..1bd7a28 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore.txt b/.gitignore.txt new file mode 100644 index 0000000..8b740cc --- /dev/null +++ b/.gitignore.txt @@ -0,0 +1,22 @@ +# --- Datenbank & Docker --- +postgres_data/ +.dockerignore + +# --- .NET / C# --- +# Ignoriert alle bin und obj Ordner in allen Unterverzeichnissen +**/bin/ +**/obj/ + +# --- Konfiguration & Geheimnisse --- +# Falls du appsettings.json ignorierst, stelle sicher, dass eine +# appsettings.json.template existiert, damit du weißt, welche Keys nötig sind. +appsettings.json +# Development-Settings nimmt man oft mit (ohne Passwörter), +# aber wenn du sichergehen willst: +# appsettings.Development.json + +# --- IDE & System --- +.vs/ +.vscode/ +.DS_Store +*.user \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..455ac42 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +services: + db: + image: postgres:16-alpine + container_name: df-appusage-db-local + restart: always + environment: + POSTGRES_USER: stats_admin + POSTGRES_PASSWORD: Living-Buckshot-Tack-6Burps # <-- Hier dein Passwort setzen + POSTGRES_DB: app_insights + ports: + - "5432:5432" # Das ist wichtig für den Mac! + volumes: + - ./postgres_data:/var/lib/postgresql/data \ No newline at end of file diff --git a/postgres_data/PG_VERSION b/postgres_data/PG_VERSION new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/postgres_data/PG_VERSION @@ -0,0 +1 @@ +16 diff --git a/postgres_data/base/1/112 b/postgres_data/base/1/112 new file mode 100644 index 0000000..2bfc88c Binary files /dev/null and b/postgres_data/base/1/112 differ diff --git a/postgres_data/base/1/113 b/postgres_data/base/1/113 new file mode 100644 index 0000000..c36defa Binary files /dev/null and b/postgres_data/base/1/113 differ diff --git a/postgres_data/base/1/1247 b/postgres_data/base/1/1247 new file mode 100644 index 0000000..9a43b99 Binary files /dev/null and b/postgres_data/base/1/1247 differ diff --git a/postgres_data/base/1/1247_fsm b/postgres_data/base/1/1247_fsm new file mode 100644 index 0000000..013faac Binary files /dev/null and b/postgres_data/base/1/1247_fsm differ diff --git a/postgres_data/base/1/1247_vm b/postgres_data/base/1/1247_vm new file mode 100644 index 0000000..4799189 Binary files /dev/null and b/postgres_data/base/1/1247_vm differ diff --git a/postgres_data/base/1/1249 b/postgres_data/base/1/1249 new file mode 100644 index 0000000..481d8db Binary files /dev/null and b/postgres_data/base/1/1249 differ diff --git a/postgres_data/base/1/1249_fsm b/postgres_data/base/1/1249_fsm new file mode 100644 index 0000000..a538ac8 Binary files /dev/null and b/postgres_data/base/1/1249_fsm differ diff --git a/postgres_data/base/1/1249_vm b/postgres_data/base/1/1249_vm new file mode 100644 index 0000000..96b113d Binary files /dev/null and b/postgres_data/base/1/1249_vm differ diff --git a/postgres_data/base/1/1255 b/postgres_data/base/1/1255 new file mode 100644 index 0000000..faa2e8a Binary files /dev/null and b/postgres_data/base/1/1255 differ diff --git a/postgres_data/base/1/1255_fsm b/postgres_data/base/1/1255_fsm new file mode 100644 index 0000000..69a5d8f Binary files /dev/null and b/postgres_data/base/1/1255_fsm differ diff --git a/postgres_data/base/1/1255_vm b/postgres_data/base/1/1255_vm new file mode 100644 index 0000000..8a4d263 Binary files /dev/null and b/postgres_data/base/1/1255_vm differ diff --git a/postgres_data/base/1/1259 b/postgres_data/base/1/1259 new file mode 100644 index 0000000..87f2a7a Binary files /dev/null and b/postgres_data/base/1/1259 differ diff --git a/postgres_data/base/1/1259_fsm b/postgres_data/base/1/1259_fsm new file mode 100644 index 0000000..05d8c51 Binary files /dev/null and b/postgres_data/base/1/1259_fsm differ diff --git a/postgres_data/base/1/1259_vm b/postgres_data/base/1/1259_vm new file mode 100644 index 0000000..d0d00eb Binary files /dev/null and b/postgres_data/base/1/1259_vm differ diff --git a/postgres_data/base/1/13457 b/postgres_data/base/1/13457 new file mode 100644 index 0000000..d3202a7 Binary files /dev/null and b/postgres_data/base/1/13457 differ diff --git a/postgres_data/base/1/13457_fsm b/postgres_data/base/1/13457_fsm new file mode 100644 index 0000000..2a80b9a Binary files /dev/null and b/postgres_data/base/1/13457_fsm differ diff --git a/postgres_data/base/1/13457_vm b/postgres_data/base/1/13457_vm new file mode 100644 index 0000000..58b2667 Binary files /dev/null and b/postgres_data/base/1/13457_vm differ diff --git a/postgres_data/base/1/13460 b/postgres_data/base/1/13460 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/13461 b/postgres_data/base/1/13461 new file mode 100644 index 0000000..974dd4b Binary files /dev/null and b/postgres_data/base/1/13461 differ diff --git a/postgres_data/base/1/13462 b/postgres_data/base/1/13462 new file mode 100644 index 0000000..5dfecf9 Binary files /dev/null and b/postgres_data/base/1/13462 differ diff --git a/postgres_data/base/1/13462_fsm b/postgres_data/base/1/13462_fsm new file mode 100644 index 0000000..70d16ce Binary files /dev/null and b/postgres_data/base/1/13462_fsm differ diff --git a/postgres_data/base/1/13462_vm b/postgres_data/base/1/13462_vm new file mode 100644 index 0000000..7740030 Binary files /dev/null and b/postgres_data/base/1/13462_vm differ diff --git a/postgres_data/base/1/13465 b/postgres_data/base/1/13465 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/13466 b/postgres_data/base/1/13466 new file mode 100644 index 0000000..30db08b Binary files /dev/null and b/postgres_data/base/1/13466 differ diff --git a/postgres_data/base/1/13467 b/postgres_data/base/1/13467 new file mode 100644 index 0000000..65d29b0 Binary files /dev/null and b/postgres_data/base/1/13467 differ diff --git a/postgres_data/base/1/13467_fsm b/postgres_data/base/1/13467_fsm new file mode 100644 index 0000000..0673ada Binary files /dev/null and b/postgres_data/base/1/13467_fsm differ diff --git a/postgres_data/base/1/13467_vm b/postgres_data/base/1/13467_vm new file mode 100644 index 0000000..45db96c Binary files /dev/null and b/postgres_data/base/1/13467_vm differ diff --git a/postgres_data/base/1/13470 b/postgres_data/base/1/13470 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/13471 b/postgres_data/base/1/13471 new file mode 100644 index 0000000..8b8216c Binary files /dev/null and b/postgres_data/base/1/13471 differ diff --git a/postgres_data/base/1/13472 b/postgres_data/base/1/13472 new file mode 100644 index 0000000..54223fa Binary files /dev/null and b/postgres_data/base/1/13472 differ diff --git a/postgres_data/base/1/13472_fsm b/postgres_data/base/1/13472_fsm new file mode 100644 index 0000000..a836ddf Binary files /dev/null and b/postgres_data/base/1/13472_fsm differ diff --git a/postgres_data/base/1/13472_vm b/postgres_data/base/1/13472_vm new file mode 100644 index 0000000..9a069cf Binary files /dev/null and b/postgres_data/base/1/13472_vm differ diff --git a/postgres_data/base/1/13475 b/postgres_data/base/1/13475 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/13476 b/postgres_data/base/1/13476 new file mode 100644 index 0000000..5866741 Binary files /dev/null and b/postgres_data/base/1/13476 differ diff --git a/postgres_data/base/1/1417 b/postgres_data/base/1/1417 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/1418 b/postgres_data/base/1/1418 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/174 b/postgres_data/base/1/174 new file mode 100644 index 0000000..fedcb88 Binary files /dev/null and b/postgres_data/base/1/174 differ diff --git a/postgres_data/base/1/175 b/postgres_data/base/1/175 new file mode 100644 index 0000000..7ee5b4a Binary files /dev/null and b/postgres_data/base/1/175 differ diff --git a/postgres_data/base/1/2187 b/postgres_data/base/1/2187 new file mode 100644 index 0000000..77d8c76 Binary files /dev/null and b/postgres_data/base/1/2187 differ diff --git a/postgres_data/base/1/2224 b/postgres_data/base/1/2224 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2228 b/postgres_data/base/1/2228 new file mode 100644 index 0000000..738f259 Binary files /dev/null and b/postgres_data/base/1/2228 differ diff --git a/postgres_data/base/1/2328 b/postgres_data/base/1/2328 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2336 b/postgres_data/base/1/2336 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2337 b/postgres_data/base/1/2337 new file mode 100644 index 0000000..b706ef8 Binary files /dev/null and b/postgres_data/base/1/2337 differ diff --git a/postgres_data/base/1/2579 b/postgres_data/base/1/2579 new file mode 100644 index 0000000..561b884 Binary files /dev/null and b/postgres_data/base/1/2579 differ diff --git a/postgres_data/base/1/2600 b/postgres_data/base/1/2600 new file mode 100644 index 0000000..d98ee62 Binary files /dev/null and b/postgres_data/base/1/2600 differ diff --git a/postgres_data/base/1/2600_fsm b/postgres_data/base/1/2600_fsm new file mode 100644 index 0000000..0938592 Binary files /dev/null and b/postgres_data/base/1/2600_fsm differ diff --git a/postgres_data/base/1/2600_vm b/postgres_data/base/1/2600_vm new file mode 100644 index 0000000..1260eec Binary files /dev/null and b/postgres_data/base/1/2600_vm differ diff --git a/postgres_data/base/1/2601 b/postgres_data/base/1/2601 new file mode 100644 index 0000000..d8001c8 Binary files /dev/null and b/postgres_data/base/1/2601 differ diff --git a/postgres_data/base/1/2601_fsm b/postgres_data/base/1/2601_fsm new file mode 100644 index 0000000..d388044 Binary files /dev/null and b/postgres_data/base/1/2601_fsm differ diff --git a/postgres_data/base/1/2601_vm b/postgres_data/base/1/2601_vm new file mode 100644 index 0000000..83a66f3 Binary files /dev/null and b/postgres_data/base/1/2601_vm differ diff --git a/postgres_data/base/1/2602 b/postgres_data/base/1/2602 new file mode 100644 index 0000000..4a27b0a Binary files /dev/null and b/postgres_data/base/1/2602 differ diff --git a/postgres_data/base/1/2602_fsm b/postgres_data/base/1/2602_fsm new file mode 100644 index 0000000..23170d8 Binary files /dev/null and b/postgres_data/base/1/2602_fsm differ diff --git a/postgres_data/base/1/2602_vm b/postgres_data/base/1/2602_vm new file mode 100644 index 0000000..ed0520b Binary files /dev/null and b/postgres_data/base/1/2602_vm differ diff --git a/postgres_data/base/1/2603 b/postgres_data/base/1/2603 new file mode 100644 index 0000000..d511af5 Binary files /dev/null and b/postgres_data/base/1/2603 differ diff --git a/postgres_data/base/1/2603_fsm b/postgres_data/base/1/2603_fsm new file mode 100644 index 0000000..949bd18 Binary files /dev/null and b/postgres_data/base/1/2603_fsm differ diff --git a/postgres_data/base/1/2603_vm b/postgres_data/base/1/2603_vm new file mode 100644 index 0000000..224a521 Binary files /dev/null and b/postgres_data/base/1/2603_vm differ diff --git a/postgres_data/base/1/2604 b/postgres_data/base/1/2604 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2605 b/postgres_data/base/1/2605 new file mode 100644 index 0000000..eeaa7ea Binary files /dev/null and b/postgres_data/base/1/2605 differ diff --git a/postgres_data/base/1/2605_fsm b/postgres_data/base/1/2605_fsm new file mode 100644 index 0000000..f3b92bf Binary files /dev/null and b/postgres_data/base/1/2605_fsm differ diff --git a/postgres_data/base/1/2605_vm b/postgres_data/base/1/2605_vm new file mode 100644 index 0000000..c4fe931 Binary files /dev/null and b/postgres_data/base/1/2605_vm differ diff --git a/postgres_data/base/1/2606 b/postgres_data/base/1/2606 new file mode 100644 index 0000000..612ede5 Binary files /dev/null and b/postgres_data/base/1/2606 differ diff --git a/postgres_data/base/1/2606_fsm b/postgres_data/base/1/2606_fsm new file mode 100644 index 0000000..267454e Binary files /dev/null and b/postgres_data/base/1/2606_fsm differ diff --git a/postgres_data/base/1/2606_vm b/postgres_data/base/1/2606_vm new file mode 100644 index 0000000..6f4a20e Binary files /dev/null and b/postgres_data/base/1/2606_vm differ diff --git a/postgres_data/base/1/2607 b/postgres_data/base/1/2607 new file mode 100644 index 0000000..bfad49a Binary files /dev/null and b/postgres_data/base/1/2607 differ diff --git a/postgres_data/base/1/2607_fsm b/postgres_data/base/1/2607_fsm new file mode 100644 index 0000000..80ac8b1 Binary files /dev/null and b/postgres_data/base/1/2607_fsm differ diff --git a/postgres_data/base/1/2607_vm b/postgres_data/base/1/2607_vm new file mode 100644 index 0000000..1cd49fa Binary files /dev/null and b/postgres_data/base/1/2607_vm differ diff --git a/postgres_data/base/1/2608 b/postgres_data/base/1/2608 new file mode 100644 index 0000000..86280f3 Binary files /dev/null and b/postgres_data/base/1/2608 differ diff --git a/postgres_data/base/1/2608_fsm b/postgres_data/base/1/2608_fsm new file mode 100644 index 0000000..95081cd Binary files /dev/null and b/postgres_data/base/1/2608_fsm differ diff --git a/postgres_data/base/1/2608_vm b/postgres_data/base/1/2608_vm new file mode 100644 index 0000000..064d10e Binary files /dev/null and b/postgres_data/base/1/2608_vm differ diff --git a/postgres_data/base/1/2609 b/postgres_data/base/1/2609 new file mode 100644 index 0000000..7675219 Binary files /dev/null and b/postgres_data/base/1/2609 differ diff --git a/postgres_data/base/1/2609_fsm b/postgres_data/base/1/2609_fsm new file mode 100644 index 0000000..624979d Binary files /dev/null and b/postgres_data/base/1/2609_fsm differ diff --git a/postgres_data/base/1/2609_vm b/postgres_data/base/1/2609_vm new file mode 100644 index 0000000..ab991ee Binary files /dev/null and b/postgres_data/base/1/2609_vm differ diff --git a/postgres_data/base/1/2610 b/postgres_data/base/1/2610 new file mode 100644 index 0000000..6ff0eec Binary files /dev/null and b/postgres_data/base/1/2610 differ diff --git a/postgres_data/base/1/2610_fsm b/postgres_data/base/1/2610_fsm new file mode 100644 index 0000000..ecbcb5f Binary files /dev/null and b/postgres_data/base/1/2610_fsm differ diff --git a/postgres_data/base/1/2610_vm b/postgres_data/base/1/2610_vm new file mode 100644 index 0000000..54c2ee6 Binary files /dev/null and b/postgres_data/base/1/2610_vm differ diff --git a/postgres_data/base/1/2611 b/postgres_data/base/1/2611 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2612 b/postgres_data/base/1/2612 new file mode 100644 index 0000000..fb17a06 Binary files /dev/null and b/postgres_data/base/1/2612 differ diff --git a/postgres_data/base/1/2612_fsm b/postgres_data/base/1/2612_fsm new file mode 100644 index 0000000..877976a Binary files /dev/null and b/postgres_data/base/1/2612_fsm differ diff --git a/postgres_data/base/1/2612_vm b/postgres_data/base/1/2612_vm new file mode 100644 index 0000000..abd3ff1 Binary files /dev/null and b/postgres_data/base/1/2612_vm differ diff --git a/postgres_data/base/1/2613 b/postgres_data/base/1/2613 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2615 b/postgres_data/base/1/2615 new file mode 100644 index 0000000..7143b28 Binary files /dev/null and b/postgres_data/base/1/2615 differ diff --git a/postgres_data/base/1/2615_fsm b/postgres_data/base/1/2615_fsm new file mode 100644 index 0000000..d041693 Binary files /dev/null and b/postgres_data/base/1/2615_fsm differ diff --git a/postgres_data/base/1/2615_vm b/postgres_data/base/1/2615_vm new file mode 100644 index 0000000..000c93e Binary files /dev/null and b/postgres_data/base/1/2615_vm differ diff --git a/postgres_data/base/1/2616 b/postgres_data/base/1/2616 new file mode 100644 index 0000000..0d60d79 Binary files /dev/null and b/postgres_data/base/1/2616 differ diff --git a/postgres_data/base/1/2616_fsm b/postgres_data/base/1/2616_fsm new file mode 100644 index 0000000..cb924c9 Binary files /dev/null and b/postgres_data/base/1/2616_fsm differ diff --git a/postgres_data/base/1/2616_vm b/postgres_data/base/1/2616_vm new file mode 100644 index 0000000..8ad731f Binary files /dev/null and b/postgres_data/base/1/2616_vm differ diff --git a/postgres_data/base/1/2617 b/postgres_data/base/1/2617 new file mode 100644 index 0000000..bcdfc18 Binary files /dev/null and b/postgres_data/base/1/2617 differ diff --git a/postgres_data/base/1/2617_fsm b/postgres_data/base/1/2617_fsm new file mode 100644 index 0000000..29d6066 Binary files /dev/null and b/postgres_data/base/1/2617_fsm differ diff --git a/postgres_data/base/1/2617_vm b/postgres_data/base/1/2617_vm new file mode 100644 index 0000000..ea64422 Binary files /dev/null and b/postgres_data/base/1/2617_vm differ diff --git a/postgres_data/base/1/2618 b/postgres_data/base/1/2618 new file mode 100644 index 0000000..b779d95 Binary files /dev/null and b/postgres_data/base/1/2618 differ diff --git a/postgres_data/base/1/2618_fsm b/postgres_data/base/1/2618_fsm new file mode 100644 index 0000000..bcee926 Binary files /dev/null and b/postgres_data/base/1/2618_fsm differ diff --git a/postgres_data/base/1/2618_vm b/postgres_data/base/1/2618_vm new file mode 100644 index 0000000..eb80c34 Binary files /dev/null and b/postgres_data/base/1/2618_vm differ diff --git a/postgres_data/base/1/2619 b/postgres_data/base/1/2619 new file mode 100644 index 0000000..3ff2a16 Binary files /dev/null and b/postgres_data/base/1/2619 differ diff --git a/postgres_data/base/1/2619_fsm b/postgres_data/base/1/2619_fsm new file mode 100644 index 0000000..32cddb5 Binary files /dev/null and b/postgres_data/base/1/2619_fsm differ diff --git a/postgres_data/base/1/2619_vm b/postgres_data/base/1/2619_vm new file mode 100644 index 0000000..632e024 Binary files /dev/null and b/postgres_data/base/1/2619_vm differ diff --git a/postgres_data/base/1/2620 b/postgres_data/base/1/2620 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2650 b/postgres_data/base/1/2650 new file mode 100644 index 0000000..ef4f21b Binary files /dev/null and b/postgres_data/base/1/2650 differ diff --git a/postgres_data/base/1/2651 b/postgres_data/base/1/2651 new file mode 100644 index 0000000..9d21e32 Binary files /dev/null and b/postgres_data/base/1/2651 differ diff --git a/postgres_data/base/1/2652 b/postgres_data/base/1/2652 new file mode 100644 index 0000000..ab6e13e Binary files /dev/null and b/postgres_data/base/1/2652 differ diff --git a/postgres_data/base/1/2653 b/postgres_data/base/1/2653 new file mode 100644 index 0000000..4c032c8 Binary files /dev/null and b/postgres_data/base/1/2653 differ diff --git a/postgres_data/base/1/2654 b/postgres_data/base/1/2654 new file mode 100644 index 0000000..53aa6fc Binary files /dev/null and b/postgres_data/base/1/2654 differ diff --git a/postgres_data/base/1/2655 b/postgres_data/base/1/2655 new file mode 100644 index 0000000..0b22aae Binary files /dev/null and b/postgres_data/base/1/2655 differ diff --git a/postgres_data/base/1/2656 b/postgres_data/base/1/2656 new file mode 100644 index 0000000..0e2e0bc Binary files /dev/null and b/postgres_data/base/1/2656 differ diff --git a/postgres_data/base/1/2657 b/postgres_data/base/1/2657 new file mode 100644 index 0000000..a87fd85 Binary files /dev/null and b/postgres_data/base/1/2657 differ diff --git a/postgres_data/base/1/2658 b/postgres_data/base/1/2658 new file mode 100644 index 0000000..c3ce09d Binary files /dev/null and b/postgres_data/base/1/2658 differ diff --git a/postgres_data/base/1/2659 b/postgres_data/base/1/2659 new file mode 100644 index 0000000..6276bbc Binary files /dev/null and b/postgres_data/base/1/2659 differ diff --git a/postgres_data/base/1/2660 b/postgres_data/base/1/2660 new file mode 100644 index 0000000..3a7a1d2 Binary files /dev/null and b/postgres_data/base/1/2660 differ diff --git a/postgres_data/base/1/2661 b/postgres_data/base/1/2661 new file mode 100644 index 0000000..aa5178a Binary files /dev/null and b/postgres_data/base/1/2661 differ diff --git a/postgres_data/base/1/2662 b/postgres_data/base/1/2662 new file mode 100644 index 0000000..2006be4 Binary files /dev/null and b/postgres_data/base/1/2662 differ diff --git a/postgres_data/base/1/2663 b/postgres_data/base/1/2663 new file mode 100644 index 0000000..a119c8f Binary files /dev/null and b/postgres_data/base/1/2663 differ diff --git a/postgres_data/base/1/2664 b/postgres_data/base/1/2664 new file mode 100644 index 0000000..e589535 Binary files /dev/null and b/postgres_data/base/1/2664 differ diff --git a/postgres_data/base/1/2665 b/postgres_data/base/1/2665 new file mode 100644 index 0000000..ce3d2f7 Binary files /dev/null and b/postgres_data/base/1/2665 differ diff --git a/postgres_data/base/1/2666 b/postgres_data/base/1/2666 new file mode 100644 index 0000000..19dd159 Binary files /dev/null and b/postgres_data/base/1/2666 differ diff --git a/postgres_data/base/1/2667 b/postgres_data/base/1/2667 new file mode 100644 index 0000000..afe4793 Binary files /dev/null and b/postgres_data/base/1/2667 differ diff --git a/postgres_data/base/1/2668 b/postgres_data/base/1/2668 new file mode 100644 index 0000000..c5baf1d Binary files /dev/null and b/postgres_data/base/1/2668 differ diff --git a/postgres_data/base/1/2669 b/postgres_data/base/1/2669 new file mode 100644 index 0000000..7379bc3 Binary files /dev/null and b/postgres_data/base/1/2669 differ diff --git a/postgres_data/base/1/2670 b/postgres_data/base/1/2670 new file mode 100644 index 0000000..5b35b4d Binary files /dev/null and b/postgres_data/base/1/2670 differ diff --git a/postgres_data/base/1/2673 b/postgres_data/base/1/2673 new file mode 100644 index 0000000..1eecb58 Binary files /dev/null and b/postgres_data/base/1/2673 differ diff --git a/postgres_data/base/1/2674 b/postgres_data/base/1/2674 new file mode 100644 index 0000000..b8b73ef Binary files /dev/null and b/postgres_data/base/1/2674 differ diff --git a/postgres_data/base/1/2675 b/postgres_data/base/1/2675 new file mode 100644 index 0000000..f54fc95 Binary files /dev/null and b/postgres_data/base/1/2675 differ diff --git a/postgres_data/base/1/2678 b/postgres_data/base/1/2678 new file mode 100644 index 0000000..94ce9ea Binary files /dev/null and b/postgres_data/base/1/2678 differ diff --git a/postgres_data/base/1/2679 b/postgres_data/base/1/2679 new file mode 100644 index 0000000..6d0e0ce Binary files /dev/null and b/postgres_data/base/1/2679 differ diff --git a/postgres_data/base/1/2680 b/postgres_data/base/1/2680 new file mode 100644 index 0000000..e15ddb4 Binary files /dev/null and b/postgres_data/base/1/2680 differ diff --git a/postgres_data/base/1/2681 b/postgres_data/base/1/2681 new file mode 100644 index 0000000..2271726 Binary files /dev/null and b/postgres_data/base/1/2681 differ diff --git a/postgres_data/base/1/2682 b/postgres_data/base/1/2682 new file mode 100644 index 0000000..2bf5fbd Binary files /dev/null and b/postgres_data/base/1/2682 differ diff --git a/postgres_data/base/1/2683 b/postgres_data/base/1/2683 new file mode 100644 index 0000000..014cbee Binary files /dev/null and b/postgres_data/base/1/2683 differ diff --git a/postgres_data/base/1/2684 b/postgres_data/base/1/2684 new file mode 100644 index 0000000..c550bb4 Binary files /dev/null and b/postgres_data/base/1/2684 differ diff --git a/postgres_data/base/1/2685 b/postgres_data/base/1/2685 new file mode 100644 index 0000000..f00914d Binary files /dev/null and b/postgres_data/base/1/2685 differ diff --git a/postgres_data/base/1/2686 b/postgres_data/base/1/2686 new file mode 100644 index 0000000..51e4357 Binary files /dev/null and b/postgres_data/base/1/2686 differ diff --git a/postgres_data/base/1/2687 b/postgres_data/base/1/2687 new file mode 100644 index 0000000..8df59d1 Binary files /dev/null and b/postgres_data/base/1/2687 differ diff --git a/postgres_data/base/1/2688 b/postgres_data/base/1/2688 new file mode 100644 index 0000000..f5448dc Binary files /dev/null and b/postgres_data/base/1/2688 differ diff --git a/postgres_data/base/1/2689 b/postgres_data/base/1/2689 new file mode 100644 index 0000000..8f8223b Binary files /dev/null and b/postgres_data/base/1/2689 differ diff --git a/postgres_data/base/1/2690 b/postgres_data/base/1/2690 new file mode 100644 index 0000000..0763fa5 Binary files /dev/null and b/postgres_data/base/1/2690 differ diff --git a/postgres_data/base/1/2691 b/postgres_data/base/1/2691 new file mode 100644 index 0000000..d3af03c Binary files /dev/null and b/postgres_data/base/1/2691 differ diff --git a/postgres_data/base/1/2692 b/postgres_data/base/1/2692 new file mode 100644 index 0000000..3240558 Binary files /dev/null and b/postgres_data/base/1/2692 differ diff --git a/postgres_data/base/1/2693 b/postgres_data/base/1/2693 new file mode 100644 index 0000000..bac8897 Binary files /dev/null and b/postgres_data/base/1/2693 differ diff --git a/postgres_data/base/1/2696 b/postgres_data/base/1/2696 new file mode 100644 index 0000000..7e42b31 Binary files /dev/null and b/postgres_data/base/1/2696 differ diff --git a/postgres_data/base/1/2699 b/postgres_data/base/1/2699 new file mode 100644 index 0000000..8417313 Binary files /dev/null and b/postgres_data/base/1/2699 differ diff --git a/postgres_data/base/1/2701 b/postgres_data/base/1/2701 new file mode 100644 index 0000000..8892de2 Binary files /dev/null and b/postgres_data/base/1/2701 differ diff --git a/postgres_data/base/1/2702 b/postgres_data/base/1/2702 new file mode 100644 index 0000000..c40e5aa Binary files /dev/null and b/postgres_data/base/1/2702 differ diff --git a/postgres_data/base/1/2703 b/postgres_data/base/1/2703 new file mode 100644 index 0000000..6a10a7a Binary files /dev/null and b/postgres_data/base/1/2703 differ diff --git a/postgres_data/base/1/2704 b/postgres_data/base/1/2704 new file mode 100644 index 0000000..3919478 Binary files /dev/null and b/postgres_data/base/1/2704 differ diff --git a/postgres_data/base/1/2753 b/postgres_data/base/1/2753 new file mode 100644 index 0000000..3c16dff Binary files /dev/null and b/postgres_data/base/1/2753 differ diff --git a/postgres_data/base/1/2753_fsm b/postgres_data/base/1/2753_fsm new file mode 100644 index 0000000..642bce3 Binary files /dev/null and b/postgres_data/base/1/2753_fsm differ diff --git a/postgres_data/base/1/2753_vm b/postgres_data/base/1/2753_vm new file mode 100644 index 0000000..c91c8b3 Binary files /dev/null and b/postgres_data/base/1/2753_vm differ diff --git a/postgres_data/base/1/2754 b/postgres_data/base/1/2754 new file mode 100644 index 0000000..f3df39d Binary files /dev/null and b/postgres_data/base/1/2754 differ diff --git a/postgres_data/base/1/2755 b/postgres_data/base/1/2755 new file mode 100644 index 0000000..cc671dc Binary files /dev/null and b/postgres_data/base/1/2755 differ diff --git a/postgres_data/base/1/2756 b/postgres_data/base/1/2756 new file mode 100644 index 0000000..6a6c87e Binary files /dev/null and b/postgres_data/base/1/2756 differ diff --git a/postgres_data/base/1/2757 b/postgres_data/base/1/2757 new file mode 100644 index 0000000..57830cb Binary files /dev/null and b/postgres_data/base/1/2757 differ diff --git a/postgres_data/base/1/2830 b/postgres_data/base/1/2830 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2831 b/postgres_data/base/1/2831 new file mode 100644 index 0000000..6c30e94 Binary files /dev/null and b/postgres_data/base/1/2831 differ diff --git a/postgres_data/base/1/2832 b/postgres_data/base/1/2832 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2833 b/postgres_data/base/1/2833 new file mode 100644 index 0000000..e364449 Binary files /dev/null and b/postgres_data/base/1/2833 differ diff --git a/postgres_data/base/1/2834 b/postgres_data/base/1/2834 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2835 b/postgres_data/base/1/2835 new file mode 100644 index 0000000..b028c65 Binary files /dev/null and b/postgres_data/base/1/2835 differ diff --git a/postgres_data/base/1/2836 b/postgres_data/base/1/2836 new file mode 100644 index 0000000..77e41e9 Binary files /dev/null and b/postgres_data/base/1/2836 differ diff --git a/postgres_data/base/1/2836_fsm b/postgres_data/base/1/2836_fsm new file mode 100644 index 0000000..06e1e26 Binary files /dev/null and b/postgres_data/base/1/2836_fsm differ diff --git a/postgres_data/base/1/2836_vm b/postgres_data/base/1/2836_vm new file mode 100644 index 0000000..fa089a3 Binary files /dev/null and b/postgres_data/base/1/2836_vm differ diff --git a/postgres_data/base/1/2837 b/postgres_data/base/1/2837 new file mode 100644 index 0000000..e12584b Binary files /dev/null and b/postgres_data/base/1/2837 differ diff --git a/postgres_data/base/1/2838 b/postgres_data/base/1/2838 new file mode 100644 index 0000000..501f3f4 Binary files /dev/null and b/postgres_data/base/1/2838 differ diff --git a/postgres_data/base/1/2838_fsm b/postgres_data/base/1/2838_fsm new file mode 100644 index 0000000..5b51a82 Binary files /dev/null and b/postgres_data/base/1/2838_fsm differ diff --git a/postgres_data/base/1/2838_vm b/postgres_data/base/1/2838_vm new file mode 100644 index 0000000..49f51eb Binary files /dev/null and b/postgres_data/base/1/2838_vm differ diff --git a/postgres_data/base/1/2839 b/postgres_data/base/1/2839 new file mode 100644 index 0000000..92692cf Binary files /dev/null and b/postgres_data/base/1/2839 differ diff --git a/postgres_data/base/1/2840 b/postgres_data/base/1/2840 new file mode 100644 index 0000000..3a4fb06 Binary files /dev/null and b/postgres_data/base/1/2840 differ diff --git a/postgres_data/base/1/2840_fsm b/postgres_data/base/1/2840_fsm new file mode 100644 index 0000000..6a8cb34 Binary files /dev/null and b/postgres_data/base/1/2840_fsm differ diff --git a/postgres_data/base/1/2840_vm b/postgres_data/base/1/2840_vm new file mode 100644 index 0000000..a55b2dc Binary files /dev/null and b/postgres_data/base/1/2840_vm differ diff --git a/postgres_data/base/1/2841 b/postgres_data/base/1/2841 new file mode 100644 index 0000000..3362781 Binary files /dev/null and b/postgres_data/base/1/2841 differ diff --git a/postgres_data/base/1/2995 b/postgres_data/base/1/2995 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/2996 b/postgres_data/base/1/2996 new file mode 100644 index 0000000..9bd6faf Binary files /dev/null and b/postgres_data/base/1/2996 differ diff --git a/postgres_data/base/1/3079 b/postgres_data/base/1/3079 new file mode 100644 index 0000000..26b917e Binary files /dev/null and b/postgres_data/base/1/3079 differ diff --git a/postgres_data/base/1/3079_fsm b/postgres_data/base/1/3079_fsm new file mode 100644 index 0000000..7732d22 Binary files /dev/null and b/postgres_data/base/1/3079_fsm differ diff --git a/postgres_data/base/1/3079_vm b/postgres_data/base/1/3079_vm new file mode 100644 index 0000000..46643e3 Binary files /dev/null and b/postgres_data/base/1/3079_vm differ diff --git a/postgres_data/base/1/3080 b/postgres_data/base/1/3080 new file mode 100644 index 0000000..22c6a26 Binary files /dev/null and b/postgres_data/base/1/3080 differ diff --git a/postgres_data/base/1/3081 b/postgres_data/base/1/3081 new file mode 100644 index 0000000..7c9ecf8 Binary files /dev/null and b/postgres_data/base/1/3081 differ diff --git a/postgres_data/base/1/3085 b/postgres_data/base/1/3085 new file mode 100644 index 0000000..0f94bb3 Binary files /dev/null and b/postgres_data/base/1/3085 differ diff --git a/postgres_data/base/1/3118 b/postgres_data/base/1/3118 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3119 b/postgres_data/base/1/3119 new file mode 100644 index 0000000..8524de7 Binary files /dev/null and b/postgres_data/base/1/3119 differ diff --git a/postgres_data/base/1/3164 b/postgres_data/base/1/3164 new file mode 100644 index 0000000..bbb39da Binary files /dev/null and b/postgres_data/base/1/3164 differ diff --git a/postgres_data/base/1/3256 b/postgres_data/base/1/3256 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3257 b/postgres_data/base/1/3257 new file mode 100644 index 0000000..6f325ab Binary files /dev/null and b/postgres_data/base/1/3257 differ diff --git a/postgres_data/base/1/3258 b/postgres_data/base/1/3258 new file mode 100644 index 0000000..10c3c94 Binary files /dev/null and b/postgres_data/base/1/3258 differ diff --git a/postgres_data/base/1/3350 b/postgres_data/base/1/3350 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3351 b/postgres_data/base/1/3351 new file mode 100644 index 0000000..2bfef7f Binary files /dev/null and b/postgres_data/base/1/3351 differ diff --git a/postgres_data/base/1/3379 b/postgres_data/base/1/3379 new file mode 100644 index 0000000..b41a45f Binary files /dev/null and b/postgres_data/base/1/3379 differ diff --git a/postgres_data/base/1/3380 b/postgres_data/base/1/3380 new file mode 100644 index 0000000..f9d290e Binary files /dev/null and b/postgres_data/base/1/3380 differ diff --git a/postgres_data/base/1/3381 b/postgres_data/base/1/3381 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3394 b/postgres_data/base/1/3394 new file mode 100644 index 0000000..7c5aafa Binary files /dev/null and b/postgres_data/base/1/3394 differ diff --git a/postgres_data/base/1/3394_fsm b/postgres_data/base/1/3394_fsm new file mode 100644 index 0000000..38ac5f8 Binary files /dev/null and b/postgres_data/base/1/3394_fsm differ diff --git a/postgres_data/base/1/3394_vm b/postgres_data/base/1/3394_vm new file mode 100644 index 0000000..8d8daaa Binary files /dev/null and b/postgres_data/base/1/3394_vm differ diff --git a/postgres_data/base/1/3395 b/postgres_data/base/1/3395 new file mode 100644 index 0000000..6c7d0fc Binary files /dev/null and b/postgres_data/base/1/3395 differ diff --git a/postgres_data/base/1/3429 b/postgres_data/base/1/3429 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3430 b/postgres_data/base/1/3430 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3431 b/postgres_data/base/1/3431 new file mode 100644 index 0000000..a890bbf Binary files /dev/null and b/postgres_data/base/1/3431 differ diff --git a/postgres_data/base/1/3433 b/postgres_data/base/1/3433 new file mode 100644 index 0000000..b9e444b Binary files /dev/null and b/postgres_data/base/1/3433 differ diff --git a/postgres_data/base/1/3439 b/postgres_data/base/1/3439 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3440 b/postgres_data/base/1/3440 new file mode 100644 index 0000000..5b55040 Binary files /dev/null and b/postgres_data/base/1/3440 differ diff --git a/postgres_data/base/1/3455 b/postgres_data/base/1/3455 new file mode 100644 index 0000000..c3457b1 Binary files /dev/null and b/postgres_data/base/1/3455 differ diff --git a/postgres_data/base/1/3456 b/postgres_data/base/1/3456 new file mode 100644 index 0000000..eb10e56 Binary files /dev/null and b/postgres_data/base/1/3456 differ diff --git a/postgres_data/base/1/3456_fsm b/postgres_data/base/1/3456_fsm new file mode 100644 index 0000000..2823c77 Binary files /dev/null and b/postgres_data/base/1/3456_fsm differ diff --git a/postgres_data/base/1/3456_vm b/postgres_data/base/1/3456_vm new file mode 100644 index 0000000..10e676a Binary files /dev/null and b/postgres_data/base/1/3456_vm differ diff --git a/postgres_data/base/1/3466 b/postgres_data/base/1/3466 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3467 b/postgres_data/base/1/3467 new file mode 100644 index 0000000..188a5e6 Binary files /dev/null and b/postgres_data/base/1/3467 differ diff --git a/postgres_data/base/1/3468 b/postgres_data/base/1/3468 new file mode 100644 index 0000000..00d26fe Binary files /dev/null and b/postgres_data/base/1/3468 differ diff --git a/postgres_data/base/1/3501 b/postgres_data/base/1/3501 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3502 b/postgres_data/base/1/3502 new file mode 100644 index 0000000..51e62aa Binary files /dev/null and b/postgres_data/base/1/3502 differ diff --git a/postgres_data/base/1/3503 b/postgres_data/base/1/3503 new file mode 100644 index 0000000..818ee9e Binary files /dev/null and b/postgres_data/base/1/3503 differ diff --git a/postgres_data/base/1/3534 b/postgres_data/base/1/3534 new file mode 100644 index 0000000..338d308 Binary files /dev/null and b/postgres_data/base/1/3534 differ diff --git a/postgres_data/base/1/3541 b/postgres_data/base/1/3541 new file mode 100644 index 0000000..40869ad Binary files /dev/null and b/postgres_data/base/1/3541 differ diff --git a/postgres_data/base/1/3541_fsm b/postgres_data/base/1/3541_fsm new file mode 100644 index 0000000..a3a2de4 Binary files /dev/null and b/postgres_data/base/1/3541_fsm differ diff --git a/postgres_data/base/1/3541_vm b/postgres_data/base/1/3541_vm new file mode 100644 index 0000000..e962398 Binary files /dev/null and b/postgres_data/base/1/3541_vm differ diff --git a/postgres_data/base/1/3542 b/postgres_data/base/1/3542 new file mode 100644 index 0000000..ced0066 Binary files /dev/null and b/postgres_data/base/1/3542 differ diff --git a/postgres_data/base/1/3574 b/postgres_data/base/1/3574 new file mode 100644 index 0000000..b026df1 Binary files /dev/null and b/postgres_data/base/1/3574 differ diff --git a/postgres_data/base/1/3575 b/postgres_data/base/1/3575 new file mode 100644 index 0000000..bdec532 Binary files /dev/null and b/postgres_data/base/1/3575 differ diff --git a/postgres_data/base/1/3576 b/postgres_data/base/1/3576 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3596 b/postgres_data/base/1/3596 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3597 b/postgres_data/base/1/3597 new file mode 100644 index 0000000..6947306 Binary files /dev/null and b/postgres_data/base/1/3597 differ diff --git a/postgres_data/base/1/3598 b/postgres_data/base/1/3598 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/3599 b/postgres_data/base/1/3599 new file mode 100644 index 0000000..32bf577 Binary files /dev/null and b/postgres_data/base/1/3599 differ diff --git a/postgres_data/base/1/3600 b/postgres_data/base/1/3600 new file mode 100644 index 0000000..e6644b3 Binary files /dev/null and b/postgres_data/base/1/3600 differ diff --git a/postgres_data/base/1/3600_fsm b/postgres_data/base/1/3600_fsm new file mode 100644 index 0000000..cebec19 Binary files /dev/null and b/postgres_data/base/1/3600_fsm differ diff --git a/postgres_data/base/1/3600_vm b/postgres_data/base/1/3600_vm new file mode 100644 index 0000000..41eb972 Binary files /dev/null and b/postgres_data/base/1/3600_vm differ diff --git a/postgres_data/base/1/3601 b/postgres_data/base/1/3601 new file mode 100644 index 0000000..04c846e Binary files /dev/null and b/postgres_data/base/1/3601 differ diff --git a/postgres_data/base/1/3601_fsm b/postgres_data/base/1/3601_fsm new file mode 100644 index 0000000..7732d22 Binary files /dev/null and b/postgres_data/base/1/3601_fsm differ diff --git a/postgres_data/base/1/3601_vm b/postgres_data/base/1/3601_vm new file mode 100644 index 0000000..2c4f606 Binary files /dev/null and b/postgres_data/base/1/3601_vm differ diff --git a/postgres_data/base/1/3602 b/postgres_data/base/1/3602 new file mode 100644 index 0000000..626cbb0 Binary files /dev/null and b/postgres_data/base/1/3602 differ diff --git a/postgres_data/base/1/3602_fsm b/postgres_data/base/1/3602_fsm new file mode 100644 index 0000000..d7897de Binary files /dev/null and b/postgres_data/base/1/3602_fsm differ diff --git a/postgres_data/base/1/3602_vm b/postgres_data/base/1/3602_vm new file mode 100644 index 0000000..d558e35 Binary files /dev/null and b/postgres_data/base/1/3602_vm differ diff --git a/postgres_data/base/1/3603 b/postgres_data/base/1/3603 new file mode 100644 index 0000000..ec974bc Binary files /dev/null and b/postgres_data/base/1/3603 differ diff --git a/postgres_data/base/1/3603_fsm b/postgres_data/base/1/3603_fsm new file mode 100644 index 0000000..c28dd4f Binary files /dev/null and b/postgres_data/base/1/3603_fsm differ diff --git a/postgres_data/base/1/3603_vm b/postgres_data/base/1/3603_vm new file mode 100644 index 0000000..d68308e Binary files /dev/null and b/postgres_data/base/1/3603_vm differ diff --git a/postgres_data/base/1/3604 b/postgres_data/base/1/3604 new file mode 100644 index 0000000..44cdaa7 Binary files /dev/null and b/postgres_data/base/1/3604 differ diff --git a/postgres_data/base/1/3605 b/postgres_data/base/1/3605 new file mode 100644 index 0000000..68dc291 Binary files /dev/null and b/postgres_data/base/1/3605 differ diff --git a/postgres_data/base/1/3606 b/postgres_data/base/1/3606 new file mode 100644 index 0000000..5d00237 Binary files /dev/null and b/postgres_data/base/1/3606 differ diff --git a/postgres_data/base/1/3607 b/postgres_data/base/1/3607 new file mode 100644 index 0000000..3a1af44 Binary files /dev/null and b/postgres_data/base/1/3607 differ diff --git a/postgres_data/base/1/3608 b/postgres_data/base/1/3608 new file mode 100644 index 0000000..6337794 Binary files /dev/null and b/postgres_data/base/1/3608 differ diff --git a/postgres_data/base/1/3609 b/postgres_data/base/1/3609 new file mode 100644 index 0000000..6d58391 Binary files /dev/null and b/postgres_data/base/1/3609 differ diff --git a/postgres_data/base/1/3712 b/postgres_data/base/1/3712 new file mode 100644 index 0000000..030f509 Binary files /dev/null and b/postgres_data/base/1/3712 differ diff --git a/postgres_data/base/1/3764 b/postgres_data/base/1/3764 new file mode 100644 index 0000000..add9912 Binary files /dev/null and b/postgres_data/base/1/3764 differ diff --git a/postgres_data/base/1/3764_fsm b/postgres_data/base/1/3764_fsm new file mode 100644 index 0000000..f64db4d Binary files /dev/null and b/postgres_data/base/1/3764_fsm differ diff --git a/postgres_data/base/1/3764_vm b/postgres_data/base/1/3764_vm new file mode 100644 index 0000000..5b95f21 Binary files /dev/null and b/postgres_data/base/1/3764_vm differ diff --git a/postgres_data/base/1/3766 b/postgres_data/base/1/3766 new file mode 100644 index 0000000..c2381fe Binary files /dev/null and b/postgres_data/base/1/3766 differ diff --git a/postgres_data/base/1/3767 b/postgres_data/base/1/3767 new file mode 100644 index 0000000..a2d5986 Binary files /dev/null and b/postgres_data/base/1/3767 differ diff --git a/postgres_data/base/1/3997 b/postgres_data/base/1/3997 new file mode 100644 index 0000000..28b5b4b Binary files /dev/null and b/postgres_data/base/1/3997 differ diff --git a/postgres_data/base/1/4143 b/postgres_data/base/1/4143 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4144 b/postgres_data/base/1/4144 new file mode 100644 index 0000000..781f37a Binary files /dev/null and b/postgres_data/base/1/4144 differ diff --git a/postgres_data/base/1/4145 b/postgres_data/base/1/4145 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4146 b/postgres_data/base/1/4146 new file mode 100644 index 0000000..11ccf7e Binary files /dev/null and b/postgres_data/base/1/4146 differ diff --git a/postgres_data/base/1/4147 b/postgres_data/base/1/4147 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4148 b/postgres_data/base/1/4148 new file mode 100644 index 0000000..7fd05a8 Binary files /dev/null and b/postgres_data/base/1/4148 differ diff --git a/postgres_data/base/1/4149 b/postgres_data/base/1/4149 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4150 b/postgres_data/base/1/4150 new file mode 100644 index 0000000..10171f6 Binary files /dev/null and b/postgres_data/base/1/4150 differ diff --git a/postgres_data/base/1/4151 b/postgres_data/base/1/4151 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4152 b/postgres_data/base/1/4152 new file mode 100644 index 0000000..869a7f3 Binary files /dev/null and b/postgres_data/base/1/4152 differ diff --git a/postgres_data/base/1/4153 b/postgres_data/base/1/4153 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4154 b/postgres_data/base/1/4154 new file mode 100644 index 0000000..bb1dca3 Binary files /dev/null and b/postgres_data/base/1/4154 differ diff --git a/postgres_data/base/1/4155 b/postgres_data/base/1/4155 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4156 b/postgres_data/base/1/4156 new file mode 100644 index 0000000..839ab86 Binary files /dev/null and b/postgres_data/base/1/4156 differ diff --git a/postgres_data/base/1/4157 b/postgres_data/base/1/4157 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4158 b/postgres_data/base/1/4158 new file mode 100644 index 0000000..12e6868 Binary files /dev/null and b/postgres_data/base/1/4158 differ diff --git a/postgres_data/base/1/4159 b/postgres_data/base/1/4159 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4160 b/postgres_data/base/1/4160 new file mode 100644 index 0000000..8b80112 Binary files /dev/null and b/postgres_data/base/1/4160 differ diff --git a/postgres_data/base/1/4163 b/postgres_data/base/1/4163 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4164 b/postgres_data/base/1/4164 new file mode 100644 index 0000000..e86ba95 Binary files /dev/null and b/postgres_data/base/1/4164 differ diff --git a/postgres_data/base/1/4165 b/postgres_data/base/1/4165 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4166 b/postgres_data/base/1/4166 new file mode 100644 index 0000000..f5fc2b6 Binary files /dev/null and b/postgres_data/base/1/4166 differ diff --git a/postgres_data/base/1/4167 b/postgres_data/base/1/4167 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4168 b/postgres_data/base/1/4168 new file mode 100644 index 0000000..fdfe146 Binary files /dev/null and b/postgres_data/base/1/4168 differ diff --git a/postgres_data/base/1/4169 b/postgres_data/base/1/4169 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4170 b/postgres_data/base/1/4170 new file mode 100644 index 0000000..797418b Binary files /dev/null and b/postgres_data/base/1/4170 differ diff --git a/postgres_data/base/1/4171 b/postgres_data/base/1/4171 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4172 b/postgres_data/base/1/4172 new file mode 100644 index 0000000..969a191 Binary files /dev/null and b/postgres_data/base/1/4172 differ diff --git a/postgres_data/base/1/4173 b/postgres_data/base/1/4173 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/4174 b/postgres_data/base/1/4174 new file mode 100644 index 0000000..3c4beb7 Binary files /dev/null and b/postgres_data/base/1/4174 differ diff --git a/postgres_data/base/1/5002 b/postgres_data/base/1/5002 new file mode 100644 index 0000000..aefa40d Binary files /dev/null and b/postgres_data/base/1/5002 differ diff --git a/postgres_data/base/1/548 b/postgres_data/base/1/548 new file mode 100644 index 0000000..d6379eb Binary files /dev/null and b/postgres_data/base/1/548 differ diff --git a/postgres_data/base/1/549 b/postgres_data/base/1/549 new file mode 100644 index 0000000..a762ad9 Binary files /dev/null and b/postgres_data/base/1/549 differ diff --git a/postgres_data/base/1/6102 b/postgres_data/base/1/6102 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/6104 b/postgres_data/base/1/6104 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/6106 b/postgres_data/base/1/6106 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/6110 b/postgres_data/base/1/6110 new file mode 100644 index 0000000..42e1920 Binary files /dev/null and b/postgres_data/base/1/6110 differ diff --git a/postgres_data/base/1/6111 b/postgres_data/base/1/6111 new file mode 100644 index 0000000..d012727 Binary files /dev/null and b/postgres_data/base/1/6111 differ diff --git a/postgres_data/base/1/6112 b/postgres_data/base/1/6112 new file mode 100644 index 0000000..293367c Binary files /dev/null and b/postgres_data/base/1/6112 differ diff --git a/postgres_data/base/1/6113 b/postgres_data/base/1/6113 new file mode 100644 index 0000000..542f8fa Binary files /dev/null and b/postgres_data/base/1/6113 differ diff --git a/postgres_data/base/1/6116 b/postgres_data/base/1/6116 new file mode 100644 index 0000000..787d5d1 Binary files /dev/null and b/postgres_data/base/1/6116 differ diff --git a/postgres_data/base/1/6117 b/postgres_data/base/1/6117 new file mode 100644 index 0000000..2b5656b Binary files /dev/null and b/postgres_data/base/1/6117 differ diff --git a/postgres_data/base/1/6175 b/postgres_data/base/1/6175 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/6176 b/postgres_data/base/1/6176 new file mode 100644 index 0000000..34cba03 Binary files /dev/null and b/postgres_data/base/1/6176 differ diff --git a/postgres_data/base/1/6228 b/postgres_data/base/1/6228 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/6229 b/postgres_data/base/1/6229 new file mode 100644 index 0000000..4839713 Binary files /dev/null and b/postgres_data/base/1/6229 differ diff --git a/postgres_data/base/1/6237 b/postgres_data/base/1/6237 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/6238 b/postgres_data/base/1/6238 new file mode 100644 index 0000000..e7c0e8c Binary files /dev/null and b/postgres_data/base/1/6238 differ diff --git a/postgres_data/base/1/6239 b/postgres_data/base/1/6239 new file mode 100644 index 0000000..6c60b50 Binary files /dev/null and b/postgres_data/base/1/6239 differ diff --git a/postgres_data/base/1/826 b/postgres_data/base/1/826 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/1/827 b/postgres_data/base/1/827 new file mode 100644 index 0000000..bcaf0a1 Binary files /dev/null and b/postgres_data/base/1/827 differ diff --git a/postgres_data/base/1/828 b/postgres_data/base/1/828 new file mode 100644 index 0000000..7aba562 Binary files /dev/null and b/postgres_data/base/1/828 differ diff --git a/postgres_data/base/1/PG_VERSION b/postgres_data/base/1/PG_VERSION new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/postgres_data/base/1/PG_VERSION @@ -0,0 +1 @@ +16 diff --git a/postgres_data/base/1/pg_filenode.map b/postgres_data/base/1/pg_filenode.map new file mode 100644 index 0000000..4fc801a Binary files /dev/null and b/postgres_data/base/1/pg_filenode.map differ diff --git a/postgres_data/base/1/pg_internal.init b/postgres_data/base/1/pg_internal.init new file mode 100644 index 0000000..53fb38a Binary files /dev/null and b/postgres_data/base/1/pg_internal.init differ diff --git a/postgres_data/base/16384/112 b/postgres_data/base/16384/112 new file mode 100644 index 0000000..fc65a03 Binary files /dev/null and b/postgres_data/base/16384/112 differ diff --git a/postgres_data/base/16384/113 b/postgres_data/base/16384/113 new file mode 100644 index 0000000..4ec1b18 Binary files /dev/null and b/postgres_data/base/16384/113 differ diff --git a/postgres_data/base/16384/1247 b/postgres_data/base/16384/1247 new file mode 100644 index 0000000..94a8048 Binary files /dev/null and b/postgres_data/base/16384/1247 differ diff --git a/postgres_data/base/16384/1247_fsm b/postgres_data/base/16384/1247_fsm new file mode 100644 index 0000000..f8d4edb Binary files /dev/null and b/postgres_data/base/16384/1247_fsm differ diff --git a/postgres_data/base/16384/1247_vm b/postgres_data/base/16384/1247_vm new file mode 100644 index 0000000..f51fc47 Binary files /dev/null and b/postgres_data/base/16384/1247_vm differ diff --git a/postgres_data/base/16384/1249 b/postgres_data/base/16384/1249 new file mode 100644 index 0000000..e382b09 Binary files /dev/null and b/postgres_data/base/16384/1249 differ diff --git a/postgres_data/base/16384/1249_fsm b/postgres_data/base/16384/1249_fsm new file mode 100644 index 0000000..3dcd6f5 Binary files /dev/null and b/postgres_data/base/16384/1249_fsm differ diff --git a/postgres_data/base/16384/1249_vm b/postgres_data/base/16384/1249_vm new file mode 100644 index 0000000..f3efafb Binary files /dev/null and b/postgres_data/base/16384/1249_vm differ diff --git a/postgres_data/base/16384/1255 b/postgres_data/base/16384/1255 new file mode 100644 index 0000000..dac90e9 Binary files /dev/null and b/postgres_data/base/16384/1255 differ diff --git a/postgres_data/base/16384/1255_fsm b/postgres_data/base/16384/1255_fsm new file mode 100644 index 0000000..542f30b Binary files /dev/null and b/postgres_data/base/16384/1255_fsm differ diff --git a/postgres_data/base/16384/1255_vm b/postgres_data/base/16384/1255_vm new file mode 100644 index 0000000..babc9fc Binary files /dev/null and b/postgres_data/base/16384/1255_vm differ diff --git a/postgres_data/base/16384/1259 b/postgres_data/base/16384/1259 new file mode 100644 index 0000000..eb66f12 Binary files /dev/null and b/postgres_data/base/16384/1259 differ diff --git a/postgres_data/base/16384/1259_fsm b/postgres_data/base/16384/1259_fsm new file mode 100644 index 0000000..1102fa9 Binary files /dev/null and b/postgres_data/base/16384/1259_fsm differ diff --git a/postgres_data/base/16384/1259_vm b/postgres_data/base/16384/1259_vm new file mode 100644 index 0000000..e025bab Binary files /dev/null and b/postgres_data/base/16384/1259_vm differ diff --git a/postgres_data/base/16384/13457 b/postgres_data/base/16384/13457 new file mode 100644 index 0000000..0053d04 Binary files /dev/null and b/postgres_data/base/16384/13457 differ diff --git a/postgres_data/base/16384/13457_fsm b/postgres_data/base/16384/13457_fsm new file mode 100644 index 0000000..a016e5f Binary files /dev/null and b/postgres_data/base/16384/13457_fsm differ diff --git a/postgres_data/base/16384/13457_vm b/postgres_data/base/16384/13457_vm new file mode 100644 index 0000000..9619921 Binary files /dev/null and b/postgres_data/base/16384/13457_vm differ diff --git a/postgres_data/base/16384/13460 b/postgres_data/base/16384/13460 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/13461 b/postgres_data/base/16384/13461 new file mode 100644 index 0000000..493b183 Binary files /dev/null and b/postgres_data/base/16384/13461 differ diff --git a/postgres_data/base/16384/13462 b/postgres_data/base/16384/13462 new file mode 100644 index 0000000..cef4529 Binary files /dev/null and b/postgres_data/base/16384/13462 differ diff --git a/postgres_data/base/16384/13462_fsm b/postgres_data/base/16384/13462_fsm new file mode 100644 index 0000000..27ecb95 Binary files /dev/null and b/postgres_data/base/16384/13462_fsm differ diff --git a/postgres_data/base/16384/13462_vm b/postgres_data/base/16384/13462_vm new file mode 100644 index 0000000..1469a4a Binary files /dev/null and b/postgres_data/base/16384/13462_vm differ diff --git a/postgres_data/base/16384/13465 b/postgres_data/base/16384/13465 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/13466 b/postgres_data/base/16384/13466 new file mode 100644 index 0000000..4298070 Binary files /dev/null and b/postgres_data/base/16384/13466 differ diff --git a/postgres_data/base/16384/13467 b/postgres_data/base/16384/13467 new file mode 100644 index 0000000..47135c7 Binary files /dev/null and b/postgres_data/base/16384/13467 differ diff --git a/postgres_data/base/16384/13467_fsm b/postgres_data/base/16384/13467_fsm new file mode 100644 index 0000000..88fc3c3 Binary files /dev/null and b/postgres_data/base/16384/13467_fsm differ diff --git a/postgres_data/base/16384/13467_vm b/postgres_data/base/16384/13467_vm new file mode 100644 index 0000000..679158b Binary files /dev/null and b/postgres_data/base/16384/13467_vm differ diff --git a/postgres_data/base/16384/13470 b/postgres_data/base/16384/13470 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/13471 b/postgres_data/base/16384/13471 new file mode 100644 index 0000000..f843912 Binary files /dev/null and b/postgres_data/base/16384/13471 differ diff --git a/postgres_data/base/16384/13472 b/postgres_data/base/16384/13472 new file mode 100644 index 0000000..accafeb Binary files /dev/null and b/postgres_data/base/16384/13472 differ diff --git a/postgres_data/base/16384/13472_fsm b/postgres_data/base/16384/13472_fsm new file mode 100644 index 0000000..996865d Binary files /dev/null and b/postgres_data/base/16384/13472_fsm differ diff --git a/postgres_data/base/16384/13472_vm b/postgres_data/base/16384/13472_vm new file mode 100644 index 0000000..0db9803 Binary files /dev/null and b/postgres_data/base/16384/13472_vm differ diff --git a/postgres_data/base/16384/13475 b/postgres_data/base/16384/13475 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/13476 b/postgres_data/base/16384/13476 new file mode 100644 index 0000000..9a03f72 Binary files /dev/null and b/postgres_data/base/16384/13476 differ diff --git a/postgres_data/base/16384/1417 b/postgres_data/base/16384/1417 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/1418 b/postgres_data/base/16384/1418 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/16389 b/postgres_data/base/16384/16389 new file mode 100644 index 0000000..51a34d9 Binary files /dev/null and b/postgres_data/base/16384/16389 differ diff --git a/postgres_data/base/16384/16392 b/postgres_data/base/16384/16392 new file mode 100644 index 0000000..1b8b6b9 Binary files /dev/null and b/postgres_data/base/16384/16392 differ diff --git a/postgres_data/base/16384/16394 b/postgres_data/base/16384/16394 new file mode 100644 index 0000000..4f5014e Binary files /dev/null and b/postgres_data/base/16384/16394 differ diff --git a/postgres_data/base/16384/16408 b/postgres_data/base/16384/16408 new file mode 100644 index 0000000..4c64095 Binary files /dev/null and b/postgres_data/base/16384/16408 differ diff --git a/postgres_data/base/16384/16408_fsm b/postgres_data/base/16384/16408_fsm new file mode 100644 index 0000000..5b10f13 Binary files /dev/null and b/postgres_data/base/16384/16408_fsm differ diff --git a/postgres_data/base/16384/16408_vm b/postgres_data/base/16384/16408_vm new file mode 100644 index 0000000..1bcfd03 Binary files /dev/null and b/postgres_data/base/16384/16408_vm differ diff --git a/postgres_data/base/16384/16409 b/postgres_data/base/16384/16409 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/16410 b/postgres_data/base/16384/16410 new file mode 100644 index 0000000..5f39500 Binary files /dev/null and b/postgres_data/base/16384/16410 differ diff --git a/postgres_data/base/16384/16411 b/postgres_data/base/16384/16411 new file mode 100644 index 0000000..66f08d0 Binary files /dev/null and b/postgres_data/base/16384/16411 differ diff --git a/postgres_data/base/16384/16412 b/postgres_data/base/16384/16412 new file mode 100644 index 0000000..2fa15e8 Binary files /dev/null and b/postgres_data/base/16384/16412 differ diff --git a/postgres_data/base/16384/16413 b/postgres_data/base/16384/16413 new file mode 100644 index 0000000..ae0b812 Binary files /dev/null and b/postgres_data/base/16384/16413 differ diff --git a/postgres_data/base/16384/174 b/postgres_data/base/16384/174 new file mode 100644 index 0000000..da0175e Binary files /dev/null and b/postgres_data/base/16384/174 differ diff --git a/postgres_data/base/16384/175 b/postgres_data/base/16384/175 new file mode 100644 index 0000000..a7c9897 Binary files /dev/null and b/postgres_data/base/16384/175 differ diff --git a/postgres_data/base/16384/2187 b/postgres_data/base/16384/2187 new file mode 100644 index 0000000..828017a Binary files /dev/null and b/postgres_data/base/16384/2187 differ diff --git a/postgres_data/base/16384/2224 b/postgres_data/base/16384/2224 new file mode 100644 index 0000000..ba8748b Binary files /dev/null and b/postgres_data/base/16384/2224 differ diff --git a/postgres_data/base/16384/2228 b/postgres_data/base/16384/2228 new file mode 100644 index 0000000..4624692 Binary files /dev/null and b/postgres_data/base/16384/2228 differ diff --git a/postgres_data/base/16384/2328 b/postgres_data/base/16384/2328 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2336 b/postgres_data/base/16384/2336 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2337 b/postgres_data/base/16384/2337 new file mode 100644 index 0000000..3edb014 Binary files /dev/null and b/postgres_data/base/16384/2337 differ diff --git a/postgres_data/base/16384/2579 b/postgres_data/base/16384/2579 new file mode 100644 index 0000000..1aec3b1 Binary files /dev/null and b/postgres_data/base/16384/2579 differ diff --git a/postgres_data/base/16384/2600 b/postgres_data/base/16384/2600 new file mode 100644 index 0000000..937a3ce Binary files /dev/null and b/postgres_data/base/16384/2600 differ diff --git a/postgres_data/base/16384/2600_fsm b/postgres_data/base/16384/2600_fsm new file mode 100644 index 0000000..a924dd0 Binary files /dev/null and b/postgres_data/base/16384/2600_fsm differ diff --git a/postgres_data/base/16384/2600_vm b/postgres_data/base/16384/2600_vm new file mode 100644 index 0000000..a50c1e1 Binary files /dev/null and b/postgres_data/base/16384/2600_vm differ diff --git a/postgres_data/base/16384/2601 b/postgres_data/base/16384/2601 new file mode 100644 index 0000000..10c1a83 Binary files /dev/null and b/postgres_data/base/16384/2601 differ diff --git a/postgres_data/base/16384/2601_fsm b/postgres_data/base/16384/2601_fsm new file mode 100644 index 0000000..ae4ff59 Binary files /dev/null and b/postgres_data/base/16384/2601_fsm differ diff --git a/postgres_data/base/16384/2601_vm b/postgres_data/base/16384/2601_vm new file mode 100644 index 0000000..7067410 Binary files /dev/null and b/postgres_data/base/16384/2601_vm differ diff --git a/postgres_data/base/16384/2602 b/postgres_data/base/16384/2602 new file mode 100644 index 0000000..0d63343 Binary files /dev/null and b/postgres_data/base/16384/2602 differ diff --git a/postgres_data/base/16384/2602_fsm b/postgres_data/base/16384/2602_fsm new file mode 100644 index 0000000..d5137c5 Binary files /dev/null and b/postgres_data/base/16384/2602_fsm differ diff --git a/postgres_data/base/16384/2602_vm b/postgres_data/base/16384/2602_vm new file mode 100644 index 0000000..ac03378 Binary files /dev/null and b/postgres_data/base/16384/2602_vm differ diff --git a/postgres_data/base/16384/2603 b/postgres_data/base/16384/2603 new file mode 100644 index 0000000..4dd4c0e Binary files /dev/null and b/postgres_data/base/16384/2603 differ diff --git a/postgres_data/base/16384/2603_fsm b/postgres_data/base/16384/2603_fsm new file mode 100644 index 0000000..34aba00 Binary files /dev/null and b/postgres_data/base/16384/2603_fsm differ diff --git a/postgres_data/base/16384/2603_vm b/postgres_data/base/16384/2603_vm new file mode 100644 index 0000000..c067b9b Binary files /dev/null and b/postgres_data/base/16384/2603_vm differ diff --git a/postgres_data/base/16384/2604 b/postgres_data/base/16384/2604 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2605 b/postgres_data/base/16384/2605 new file mode 100644 index 0000000..bff220a Binary files /dev/null and b/postgres_data/base/16384/2605 differ diff --git a/postgres_data/base/16384/2605_fsm b/postgres_data/base/16384/2605_fsm new file mode 100644 index 0000000..ffdf9ca Binary files /dev/null and b/postgres_data/base/16384/2605_fsm differ diff --git a/postgres_data/base/16384/2605_vm b/postgres_data/base/16384/2605_vm new file mode 100644 index 0000000..ece3357 Binary files /dev/null and b/postgres_data/base/16384/2605_vm differ diff --git a/postgres_data/base/16384/2606 b/postgres_data/base/16384/2606 new file mode 100644 index 0000000..eebe09a Binary files /dev/null and b/postgres_data/base/16384/2606 differ diff --git a/postgres_data/base/16384/2606_fsm b/postgres_data/base/16384/2606_fsm new file mode 100644 index 0000000..e763d21 Binary files /dev/null and b/postgres_data/base/16384/2606_fsm differ diff --git a/postgres_data/base/16384/2606_vm b/postgres_data/base/16384/2606_vm new file mode 100644 index 0000000..46eeb9f Binary files /dev/null and b/postgres_data/base/16384/2606_vm differ diff --git a/postgres_data/base/16384/2607 b/postgres_data/base/16384/2607 new file mode 100644 index 0000000..0dff92e Binary files /dev/null and b/postgres_data/base/16384/2607 differ diff --git a/postgres_data/base/16384/2607_fsm b/postgres_data/base/16384/2607_fsm new file mode 100644 index 0000000..9944b77 Binary files /dev/null and b/postgres_data/base/16384/2607_fsm differ diff --git a/postgres_data/base/16384/2607_vm b/postgres_data/base/16384/2607_vm new file mode 100644 index 0000000..6462329 Binary files /dev/null and b/postgres_data/base/16384/2607_vm differ diff --git a/postgres_data/base/16384/2608 b/postgres_data/base/16384/2608 new file mode 100644 index 0000000..ac3d5cc Binary files /dev/null and b/postgres_data/base/16384/2608 differ diff --git a/postgres_data/base/16384/2608_fsm b/postgres_data/base/16384/2608_fsm new file mode 100644 index 0000000..c9f7d6b Binary files /dev/null and b/postgres_data/base/16384/2608_fsm differ diff --git a/postgres_data/base/16384/2608_vm b/postgres_data/base/16384/2608_vm new file mode 100644 index 0000000..4cca7f0 Binary files /dev/null and b/postgres_data/base/16384/2608_vm differ diff --git a/postgres_data/base/16384/2609 b/postgres_data/base/16384/2609 new file mode 100644 index 0000000..f0fd22f Binary files /dev/null and b/postgres_data/base/16384/2609 differ diff --git a/postgres_data/base/16384/2609_fsm b/postgres_data/base/16384/2609_fsm new file mode 100644 index 0000000..c892e73 Binary files /dev/null and b/postgres_data/base/16384/2609_fsm differ diff --git a/postgres_data/base/16384/2609_vm b/postgres_data/base/16384/2609_vm new file mode 100644 index 0000000..aed999a Binary files /dev/null and b/postgres_data/base/16384/2609_vm differ diff --git a/postgres_data/base/16384/2610 b/postgres_data/base/16384/2610 new file mode 100644 index 0000000..c60b2e9 Binary files /dev/null and b/postgres_data/base/16384/2610 differ diff --git a/postgres_data/base/16384/2610_fsm b/postgres_data/base/16384/2610_fsm new file mode 100644 index 0000000..0b3b628 Binary files /dev/null and b/postgres_data/base/16384/2610_fsm differ diff --git a/postgres_data/base/16384/2610_vm b/postgres_data/base/16384/2610_vm new file mode 100644 index 0000000..6b708e5 Binary files /dev/null and b/postgres_data/base/16384/2610_vm differ diff --git a/postgres_data/base/16384/2611 b/postgres_data/base/16384/2611 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2612 b/postgres_data/base/16384/2612 new file mode 100644 index 0000000..993dd23 Binary files /dev/null and b/postgres_data/base/16384/2612 differ diff --git a/postgres_data/base/16384/2612_fsm b/postgres_data/base/16384/2612_fsm new file mode 100644 index 0000000..45d2155 Binary files /dev/null and b/postgres_data/base/16384/2612_fsm differ diff --git a/postgres_data/base/16384/2612_vm b/postgres_data/base/16384/2612_vm new file mode 100644 index 0000000..36662cd Binary files /dev/null and b/postgres_data/base/16384/2612_vm differ diff --git a/postgres_data/base/16384/2613 b/postgres_data/base/16384/2613 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2615 b/postgres_data/base/16384/2615 new file mode 100644 index 0000000..7081172 Binary files /dev/null and b/postgres_data/base/16384/2615 differ diff --git a/postgres_data/base/16384/2615_fsm b/postgres_data/base/16384/2615_fsm new file mode 100644 index 0000000..8c920e5 Binary files /dev/null and b/postgres_data/base/16384/2615_fsm differ diff --git a/postgres_data/base/16384/2615_vm b/postgres_data/base/16384/2615_vm new file mode 100644 index 0000000..b4fddde Binary files /dev/null and b/postgres_data/base/16384/2615_vm differ diff --git a/postgres_data/base/16384/2616 b/postgres_data/base/16384/2616 new file mode 100644 index 0000000..4bf51d3 Binary files /dev/null and b/postgres_data/base/16384/2616 differ diff --git a/postgres_data/base/16384/2616_fsm b/postgres_data/base/16384/2616_fsm new file mode 100644 index 0000000..142a91e Binary files /dev/null and b/postgres_data/base/16384/2616_fsm differ diff --git a/postgres_data/base/16384/2616_vm b/postgres_data/base/16384/2616_vm new file mode 100644 index 0000000..0d7e6ff Binary files /dev/null and b/postgres_data/base/16384/2616_vm differ diff --git a/postgres_data/base/16384/2617 b/postgres_data/base/16384/2617 new file mode 100644 index 0000000..47f71fb Binary files /dev/null and b/postgres_data/base/16384/2617 differ diff --git a/postgres_data/base/16384/2617_fsm b/postgres_data/base/16384/2617_fsm new file mode 100644 index 0000000..eeb8cc9 Binary files /dev/null and b/postgres_data/base/16384/2617_fsm differ diff --git a/postgres_data/base/16384/2617_vm b/postgres_data/base/16384/2617_vm new file mode 100644 index 0000000..6882ce0 Binary files /dev/null and b/postgres_data/base/16384/2617_vm differ diff --git a/postgres_data/base/16384/2618 b/postgres_data/base/16384/2618 new file mode 100644 index 0000000..0607572 Binary files /dev/null and b/postgres_data/base/16384/2618 differ diff --git a/postgres_data/base/16384/2618_fsm b/postgres_data/base/16384/2618_fsm new file mode 100644 index 0000000..fefedf0 Binary files /dev/null and b/postgres_data/base/16384/2618_fsm differ diff --git a/postgres_data/base/16384/2618_vm b/postgres_data/base/16384/2618_vm new file mode 100644 index 0000000..e39af7f Binary files /dev/null and b/postgres_data/base/16384/2618_vm differ diff --git a/postgres_data/base/16384/2619 b/postgres_data/base/16384/2619 new file mode 100644 index 0000000..38aaa9b Binary files /dev/null and b/postgres_data/base/16384/2619 differ diff --git a/postgres_data/base/16384/2619_fsm b/postgres_data/base/16384/2619_fsm new file mode 100644 index 0000000..edd41b9 Binary files /dev/null and b/postgres_data/base/16384/2619_fsm differ diff --git a/postgres_data/base/16384/2619_vm b/postgres_data/base/16384/2619_vm new file mode 100644 index 0000000..9da6e5c Binary files /dev/null and b/postgres_data/base/16384/2619_vm differ diff --git a/postgres_data/base/16384/2620 b/postgres_data/base/16384/2620 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2650 b/postgres_data/base/16384/2650 new file mode 100644 index 0000000..244af59 Binary files /dev/null and b/postgres_data/base/16384/2650 differ diff --git a/postgres_data/base/16384/2651 b/postgres_data/base/16384/2651 new file mode 100644 index 0000000..b164552 Binary files /dev/null and b/postgres_data/base/16384/2651 differ diff --git a/postgres_data/base/16384/2652 b/postgres_data/base/16384/2652 new file mode 100644 index 0000000..624aaff Binary files /dev/null and b/postgres_data/base/16384/2652 differ diff --git a/postgres_data/base/16384/2653 b/postgres_data/base/16384/2653 new file mode 100644 index 0000000..74355e2 Binary files /dev/null and b/postgres_data/base/16384/2653 differ diff --git a/postgres_data/base/16384/2654 b/postgres_data/base/16384/2654 new file mode 100644 index 0000000..8878b91 Binary files /dev/null and b/postgres_data/base/16384/2654 differ diff --git a/postgres_data/base/16384/2655 b/postgres_data/base/16384/2655 new file mode 100644 index 0000000..a2c06da Binary files /dev/null and b/postgres_data/base/16384/2655 differ diff --git a/postgres_data/base/16384/2656 b/postgres_data/base/16384/2656 new file mode 100644 index 0000000..6f302bc Binary files /dev/null and b/postgres_data/base/16384/2656 differ diff --git a/postgres_data/base/16384/2657 b/postgres_data/base/16384/2657 new file mode 100644 index 0000000..ddb8ca7 Binary files /dev/null and b/postgres_data/base/16384/2657 differ diff --git a/postgres_data/base/16384/2658 b/postgres_data/base/16384/2658 new file mode 100644 index 0000000..56f3491 Binary files /dev/null and b/postgres_data/base/16384/2658 differ diff --git a/postgres_data/base/16384/2659 b/postgres_data/base/16384/2659 new file mode 100644 index 0000000..c2891a7 Binary files /dev/null and b/postgres_data/base/16384/2659 differ diff --git a/postgres_data/base/16384/2660 b/postgres_data/base/16384/2660 new file mode 100644 index 0000000..f49f4fd Binary files /dev/null and b/postgres_data/base/16384/2660 differ diff --git a/postgres_data/base/16384/2661 b/postgres_data/base/16384/2661 new file mode 100644 index 0000000..44285d6 Binary files /dev/null and b/postgres_data/base/16384/2661 differ diff --git a/postgres_data/base/16384/2662 b/postgres_data/base/16384/2662 new file mode 100644 index 0000000..8b51535 Binary files /dev/null and b/postgres_data/base/16384/2662 differ diff --git a/postgres_data/base/16384/2663 b/postgres_data/base/16384/2663 new file mode 100644 index 0000000..42f514b Binary files /dev/null and b/postgres_data/base/16384/2663 differ diff --git a/postgres_data/base/16384/2664 b/postgres_data/base/16384/2664 new file mode 100644 index 0000000..e41fb3a Binary files /dev/null and b/postgres_data/base/16384/2664 differ diff --git a/postgres_data/base/16384/2665 b/postgres_data/base/16384/2665 new file mode 100644 index 0000000..687def2 Binary files /dev/null and b/postgres_data/base/16384/2665 differ diff --git a/postgres_data/base/16384/2666 b/postgres_data/base/16384/2666 new file mode 100644 index 0000000..19654c1 Binary files /dev/null and b/postgres_data/base/16384/2666 differ diff --git a/postgres_data/base/16384/2667 b/postgres_data/base/16384/2667 new file mode 100644 index 0000000..5ee56e8 Binary files /dev/null and b/postgres_data/base/16384/2667 differ diff --git a/postgres_data/base/16384/2668 b/postgres_data/base/16384/2668 new file mode 100644 index 0000000..cd666a0 Binary files /dev/null and b/postgres_data/base/16384/2668 differ diff --git a/postgres_data/base/16384/2669 b/postgres_data/base/16384/2669 new file mode 100644 index 0000000..cfbb48e Binary files /dev/null and b/postgres_data/base/16384/2669 differ diff --git a/postgres_data/base/16384/2670 b/postgres_data/base/16384/2670 new file mode 100644 index 0000000..8a1d4b4 Binary files /dev/null and b/postgres_data/base/16384/2670 differ diff --git a/postgres_data/base/16384/2673 b/postgres_data/base/16384/2673 new file mode 100644 index 0000000..bba4f4b Binary files /dev/null and b/postgres_data/base/16384/2673 differ diff --git a/postgres_data/base/16384/2674 b/postgres_data/base/16384/2674 new file mode 100644 index 0000000..e585a50 Binary files /dev/null and b/postgres_data/base/16384/2674 differ diff --git a/postgres_data/base/16384/2675 b/postgres_data/base/16384/2675 new file mode 100644 index 0000000..5022cad Binary files /dev/null and b/postgres_data/base/16384/2675 differ diff --git a/postgres_data/base/16384/2678 b/postgres_data/base/16384/2678 new file mode 100644 index 0000000..3a9fdeb Binary files /dev/null and b/postgres_data/base/16384/2678 differ diff --git a/postgres_data/base/16384/2679 b/postgres_data/base/16384/2679 new file mode 100644 index 0000000..2fd59d4 Binary files /dev/null and b/postgres_data/base/16384/2679 differ diff --git a/postgres_data/base/16384/2680 b/postgres_data/base/16384/2680 new file mode 100644 index 0000000..f0b9b40 Binary files /dev/null and b/postgres_data/base/16384/2680 differ diff --git a/postgres_data/base/16384/2681 b/postgres_data/base/16384/2681 new file mode 100644 index 0000000..170d001 Binary files /dev/null and b/postgres_data/base/16384/2681 differ diff --git a/postgres_data/base/16384/2682 b/postgres_data/base/16384/2682 new file mode 100644 index 0000000..7066f9a Binary files /dev/null and b/postgres_data/base/16384/2682 differ diff --git a/postgres_data/base/16384/2683 b/postgres_data/base/16384/2683 new file mode 100644 index 0000000..d2bfe60 Binary files /dev/null and b/postgres_data/base/16384/2683 differ diff --git a/postgres_data/base/16384/2684 b/postgres_data/base/16384/2684 new file mode 100644 index 0000000..10c00cc Binary files /dev/null and b/postgres_data/base/16384/2684 differ diff --git a/postgres_data/base/16384/2685 b/postgres_data/base/16384/2685 new file mode 100644 index 0000000..4203c0a Binary files /dev/null and b/postgres_data/base/16384/2685 differ diff --git a/postgres_data/base/16384/2686 b/postgres_data/base/16384/2686 new file mode 100644 index 0000000..7f3ef4e Binary files /dev/null and b/postgres_data/base/16384/2686 differ diff --git a/postgres_data/base/16384/2687 b/postgres_data/base/16384/2687 new file mode 100644 index 0000000..f3883d6 Binary files /dev/null and b/postgres_data/base/16384/2687 differ diff --git a/postgres_data/base/16384/2688 b/postgres_data/base/16384/2688 new file mode 100644 index 0000000..174b3c5 Binary files /dev/null and b/postgres_data/base/16384/2688 differ diff --git a/postgres_data/base/16384/2689 b/postgres_data/base/16384/2689 new file mode 100644 index 0000000..c65c75a Binary files /dev/null and b/postgres_data/base/16384/2689 differ diff --git a/postgres_data/base/16384/2690 b/postgres_data/base/16384/2690 new file mode 100644 index 0000000..0639e07 Binary files /dev/null and b/postgres_data/base/16384/2690 differ diff --git a/postgres_data/base/16384/2691 b/postgres_data/base/16384/2691 new file mode 100644 index 0000000..0bd07e7 Binary files /dev/null and b/postgres_data/base/16384/2691 differ diff --git a/postgres_data/base/16384/2692 b/postgres_data/base/16384/2692 new file mode 100644 index 0000000..c93f2ee Binary files /dev/null and b/postgres_data/base/16384/2692 differ diff --git a/postgres_data/base/16384/2693 b/postgres_data/base/16384/2693 new file mode 100644 index 0000000..f0fca39 Binary files /dev/null and b/postgres_data/base/16384/2693 differ diff --git a/postgres_data/base/16384/2696 b/postgres_data/base/16384/2696 new file mode 100644 index 0000000..6e51b30 Binary files /dev/null and b/postgres_data/base/16384/2696 differ diff --git a/postgres_data/base/16384/2699 b/postgres_data/base/16384/2699 new file mode 100644 index 0000000..4bdd588 Binary files /dev/null and b/postgres_data/base/16384/2699 differ diff --git a/postgres_data/base/16384/2701 b/postgres_data/base/16384/2701 new file mode 100644 index 0000000..7b138cb Binary files /dev/null and b/postgres_data/base/16384/2701 differ diff --git a/postgres_data/base/16384/2702 b/postgres_data/base/16384/2702 new file mode 100644 index 0000000..8869eaf Binary files /dev/null and b/postgres_data/base/16384/2702 differ diff --git a/postgres_data/base/16384/2703 b/postgres_data/base/16384/2703 new file mode 100644 index 0000000..7a228d0 Binary files /dev/null and b/postgres_data/base/16384/2703 differ diff --git a/postgres_data/base/16384/2704 b/postgres_data/base/16384/2704 new file mode 100644 index 0000000..7ba44af Binary files /dev/null and b/postgres_data/base/16384/2704 differ diff --git a/postgres_data/base/16384/2753 b/postgres_data/base/16384/2753 new file mode 100644 index 0000000..e8a5419 Binary files /dev/null and b/postgres_data/base/16384/2753 differ diff --git a/postgres_data/base/16384/2753_fsm b/postgres_data/base/16384/2753_fsm new file mode 100644 index 0000000..05d475c Binary files /dev/null and b/postgres_data/base/16384/2753_fsm differ diff --git a/postgres_data/base/16384/2753_vm b/postgres_data/base/16384/2753_vm new file mode 100644 index 0000000..c171e7e Binary files /dev/null and b/postgres_data/base/16384/2753_vm differ diff --git a/postgres_data/base/16384/2754 b/postgres_data/base/16384/2754 new file mode 100644 index 0000000..c37a19e Binary files /dev/null and b/postgres_data/base/16384/2754 differ diff --git a/postgres_data/base/16384/2755 b/postgres_data/base/16384/2755 new file mode 100644 index 0000000..ba17a7e Binary files /dev/null and b/postgres_data/base/16384/2755 differ diff --git a/postgres_data/base/16384/2756 b/postgres_data/base/16384/2756 new file mode 100644 index 0000000..0aa857b Binary files /dev/null and b/postgres_data/base/16384/2756 differ diff --git a/postgres_data/base/16384/2757 b/postgres_data/base/16384/2757 new file mode 100644 index 0000000..23fda6b Binary files /dev/null and b/postgres_data/base/16384/2757 differ diff --git a/postgres_data/base/16384/2830 b/postgres_data/base/16384/2830 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2831 b/postgres_data/base/16384/2831 new file mode 100644 index 0000000..722a4f2 Binary files /dev/null and b/postgres_data/base/16384/2831 differ diff --git a/postgres_data/base/16384/2832 b/postgres_data/base/16384/2832 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2833 b/postgres_data/base/16384/2833 new file mode 100644 index 0000000..086e827 Binary files /dev/null and b/postgres_data/base/16384/2833 differ diff --git a/postgres_data/base/16384/2834 b/postgres_data/base/16384/2834 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2835 b/postgres_data/base/16384/2835 new file mode 100644 index 0000000..c5868f9 Binary files /dev/null and b/postgres_data/base/16384/2835 differ diff --git a/postgres_data/base/16384/2836 b/postgres_data/base/16384/2836 new file mode 100644 index 0000000..2eec57e Binary files /dev/null and b/postgres_data/base/16384/2836 differ diff --git a/postgres_data/base/16384/2836_fsm b/postgres_data/base/16384/2836_fsm new file mode 100644 index 0000000..a1cd0f4 Binary files /dev/null and b/postgres_data/base/16384/2836_fsm differ diff --git a/postgres_data/base/16384/2836_vm b/postgres_data/base/16384/2836_vm new file mode 100644 index 0000000..c0d14c7 Binary files /dev/null and b/postgres_data/base/16384/2836_vm differ diff --git a/postgres_data/base/16384/2837 b/postgres_data/base/16384/2837 new file mode 100644 index 0000000..7cad1e9 Binary files /dev/null and b/postgres_data/base/16384/2837 differ diff --git a/postgres_data/base/16384/2838 b/postgres_data/base/16384/2838 new file mode 100644 index 0000000..7eae814 Binary files /dev/null and b/postgres_data/base/16384/2838 differ diff --git a/postgres_data/base/16384/2838_fsm b/postgres_data/base/16384/2838_fsm new file mode 100644 index 0000000..752e4c3 Binary files /dev/null and b/postgres_data/base/16384/2838_fsm differ diff --git a/postgres_data/base/16384/2838_vm b/postgres_data/base/16384/2838_vm new file mode 100644 index 0000000..1b8ac8c Binary files /dev/null and b/postgres_data/base/16384/2838_vm differ diff --git a/postgres_data/base/16384/2839 b/postgres_data/base/16384/2839 new file mode 100644 index 0000000..7bbd0ae Binary files /dev/null and b/postgres_data/base/16384/2839 differ diff --git a/postgres_data/base/16384/2840 b/postgres_data/base/16384/2840 new file mode 100644 index 0000000..f1e7da4 Binary files /dev/null and b/postgres_data/base/16384/2840 differ diff --git a/postgres_data/base/16384/2840_fsm b/postgres_data/base/16384/2840_fsm new file mode 100644 index 0000000..f8c5a4c Binary files /dev/null and b/postgres_data/base/16384/2840_fsm differ diff --git a/postgres_data/base/16384/2840_vm b/postgres_data/base/16384/2840_vm new file mode 100644 index 0000000..480c680 Binary files /dev/null and b/postgres_data/base/16384/2840_vm differ diff --git a/postgres_data/base/16384/2841 b/postgres_data/base/16384/2841 new file mode 100644 index 0000000..5e9b484 Binary files /dev/null and b/postgres_data/base/16384/2841 differ diff --git a/postgres_data/base/16384/2995 b/postgres_data/base/16384/2995 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/2996 b/postgres_data/base/16384/2996 new file mode 100644 index 0000000..5ed34d2 Binary files /dev/null and b/postgres_data/base/16384/2996 differ diff --git a/postgres_data/base/16384/3079 b/postgres_data/base/16384/3079 new file mode 100644 index 0000000..c92c60b Binary files /dev/null and b/postgres_data/base/16384/3079 differ diff --git a/postgres_data/base/16384/3079_fsm b/postgres_data/base/16384/3079_fsm new file mode 100644 index 0000000..6531195 Binary files /dev/null and b/postgres_data/base/16384/3079_fsm differ diff --git a/postgres_data/base/16384/3079_vm b/postgres_data/base/16384/3079_vm new file mode 100644 index 0000000..ee9665b Binary files /dev/null and b/postgres_data/base/16384/3079_vm differ diff --git a/postgres_data/base/16384/3080 b/postgres_data/base/16384/3080 new file mode 100644 index 0000000..478ccc0 Binary files /dev/null and b/postgres_data/base/16384/3080 differ diff --git a/postgres_data/base/16384/3081 b/postgres_data/base/16384/3081 new file mode 100644 index 0000000..e0a1956 Binary files /dev/null and b/postgres_data/base/16384/3081 differ diff --git a/postgres_data/base/16384/3085 b/postgres_data/base/16384/3085 new file mode 100644 index 0000000..d2a1840 Binary files /dev/null and b/postgres_data/base/16384/3085 differ diff --git a/postgres_data/base/16384/3118 b/postgres_data/base/16384/3118 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3119 b/postgres_data/base/16384/3119 new file mode 100644 index 0000000..25389c3 Binary files /dev/null and b/postgres_data/base/16384/3119 differ diff --git a/postgres_data/base/16384/3164 b/postgres_data/base/16384/3164 new file mode 100644 index 0000000..ef46da8 Binary files /dev/null and b/postgres_data/base/16384/3164 differ diff --git a/postgres_data/base/16384/3256 b/postgres_data/base/16384/3256 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3257 b/postgres_data/base/16384/3257 new file mode 100644 index 0000000..b9d6f39 Binary files /dev/null and b/postgres_data/base/16384/3257 differ diff --git a/postgres_data/base/16384/3258 b/postgres_data/base/16384/3258 new file mode 100644 index 0000000..a0c6ea7 Binary files /dev/null and b/postgres_data/base/16384/3258 differ diff --git a/postgres_data/base/16384/3350 b/postgres_data/base/16384/3350 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3351 b/postgres_data/base/16384/3351 new file mode 100644 index 0000000..d86cd70 Binary files /dev/null and b/postgres_data/base/16384/3351 differ diff --git a/postgres_data/base/16384/3379 b/postgres_data/base/16384/3379 new file mode 100644 index 0000000..c3a9c88 Binary files /dev/null and b/postgres_data/base/16384/3379 differ diff --git a/postgres_data/base/16384/3380 b/postgres_data/base/16384/3380 new file mode 100644 index 0000000..92c24f8 Binary files /dev/null and b/postgres_data/base/16384/3380 differ diff --git a/postgres_data/base/16384/3381 b/postgres_data/base/16384/3381 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3394 b/postgres_data/base/16384/3394 new file mode 100644 index 0000000..e3e7306 Binary files /dev/null and b/postgres_data/base/16384/3394 differ diff --git a/postgres_data/base/16384/3394_fsm b/postgres_data/base/16384/3394_fsm new file mode 100644 index 0000000..ba1d25d Binary files /dev/null and b/postgres_data/base/16384/3394_fsm differ diff --git a/postgres_data/base/16384/3394_vm b/postgres_data/base/16384/3394_vm new file mode 100644 index 0000000..c4d838e Binary files /dev/null and b/postgres_data/base/16384/3394_vm differ diff --git a/postgres_data/base/16384/3395 b/postgres_data/base/16384/3395 new file mode 100644 index 0000000..382a5eb Binary files /dev/null and b/postgres_data/base/16384/3395 differ diff --git a/postgres_data/base/16384/3429 b/postgres_data/base/16384/3429 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3430 b/postgres_data/base/16384/3430 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3431 b/postgres_data/base/16384/3431 new file mode 100644 index 0000000..05b779b Binary files /dev/null and b/postgres_data/base/16384/3431 differ diff --git a/postgres_data/base/16384/3433 b/postgres_data/base/16384/3433 new file mode 100644 index 0000000..f9605eb Binary files /dev/null and b/postgres_data/base/16384/3433 differ diff --git a/postgres_data/base/16384/3439 b/postgres_data/base/16384/3439 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3440 b/postgres_data/base/16384/3440 new file mode 100644 index 0000000..b9edb3c Binary files /dev/null and b/postgres_data/base/16384/3440 differ diff --git a/postgres_data/base/16384/3455 b/postgres_data/base/16384/3455 new file mode 100644 index 0000000..a2f2bfb Binary files /dev/null and b/postgres_data/base/16384/3455 differ diff --git a/postgres_data/base/16384/3456 b/postgres_data/base/16384/3456 new file mode 100644 index 0000000..43732e8 Binary files /dev/null and b/postgres_data/base/16384/3456 differ diff --git a/postgres_data/base/16384/3456_fsm b/postgres_data/base/16384/3456_fsm new file mode 100644 index 0000000..13081ed Binary files /dev/null and b/postgres_data/base/16384/3456_fsm differ diff --git a/postgres_data/base/16384/3456_vm b/postgres_data/base/16384/3456_vm new file mode 100644 index 0000000..9112da7 Binary files /dev/null and b/postgres_data/base/16384/3456_vm differ diff --git a/postgres_data/base/16384/3466 b/postgres_data/base/16384/3466 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3467 b/postgres_data/base/16384/3467 new file mode 100644 index 0000000..73c1280 Binary files /dev/null and b/postgres_data/base/16384/3467 differ diff --git a/postgres_data/base/16384/3468 b/postgres_data/base/16384/3468 new file mode 100644 index 0000000..4140980 Binary files /dev/null and b/postgres_data/base/16384/3468 differ diff --git a/postgres_data/base/16384/3501 b/postgres_data/base/16384/3501 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3502 b/postgres_data/base/16384/3502 new file mode 100644 index 0000000..adac972 Binary files /dev/null and b/postgres_data/base/16384/3502 differ diff --git a/postgres_data/base/16384/3503 b/postgres_data/base/16384/3503 new file mode 100644 index 0000000..f7c0a07 Binary files /dev/null and b/postgres_data/base/16384/3503 differ diff --git a/postgres_data/base/16384/3534 b/postgres_data/base/16384/3534 new file mode 100644 index 0000000..0577205 Binary files /dev/null and b/postgres_data/base/16384/3534 differ diff --git a/postgres_data/base/16384/3541 b/postgres_data/base/16384/3541 new file mode 100644 index 0000000..11629c1 Binary files /dev/null and b/postgres_data/base/16384/3541 differ diff --git a/postgres_data/base/16384/3541_fsm b/postgres_data/base/16384/3541_fsm new file mode 100644 index 0000000..ddbefa1 Binary files /dev/null and b/postgres_data/base/16384/3541_fsm differ diff --git a/postgres_data/base/16384/3541_vm b/postgres_data/base/16384/3541_vm new file mode 100644 index 0000000..d72ab5e Binary files /dev/null and b/postgres_data/base/16384/3541_vm differ diff --git a/postgres_data/base/16384/3542 b/postgres_data/base/16384/3542 new file mode 100644 index 0000000..320b767 Binary files /dev/null and b/postgres_data/base/16384/3542 differ diff --git a/postgres_data/base/16384/3574 b/postgres_data/base/16384/3574 new file mode 100644 index 0000000..3c44b88 Binary files /dev/null and b/postgres_data/base/16384/3574 differ diff --git a/postgres_data/base/16384/3575 b/postgres_data/base/16384/3575 new file mode 100644 index 0000000..22827c0 Binary files /dev/null and b/postgres_data/base/16384/3575 differ diff --git a/postgres_data/base/16384/3576 b/postgres_data/base/16384/3576 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3596 b/postgres_data/base/16384/3596 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3597 b/postgres_data/base/16384/3597 new file mode 100644 index 0000000..e94c69e Binary files /dev/null and b/postgres_data/base/16384/3597 differ diff --git a/postgres_data/base/16384/3598 b/postgres_data/base/16384/3598 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/3599 b/postgres_data/base/16384/3599 new file mode 100644 index 0000000..30844fa Binary files /dev/null and b/postgres_data/base/16384/3599 differ diff --git a/postgres_data/base/16384/3600 b/postgres_data/base/16384/3600 new file mode 100644 index 0000000..1edbbc4 Binary files /dev/null and b/postgres_data/base/16384/3600 differ diff --git a/postgres_data/base/16384/3600_fsm b/postgres_data/base/16384/3600_fsm new file mode 100644 index 0000000..322168c Binary files /dev/null and b/postgres_data/base/16384/3600_fsm differ diff --git a/postgres_data/base/16384/3600_vm b/postgres_data/base/16384/3600_vm new file mode 100644 index 0000000..7bbbe0a Binary files /dev/null and b/postgres_data/base/16384/3600_vm differ diff --git a/postgres_data/base/16384/3601 b/postgres_data/base/16384/3601 new file mode 100644 index 0000000..0580bea Binary files /dev/null and b/postgres_data/base/16384/3601 differ diff --git a/postgres_data/base/16384/3601_fsm b/postgres_data/base/16384/3601_fsm new file mode 100644 index 0000000..60cee22 Binary files /dev/null and b/postgres_data/base/16384/3601_fsm differ diff --git a/postgres_data/base/16384/3601_vm b/postgres_data/base/16384/3601_vm new file mode 100644 index 0000000..b09184c Binary files /dev/null and b/postgres_data/base/16384/3601_vm differ diff --git a/postgres_data/base/16384/3602 b/postgres_data/base/16384/3602 new file mode 100644 index 0000000..31d42c3 Binary files /dev/null and b/postgres_data/base/16384/3602 differ diff --git a/postgres_data/base/16384/3602_fsm b/postgres_data/base/16384/3602_fsm new file mode 100644 index 0000000..4df829f Binary files /dev/null and b/postgres_data/base/16384/3602_fsm differ diff --git a/postgres_data/base/16384/3602_vm b/postgres_data/base/16384/3602_vm new file mode 100644 index 0000000..17cca36 Binary files /dev/null and b/postgres_data/base/16384/3602_vm differ diff --git a/postgres_data/base/16384/3603 b/postgres_data/base/16384/3603 new file mode 100644 index 0000000..5dec0af Binary files /dev/null and b/postgres_data/base/16384/3603 differ diff --git a/postgres_data/base/16384/3603_fsm b/postgres_data/base/16384/3603_fsm new file mode 100644 index 0000000..4cd5ab2 Binary files /dev/null and b/postgres_data/base/16384/3603_fsm differ diff --git a/postgres_data/base/16384/3603_vm b/postgres_data/base/16384/3603_vm new file mode 100644 index 0000000..bee8d90 Binary files /dev/null and b/postgres_data/base/16384/3603_vm differ diff --git a/postgres_data/base/16384/3604 b/postgres_data/base/16384/3604 new file mode 100644 index 0000000..ed8075c Binary files /dev/null and b/postgres_data/base/16384/3604 differ diff --git a/postgres_data/base/16384/3605 b/postgres_data/base/16384/3605 new file mode 100644 index 0000000..c455142 Binary files /dev/null and b/postgres_data/base/16384/3605 differ diff --git a/postgres_data/base/16384/3606 b/postgres_data/base/16384/3606 new file mode 100644 index 0000000..777b4b7 Binary files /dev/null and b/postgres_data/base/16384/3606 differ diff --git a/postgres_data/base/16384/3607 b/postgres_data/base/16384/3607 new file mode 100644 index 0000000..aefa936 Binary files /dev/null and b/postgres_data/base/16384/3607 differ diff --git a/postgres_data/base/16384/3608 b/postgres_data/base/16384/3608 new file mode 100644 index 0000000..175b2b9 Binary files /dev/null and b/postgres_data/base/16384/3608 differ diff --git a/postgres_data/base/16384/3609 b/postgres_data/base/16384/3609 new file mode 100644 index 0000000..f62c3ac Binary files /dev/null and b/postgres_data/base/16384/3609 differ diff --git a/postgres_data/base/16384/3712 b/postgres_data/base/16384/3712 new file mode 100644 index 0000000..3a6368b Binary files /dev/null and b/postgres_data/base/16384/3712 differ diff --git a/postgres_data/base/16384/3764 b/postgres_data/base/16384/3764 new file mode 100644 index 0000000..b26d687 Binary files /dev/null and b/postgres_data/base/16384/3764 differ diff --git a/postgres_data/base/16384/3764_fsm b/postgres_data/base/16384/3764_fsm new file mode 100644 index 0000000..15783ff Binary files /dev/null and b/postgres_data/base/16384/3764_fsm differ diff --git a/postgres_data/base/16384/3764_vm b/postgres_data/base/16384/3764_vm new file mode 100644 index 0000000..a2a4869 Binary files /dev/null and b/postgres_data/base/16384/3764_vm differ diff --git a/postgres_data/base/16384/3766 b/postgres_data/base/16384/3766 new file mode 100644 index 0000000..b9d3164 Binary files /dev/null and b/postgres_data/base/16384/3766 differ diff --git a/postgres_data/base/16384/3767 b/postgres_data/base/16384/3767 new file mode 100644 index 0000000..ec68e66 Binary files /dev/null and b/postgres_data/base/16384/3767 differ diff --git a/postgres_data/base/16384/3997 b/postgres_data/base/16384/3997 new file mode 100644 index 0000000..9fa4f1a Binary files /dev/null and b/postgres_data/base/16384/3997 differ diff --git a/postgres_data/base/16384/4143 b/postgres_data/base/16384/4143 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4144 b/postgres_data/base/16384/4144 new file mode 100644 index 0000000..ada37c7 Binary files /dev/null and b/postgres_data/base/16384/4144 differ diff --git a/postgres_data/base/16384/4145 b/postgres_data/base/16384/4145 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4146 b/postgres_data/base/16384/4146 new file mode 100644 index 0000000..999c1e5 Binary files /dev/null and b/postgres_data/base/16384/4146 differ diff --git a/postgres_data/base/16384/4147 b/postgres_data/base/16384/4147 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4148 b/postgres_data/base/16384/4148 new file mode 100644 index 0000000..c141615 Binary files /dev/null and b/postgres_data/base/16384/4148 differ diff --git a/postgres_data/base/16384/4149 b/postgres_data/base/16384/4149 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4150 b/postgres_data/base/16384/4150 new file mode 100644 index 0000000..669beda Binary files /dev/null and b/postgres_data/base/16384/4150 differ diff --git a/postgres_data/base/16384/4151 b/postgres_data/base/16384/4151 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4152 b/postgres_data/base/16384/4152 new file mode 100644 index 0000000..0ba9935 Binary files /dev/null and b/postgres_data/base/16384/4152 differ diff --git a/postgres_data/base/16384/4153 b/postgres_data/base/16384/4153 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4154 b/postgres_data/base/16384/4154 new file mode 100644 index 0000000..2db6f7e Binary files /dev/null and b/postgres_data/base/16384/4154 differ diff --git a/postgres_data/base/16384/4155 b/postgres_data/base/16384/4155 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4156 b/postgres_data/base/16384/4156 new file mode 100644 index 0000000..1d3fa4a Binary files /dev/null and b/postgres_data/base/16384/4156 differ diff --git a/postgres_data/base/16384/4157 b/postgres_data/base/16384/4157 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4158 b/postgres_data/base/16384/4158 new file mode 100644 index 0000000..0c69fc3 Binary files /dev/null and b/postgres_data/base/16384/4158 differ diff --git a/postgres_data/base/16384/4159 b/postgres_data/base/16384/4159 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4160 b/postgres_data/base/16384/4160 new file mode 100644 index 0000000..43eab60 Binary files /dev/null and b/postgres_data/base/16384/4160 differ diff --git a/postgres_data/base/16384/4163 b/postgres_data/base/16384/4163 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4164 b/postgres_data/base/16384/4164 new file mode 100644 index 0000000..e17cd43 Binary files /dev/null and b/postgres_data/base/16384/4164 differ diff --git a/postgres_data/base/16384/4165 b/postgres_data/base/16384/4165 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4166 b/postgres_data/base/16384/4166 new file mode 100644 index 0000000..1d7873c Binary files /dev/null and b/postgres_data/base/16384/4166 differ diff --git a/postgres_data/base/16384/4167 b/postgres_data/base/16384/4167 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4168 b/postgres_data/base/16384/4168 new file mode 100644 index 0000000..9b25fb7 Binary files /dev/null and b/postgres_data/base/16384/4168 differ diff --git a/postgres_data/base/16384/4169 b/postgres_data/base/16384/4169 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4170 b/postgres_data/base/16384/4170 new file mode 100644 index 0000000..c7f518e Binary files /dev/null and b/postgres_data/base/16384/4170 differ diff --git a/postgres_data/base/16384/4171 b/postgres_data/base/16384/4171 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4172 b/postgres_data/base/16384/4172 new file mode 100644 index 0000000..53a862d Binary files /dev/null and b/postgres_data/base/16384/4172 differ diff --git a/postgres_data/base/16384/4173 b/postgres_data/base/16384/4173 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/4174 b/postgres_data/base/16384/4174 new file mode 100644 index 0000000..82b4758 Binary files /dev/null and b/postgres_data/base/16384/4174 differ diff --git a/postgres_data/base/16384/5002 b/postgres_data/base/16384/5002 new file mode 100644 index 0000000..7087eae Binary files /dev/null and b/postgres_data/base/16384/5002 differ diff --git a/postgres_data/base/16384/548 b/postgres_data/base/16384/548 new file mode 100644 index 0000000..72868ef Binary files /dev/null and b/postgres_data/base/16384/548 differ diff --git a/postgres_data/base/16384/549 b/postgres_data/base/16384/549 new file mode 100644 index 0000000..fb557e9 Binary files /dev/null and b/postgres_data/base/16384/549 differ diff --git a/postgres_data/base/16384/6102 b/postgres_data/base/16384/6102 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/6104 b/postgres_data/base/16384/6104 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/6106 b/postgres_data/base/16384/6106 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/6110 b/postgres_data/base/16384/6110 new file mode 100644 index 0000000..1032019 Binary files /dev/null and b/postgres_data/base/16384/6110 differ diff --git a/postgres_data/base/16384/6111 b/postgres_data/base/16384/6111 new file mode 100644 index 0000000..135fe0b Binary files /dev/null and b/postgres_data/base/16384/6111 differ diff --git a/postgres_data/base/16384/6112 b/postgres_data/base/16384/6112 new file mode 100644 index 0000000..28f4555 Binary files /dev/null and b/postgres_data/base/16384/6112 differ diff --git a/postgres_data/base/16384/6113 b/postgres_data/base/16384/6113 new file mode 100644 index 0000000..027ecbe Binary files /dev/null and b/postgres_data/base/16384/6113 differ diff --git a/postgres_data/base/16384/6116 b/postgres_data/base/16384/6116 new file mode 100644 index 0000000..4872c86 Binary files /dev/null and b/postgres_data/base/16384/6116 differ diff --git a/postgres_data/base/16384/6117 b/postgres_data/base/16384/6117 new file mode 100644 index 0000000..c81cb0e Binary files /dev/null and b/postgres_data/base/16384/6117 differ diff --git a/postgres_data/base/16384/6175 b/postgres_data/base/16384/6175 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/6176 b/postgres_data/base/16384/6176 new file mode 100644 index 0000000..55aeb00 Binary files /dev/null and b/postgres_data/base/16384/6176 differ diff --git a/postgres_data/base/16384/6228 b/postgres_data/base/16384/6228 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/6229 b/postgres_data/base/16384/6229 new file mode 100644 index 0000000..fae0b38 Binary files /dev/null and b/postgres_data/base/16384/6229 differ diff --git a/postgres_data/base/16384/6237 b/postgres_data/base/16384/6237 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/6238 b/postgres_data/base/16384/6238 new file mode 100644 index 0000000..dd84414 Binary files /dev/null and b/postgres_data/base/16384/6238 differ diff --git a/postgres_data/base/16384/6239 b/postgres_data/base/16384/6239 new file mode 100644 index 0000000..d2f679c Binary files /dev/null and b/postgres_data/base/16384/6239 differ diff --git a/postgres_data/base/16384/826 b/postgres_data/base/16384/826 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/16384/827 b/postgres_data/base/16384/827 new file mode 100644 index 0000000..4332f37 Binary files /dev/null and b/postgres_data/base/16384/827 differ diff --git a/postgres_data/base/16384/828 b/postgres_data/base/16384/828 new file mode 100644 index 0000000..ba782fe Binary files /dev/null and b/postgres_data/base/16384/828 differ diff --git a/postgres_data/base/16384/PG_VERSION b/postgres_data/base/16384/PG_VERSION new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/postgres_data/base/16384/PG_VERSION @@ -0,0 +1 @@ +16 diff --git a/postgres_data/base/16384/pg_filenode.map b/postgres_data/base/16384/pg_filenode.map new file mode 100644 index 0000000..4fc801a Binary files /dev/null and b/postgres_data/base/16384/pg_filenode.map differ diff --git a/postgres_data/base/16384/pg_internal.init b/postgres_data/base/16384/pg_internal.init new file mode 100644 index 0000000..c089352 Binary files /dev/null and b/postgres_data/base/16384/pg_internal.init differ diff --git a/postgres_data/base/4/112 b/postgres_data/base/4/112 new file mode 100644 index 0000000..2bfc88c Binary files /dev/null and b/postgres_data/base/4/112 differ diff --git a/postgres_data/base/4/113 b/postgres_data/base/4/113 new file mode 100644 index 0000000..c36defa Binary files /dev/null and b/postgres_data/base/4/113 differ diff --git a/postgres_data/base/4/1247 b/postgres_data/base/4/1247 new file mode 100644 index 0000000..9a43b99 Binary files /dev/null and b/postgres_data/base/4/1247 differ diff --git a/postgres_data/base/4/1247_fsm b/postgres_data/base/4/1247_fsm new file mode 100644 index 0000000..013faac Binary files /dev/null and b/postgres_data/base/4/1247_fsm differ diff --git a/postgres_data/base/4/1247_vm b/postgres_data/base/4/1247_vm new file mode 100644 index 0000000..4799189 Binary files /dev/null and b/postgres_data/base/4/1247_vm differ diff --git a/postgres_data/base/4/1249 b/postgres_data/base/4/1249 new file mode 100644 index 0000000..481d8db Binary files /dev/null and b/postgres_data/base/4/1249 differ diff --git a/postgres_data/base/4/1249_fsm b/postgres_data/base/4/1249_fsm new file mode 100644 index 0000000..a538ac8 Binary files /dev/null and b/postgres_data/base/4/1249_fsm differ diff --git a/postgres_data/base/4/1249_vm b/postgres_data/base/4/1249_vm new file mode 100644 index 0000000..96b113d Binary files /dev/null and b/postgres_data/base/4/1249_vm differ diff --git a/postgres_data/base/4/1255 b/postgres_data/base/4/1255 new file mode 100644 index 0000000..faa2e8a Binary files /dev/null and b/postgres_data/base/4/1255 differ diff --git a/postgres_data/base/4/1255_fsm b/postgres_data/base/4/1255_fsm new file mode 100644 index 0000000..69a5d8f Binary files /dev/null and b/postgres_data/base/4/1255_fsm differ diff --git a/postgres_data/base/4/1255_vm b/postgres_data/base/4/1255_vm new file mode 100644 index 0000000..8a4d263 Binary files /dev/null and b/postgres_data/base/4/1255_vm differ diff --git a/postgres_data/base/4/1259 b/postgres_data/base/4/1259 new file mode 100644 index 0000000..1c9e6f7 Binary files /dev/null and b/postgres_data/base/4/1259 differ diff --git a/postgres_data/base/4/1259_fsm b/postgres_data/base/4/1259_fsm new file mode 100644 index 0000000..05d8c51 Binary files /dev/null and b/postgres_data/base/4/1259_fsm differ diff --git a/postgres_data/base/4/1259_vm b/postgres_data/base/4/1259_vm new file mode 100644 index 0000000..d0d00eb Binary files /dev/null and b/postgres_data/base/4/1259_vm differ diff --git a/postgres_data/base/4/13457 b/postgres_data/base/4/13457 new file mode 100644 index 0000000..d3202a7 Binary files /dev/null and b/postgres_data/base/4/13457 differ diff --git a/postgres_data/base/4/13457_fsm b/postgres_data/base/4/13457_fsm new file mode 100644 index 0000000..2a80b9a Binary files /dev/null and b/postgres_data/base/4/13457_fsm differ diff --git a/postgres_data/base/4/13457_vm b/postgres_data/base/4/13457_vm new file mode 100644 index 0000000..58b2667 Binary files /dev/null and b/postgres_data/base/4/13457_vm differ diff --git a/postgres_data/base/4/13460 b/postgres_data/base/4/13460 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/13461 b/postgres_data/base/4/13461 new file mode 100644 index 0000000..974dd4b Binary files /dev/null and b/postgres_data/base/4/13461 differ diff --git a/postgres_data/base/4/13462 b/postgres_data/base/4/13462 new file mode 100644 index 0000000..5dfecf9 Binary files /dev/null and b/postgres_data/base/4/13462 differ diff --git a/postgres_data/base/4/13462_fsm b/postgres_data/base/4/13462_fsm new file mode 100644 index 0000000..70d16ce Binary files /dev/null and b/postgres_data/base/4/13462_fsm differ diff --git a/postgres_data/base/4/13462_vm b/postgres_data/base/4/13462_vm new file mode 100644 index 0000000..7740030 Binary files /dev/null and b/postgres_data/base/4/13462_vm differ diff --git a/postgres_data/base/4/13465 b/postgres_data/base/4/13465 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/13466 b/postgres_data/base/4/13466 new file mode 100644 index 0000000..30db08b Binary files /dev/null and b/postgres_data/base/4/13466 differ diff --git a/postgres_data/base/4/13467 b/postgres_data/base/4/13467 new file mode 100644 index 0000000..65d29b0 Binary files /dev/null and b/postgres_data/base/4/13467 differ diff --git a/postgres_data/base/4/13467_fsm b/postgres_data/base/4/13467_fsm new file mode 100644 index 0000000..0673ada Binary files /dev/null and b/postgres_data/base/4/13467_fsm differ diff --git a/postgres_data/base/4/13467_vm b/postgres_data/base/4/13467_vm new file mode 100644 index 0000000..45db96c Binary files /dev/null and b/postgres_data/base/4/13467_vm differ diff --git a/postgres_data/base/4/13470 b/postgres_data/base/4/13470 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/13471 b/postgres_data/base/4/13471 new file mode 100644 index 0000000..8b8216c Binary files /dev/null and b/postgres_data/base/4/13471 differ diff --git a/postgres_data/base/4/13472 b/postgres_data/base/4/13472 new file mode 100644 index 0000000..54223fa Binary files /dev/null and b/postgres_data/base/4/13472 differ diff --git a/postgres_data/base/4/13472_fsm b/postgres_data/base/4/13472_fsm new file mode 100644 index 0000000..a836ddf Binary files /dev/null and b/postgres_data/base/4/13472_fsm differ diff --git a/postgres_data/base/4/13472_vm b/postgres_data/base/4/13472_vm new file mode 100644 index 0000000..9a069cf Binary files /dev/null and b/postgres_data/base/4/13472_vm differ diff --git a/postgres_data/base/4/13475 b/postgres_data/base/4/13475 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/13476 b/postgres_data/base/4/13476 new file mode 100644 index 0000000..5866741 Binary files /dev/null and b/postgres_data/base/4/13476 differ diff --git a/postgres_data/base/4/1417 b/postgres_data/base/4/1417 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/1418 b/postgres_data/base/4/1418 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/174 b/postgres_data/base/4/174 new file mode 100644 index 0000000..fedcb88 Binary files /dev/null and b/postgres_data/base/4/174 differ diff --git a/postgres_data/base/4/175 b/postgres_data/base/4/175 new file mode 100644 index 0000000..7ee5b4a Binary files /dev/null and b/postgres_data/base/4/175 differ diff --git a/postgres_data/base/4/2187 b/postgres_data/base/4/2187 new file mode 100644 index 0000000..77d8c76 Binary files /dev/null and b/postgres_data/base/4/2187 differ diff --git a/postgres_data/base/4/2224 b/postgres_data/base/4/2224 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2228 b/postgres_data/base/4/2228 new file mode 100644 index 0000000..738f259 Binary files /dev/null and b/postgres_data/base/4/2228 differ diff --git a/postgres_data/base/4/2328 b/postgres_data/base/4/2328 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2336 b/postgres_data/base/4/2336 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2337 b/postgres_data/base/4/2337 new file mode 100644 index 0000000..b706ef8 Binary files /dev/null and b/postgres_data/base/4/2337 differ diff --git a/postgres_data/base/4/2579 b/postgres_data/base/4/2579 new file mode 100644 index 0000000..561b884 Binary files /dev/null and b/postgres_data/base/4/2579 differ diff --git a/postgres_data/base/4/2600 b/postgres_data/base/4/2600 new file mode 100644 index 0000000..d98ee62 Binary files /dev/null and b/postgres_data/base/4/2600 differ diff --git a/postgres_data/base/4/2600_fsm b/postgres_data/base/4/2600_fsm new file mode 100644 index 0000000..0938592 Binary files /dev/null and b/postgres_data/base/4/2600_fsm differ diff --git a/postgres_data/base/4/2600_vm b/postgres_data/base/4/2600_vm new file mode 100644 index 0000000..1260eec Binary files /dev/null and b/postgres_data/base/4/2600_vm differ diff --git a/postgres_data/base/4/2601 b/postgres_data/base/4/2601 new file mode 100644 index 0000000..d8001c8 Binary files /dev/null and b/postgres_data/base/4/2601 differ diff --git a/postgres_data/base/4/2601_fsm b/postgres_data/base/4/2601_fsm new file mode 100644 index 0000000..d388044 Binary files /dev/null and b/postgres_data/base/4/2601_fsm differ diff --git a/postgres_data/base/4/2601_vm b/postgres_data/base/4/2601_vm new file mode 100644 index 0000000..83a66f3 Binary files /dev/null and b/postgres_data/base/4/2601_vm differ diff --git a/postgres_data/base/4/2602 b/postgres_data/base/4/2602 new file mode 100644 index 0000000..4a27b0a Binary files /dev/null and b/postgres_data/base/4/2602 differ diff --git a/postgres_data/base/4/2602_fsm b/postgres_data/base/4/2602_fsm new file mode 100644 index 0000000..23170d8 Binary files /dev/null and b/postgres_data/base/4/2602_fsm differ diff --git a/postgres_data/base/4/2602_vm b/postgres_data/base/4/2602_vm new file mode 100644 index 0000000..ed0520b Binary files /dev/null and b/postgres_data/base/4/2602_vm differ diff --git a/postgres_data/base/4/2603 b/postgres_data/base/4/2603 new file mode 100644 index 0000000..d511af5 Binary files /dev/null and b/postgres_data/base/4/2603 differ diff --git a/postgres_data/base/4/2603_fsm b/postgres_data/base/4/2603_fsm new file mode 100644 index 0000000..949bd18 Binary files /dev/null and b/postgres_data/base/4/2603_fsm differ diff --git a/postgres_data/base/4/2603_vm b/postgres_data/base/4/2603_vm new file mode 100644 index 0000000..224a521 Binary files /dev/null and b/postgres_data/base/4/2603_vm differ diff --git a/postgres_data/base/4/2604 b/postgres_data/base/4/2604 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2605 b/postgres_data/base/4/2605 new file mode 100644 index 0000000..eeaa7ea Binary files /dev/null and b/postgres_data/base/4/2605 differ diff --git a/postgres_data/base/4/2605_fsm b/postgres_data/base/4/2605_fsm new file mode 100644 index 0000000..f3b92bf Binary files /dev/null and b/postgres_data/base/4/2605_fsm differ diff --git a/postgres_data/base/4/2605_vm b/postgres_data/base/4/2605_vm new file mode 100644 index 0000000..c4fe931 Binary files /dev/null and b/postgres_data/base/4/2605_vm differ diff --git a/postgres_data/base/4/2606 b/postgres_data/base/4/2606 new file mode 100644 index 0000000..612ede5 Binary files /dev/null and b/postgres_data/base/4/2606 differ diff --git a/postgres_data/base/4/2606_fsm b/postgres_data/base/4/2606_fsm new file mode 100644 index 0000000..267454e Binary files /dev/null and b/postgres_data/base/4/2606_fsm differ diff --git a/postgres_data/base/4/2606_vm b/postgres_data/base/4/2606_vm new file mode 100644 index 0000000..6f4a20e Binary files /dev/null and b/postgres_data/base/4/2606_vm differ diff --git a/postgres_data/base/4/2607 b/postgres_data/base/4/2607 new file mode 100644 index 0000000..bfad49a Binary files /dev/null and b/postgres_data/base/4/2607 differ diff --git a/postgres_data/base/4/2607_fsm b/postgres_data/base/4/2607_fsm new file mode 100644 index 0000000..80ac8b1 Binary files /dev/null and b/postgres_data/base/4/2607_fsm differ diff --git a/postgres_data/base/4/2607_vm b/postgres_data/base/4/2607_vm new file mode 100644 index 0000000..1cd49fa Binary files /dev/null and b/postgres_data/base/4/2607_vm differ diff --git a/postgres_data/base/4/2608 b/postgres_data/base/4/2608 new file mode 100644 index 0000000..86280f3 Binary files /dev/null and b/postgres_data/base/4/2608 differ diff --git a/postgres_data/base/4/2608_fsm b/postgres_data/base/4/2608_fsm new file mode 100644 index 0000000..95081cd Binary files /dev/null and b/postgres_data/base/4/2608_fsm differ diff --git a/postgres_data/base/4/2608_vm b/postgres_data/base/4/2608_vm new file mode 100644 index 0000000..064d10e Binary files /dev/null and b/postgres_data/base/4/2608_vm differ diff --git a/postgres_data/base/4/2609 b/postgres_data/base/4/2609 new file mode 100644 index 0000000..7675219 Binary files /dev/null and b/postgres_data/base/4/2609 differ diff --git a/postgres_data/base/4/2609_fsm b/postgres_data/base/4/2609_fsm new file mode 100644 index 0000000..624979d Binary files /dev/null and b/postgres_data/base/4/2609_fsm differ diff --git a/postgres_data/base/4/2609_vm b/postgres_data/base/4/2609_vm new file mode 100644 index 0000000..ab991ee Binary files /dev/null and b/postgres_data/base/4/2609_vm differ diff --git a/postgres_data/base/4/2610 b/postgres_data/base/4/2610 new file mode 100644 index 0000000..6ff0eec Binary files /dev/null and b/postgres_data/base/4/2610 differ diff --git a/postgres_data/base/4/2610_fsm b/postgres_data/base/4/2610_fsm new file mode 100644 index 0000000..ecbcb5f Binary files /dev/null and b/postgres_data/base/4/2610_fsm differ diff --git a/postgres_data/base/4/2610_vm b/postgres_data/base/4/2610_vm new file mode 100644 index 0000000..54c2ee6 Binary files /dev/null and b/postgres_data/base/4/2610_vm differ diff --git a/postgres_data/base/4/2611 b/postgres_data/base/4/2611 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2612 b/postgres_data/base/4/2612 new file mode 100644 index 0000000..fb17a06 Binary files /dev/null and b/postgres_data/base/4/2612 differ diff --git a/postgres_data/base/4/2612_fsm b/postgres_data/base/4/2612_fsm new file mode 100644 index 0000000..877976a Binary files /dev/null and b/postgres_data/base/4/2612_fsm differ diff --git a/postgres_data/base/4/2612_vm b/postgres_data/base/4/2612_vm new file mode 100644 index 0000000..abd3ff1 Binary files /dev/null and b/postgres_data/base/4/2612_vm differ diff --git a/postgres_data/base/4/2613 b/postgres_data/base/4/2613 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2615 b/postgres_data/base/4/2615 new file mode 100644 index 0000000..7143b28 Binary files /dev/null and b/postgres_data/base/4/2615 differ diff --git a/postgres_data/base/4/2615_fsm b/postgres_data/base/4/2615_fsm new file mode 100644 index 0000000..d041693 Binary files /dev/null and b/postgres_data/base/4/2615_fsm differ diff --git a/postgres_data/base/4/2615_vm b/postgres_data/base/4/2615_vm new file mode 100644 index 0000000..000c93e Binary files /dev/null and b/postgres_data/base/4/2615_vm differ diff --git a/postgres_data/base/4/2616 b/postgres_data/base/4/2616 new file mode 100644 index 0000000..0d60d79 Binary files /dev/null and b/postgres_data/base/4/2616 differ diff --git a/postgres_data/base/4/2616_fsm b/postgres_data/base/4/2616_fsm new file mode 100644 index 0000000..cb924c9 Binary files /dev/null and b/postgres_data/base/4/2616_fsm differ diff --git a/postgres_data/base/4/2616_vm b/postgres_data/base/4/2616_vm new file mode 100644 index 0000000..8ad731f Binary files /dev/null and b/postgres_data/base/4/2616_vm differ diff --git a/postgres_data/base/4/2617 b/postgres_data/base/4/2617 new file mode 100644 index 0000000..bcdfc18 Binary files /dev/null and b/postgres_data/base/4/2617 differ diff --git a/postgres_data/base/4/2617_fsm b/postgres_data/base/4/2617_fsm new file mode 100644 index 0000000..29d6066 Binary files /dev/null and b/postgres_data/base/4/2617_fsm differ diff --git a/postgres_data/base/4/2617_vm b/postgres_data/base/4/2617_vm new file mode 100644 index 0000000..ea64422 Binary files /dev/null and b/postgres_data/base/4/2617_vm differ diff --git a/postgres_data/base/4/2618 b/postgres_data/base/4/2618 new file mode 100644 index 0000000..b779d95 Binary files /dev/null and b/postgres_data/base/4/2618 differ diff --git a/postgres_data/base/4/2618_fsm b/postgres_data/base/4/2618_fsm new file mode 100644 index 0000000..bcee926 Binary files /dev/null and b/postgres_data/base/4/2618_fsm differ diff --git a/postgres_data/base/4/2618_vm b/postgres_data/base/4/2618_vm new file mode 100644 index 0000000..eb80c34 Binary files /dev/null and b/postgres_data/base/4/2618_vm differ diff --git a/postgres_data/base/4/2619 b/postgres_data/base/4/2619 new file mode 100644 index 0000000..2610208 Binary files /dev/null and b/postgres_data/base/4/2619 differ diff --git a/postgres_data/base/4/2619_fsm b/postgres_data/base/4/2619_fsm new file mode 100644 index 0000000..d1e1152 Binary files /dev/null and b/postgres_data/base/4/2619_fsm differ diff --git a/postgres_data/base/4/2619_vm b/postgres_data/base/4/2619_vm new file mode 100644 index 0000000..f086ba5 Binary files /dev/null and b/postgres_data/base/4/2619_vm differ diff --git a/postgres_data/base/4/2620 b/postgres_data/base/4/2620 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2650 b/postgres_data/base/4/2650 new file mode 100644 index 0000000..ef4f21b Binary files /dev/null and b/postgres_data/base/4/2650 differ diff --git a/postgres_data/base/4/2651 b/postgres_data/base/4/2651 new file mode 100644 index 0000000..9d21e32 Binary files /dev/null and b/postgres_data/base/4/2651 differ diff --git a/postgres_data/base/4/2652 b/postgres_data/base/4/2652 new file mode 100644 index 0000000..ab6e13e Binary files /dev/null and b/postgres_data/base/4/2652 differ diff --git a/postgres_data/base/4/2653 b/postgres_data/base/4/2653 new file mode 100644 index 0000000..4c032c8 Binary files /dev/null and b/postgres_data/base/4/2653 differ diff --git a/postgres_data/base/4/2654 b/postgres_data/base/4/2654 new file mode 100644 index 0000000..53aa6fc Binary files /dev/null and b/postgres_data/base/4/2654 differ diff --git a/postgres_data/base/4/2655 b/postgres_data/base/4/2655 new file mode 100644 index 0000000..0b22aae Binary files /dev/null and b/postgres_data/base/4/2655 differ diff --git a/postgres_data/base/4/2656 b/postgres_data/base/4/2656 new file mode 100644 index 0000000..0e2e0bc Binary files /dev/null and b/postgres_data/base/4/2656 differ diff --git a/postgres_data/base/4/2657 b/postgres_data/base/4/2657 new file mode 100644 index 0000000..a87fd85 Binary files /dev/null and b/postgres_data/base/4/2657 differ diff --git a/postgres_data/base/4/2658 b/postgres_data/base/4/2658 new file mode 100644 index 0000000..c3ce09d Binary files /dev/null and b/postgres_data/base/4/2658 differ diff --git a/postgres_data/base/4/2659 b/postgres_data/base/4/2659 new file mode 100644 index 0000000..6276bbc Binary files /dev/null and b/postgres_data/base/4/2659 differ diff --git a/postgres_data/base/4/2660 b/postgres_data/base/4/2660 new file mode 100644 index 0000000..3a7a1d2 Binary files /dev/null and b/postgres_data/base/4/2660 differ diff --git a/postgres_data/base/4/2661 b/postgres_data/base/4/2661 new file mode 100644 index 0000000..aa5178a Binary files /dev/null and b/postgres_data/base/4/2661 differ diff --git a/postgres_data/base/4/2662 b/postgres_data/base/4/2662 new file mode 100644 index 0000000..2006be4 Binary files /dev/null and b/postgres_data/base/4/2662 differ diff --git a/postgres_data/base/4/2663 b/postgres_data/base/4/2663 new file mode 100644 index 0000000..a119c8f Binary files /dev/null and b/postgres_data/base/4/2663 differ diff --git a/postgres_data/base/4/2664 b/postgres_data/base/4/2664 new file mode 100644 index 0000000..e589535 Binary files /dev/null and b/postgres_data/base/4/2664 differ diff --git a/postgres_data/base/4/2665 b/postgres_data/base/4/2665 new file mode 100644 index 0000000..ce3d2f7 Binary files /dev/null and b/postgres_data/base/4/2665 differ diff --git a/postgres_data/base/4/2666 b/postgres_data/base/4/2666 new file mode 100644 index 0000000..19dd159 Binary files /dev/null and b/postgres_data/base/4/2666 differ diff --git a/postgres_data/base/4/2667 b/postgres_data/base/4/2667 new file mode 100644 index 0000000..afe4793 Binary files /dev/null and b/postgres_data/base/4/2667 differ diff --git a/postgres_data/base/4/2668 b/postgres_data/base/4/2668 new file mode 100644 index 0000000..c5baf1d Binary files /dev/null and b/postgres_data/base/4/2668 differ diff --git a/postgres_data/base/4/2669 b/postgres_data/base/4/2669 new file mode 100644 index 0000000..7379bc3 Binary files /dev/null and b/postgres_data/base/4/2669 differ diff --git a/postgres_data/base/4/2670 b/postgres_data/base/4/2670 new file mode 100644 index 0000000..5b35b4d Binary files /dev/null and b/postgres_data/base/4/2670 differ diff --git a/postgres_data/base/4/2673 b/postgres_data/base/4/2673 new file mode 100644 index 0000000..1eecb58 Binary files /dev/null and b/postgres_data/base/4/2673 differ diff --git a/postgres_data/base/4/2674 b/postgres_data/base/4/2674 new file mode 100644 index 0000000..b8b73ef Binary files /dev/null and b/postgres_data/base/4/2674 differ diff --git a/postgres_data/base/4/2675 b/postgres_data/base/4/2675 new file mode 100644 index 0000000..f54fc95 Binary files /dev/null and b/postgres_data/base/4/2675 differ diff --git a/postgres_data/base/4/2678 b/postgres_data/base/4/2678 new file mode 100644 index 0000000..94ce9ea Binary files /dev/null and b/postgres_data/base/4/2678 differ diff --git a/postgres_data/base/4/2679 b/postgres_data/base/4/2679 new file mode 100644 index 0000000..6d0e0ce Binary files /dev/null and b/postgres_data/base/4/2679 differ diff --git a/postgres_data/base/4/2680 b/postgres_data/base/4/2680 new file mode 100644 index 0000000..e15ddb4 Binary files /dev/null and b/postgres_data/base/4/2680 differ diff --git a/postgres_data/base/4/2681 b/postgres_data/base/4/2681 new file mode 100644 index 0000000..2271726 Binary files /dev/null and b/postgres_data/base/4/2681 differ diff --git a/postgres_data/base/4/2682 b/postgres_data/base/4/2682 new file mode 100644 index 0000000..2bf5fbd Binary files /dev/null and b/postgres_data/base/4/2682 differ diff --git a/postgres_data/base/4/2683 b/postgres_data/base/4/2683 new file mode 100644 index 0000000..014cbee Binary files /dev/null and b/postgres_data/base/4/2683 differ diff --git a/postgres_data/base/4/2684 b/postgres_data/base/4/2684 new file mode 100644 index 0000000..c550bb4 Binary files /dev/null and b/postgres_data/base/4/2684 differ diff --git a/postgres_data/base/4/2685 b/postgres_data/base/4/2685 new file mode 100644 index 0000000..f00914d Binary files /dev/null and b/postgres_data/base/4/2685 differ diff --git a/postgres_data/base/4/2686 b/postgres_data/base/4/2686 new file mode 100644 index 0000000..51e4357 Binary files /dev/null and b/postgres_data/base/4/2686 differ diff --git a/postgres_data/base/4/2687 b/postgres_data/base/4/2687 new file mode 100644 index 0000000..8df59d1 Binary files /dev/null and b/postgres_data/base/4/2687 differ diff --git a/postgres_data/base/4/2688 b/postgres_data/base/4/2688 new file mode 100644 index 0000000..f5448dc Binary files /dev/null and b/postgres_data/base/4/2688 differ diff --git a/postgres_data/base/4/2689 b/postgres_data/base/4/2689 new file mode 100644 index 0000000..8f8223b Binary files /dev/null and b/postgres_data/base/4/2689 differ diff --git a/postgres_data/base/4/2690 b/postgres_data/base/4/2690 new file mode 100644 index 0000000..0763fa5 Binary files /dev/null and b/postgres_data/base/4/2690 differ diff --git a/postgres_data/base/4/2691 b/postgres_data/base/4/2691 new file mode 100644 index 0000000..d3af03c Binary files /dev/null and b/postgres_data/base/4/2691 differ diff --git a/postgres_data/base/4/2692 b/postgres_data/base/4/2692 new file mode 100644 index 0000000..3240558 Binary files /dev/null and b/postgres_data/base/4/2692 differ diff --git a/postgres_data/base/4/2693 b/postgres_data/base/4/2693 new file mode 100644 index 0000000..bac8897 Binary files /dev/null and b/postgres_data/base/4/2693 differ diff --git a/postgres_data/base/4/2696 b/postgres_data/base/4/2696 new file mode 100644 index 0000000..1fe2e61 Binary files /dev/null and b/postgres_data/base/4/2696 differ diff --git a/postgres_data/base/4/2699 b/postgres_data/base/4/2699 new file mode 100644 index 0000000..8417313 Binary files /dev/null and b/postgres_data/base/4/2699 differ diff --git a/postgres_data/base/4/2701 b/postgres_data/base/4/2701 new file mode 100644 index 0000000..8892de2 Binary files /dev/null and b/postgres_data/base/4/2701 differ diff --git a/postgres_data/base/4/2702 b/postgres_data/base/4/2702 new file mode 100644 index 0000000..c40e5aa Binary files /dev/null and b/postgres_data/base/4/2702 differ diff --git a/postgres_data/base/4/2703 b/postgres_data/base/4/2703 new file mode 100644 index 0000000..6a10a7a Binary files /dev/null and b/postgres_data/base/4/2703 differ diff --git a/postgres_data/base/4/2704 b/postgres_data/base/4/2704 new file mode 100644 index 0000000..3919478 Binary files /dev/null and b/postgres_data/base/4/2704 differ diff --git a/postgres_data/base/4/2753 b/postgres_data/base/4/2753 new file mode 100644 index 0000000..3c16dff Binary files /dev/null and b/postgres_data/base/4/2753 differ diff --git a/postgres_data/base/4/2753_fsm b/postgres_data/base/4/2753_fsm new file mode 100644 index 0000000..642bce3 Binary files /dev/null and b/postgres_data/base/4/2753_fsm differ diff --git a/postgres_data/base/4/2753_vm b/postgres_data/base/4/2753_vm new file mode 100644 index 0000000..c91c8b3 Binary files /dev/null and b/postgres_data/base/4/2753_vm differ diff --git a/postgres_data/base/4/2754 b/postgres_data/base/4/2754 new file mode 100644 index 0000000..f3df39d Binary files /dev/null and b/postgres_data/base/4/2754 differ diff --git a/postgres_data/base/4/2755 b/postgres_data/base/4/2755 new file mode 100644 index 0000000..cc671dc Binary files /dev/null and b/postgres_data/base/4/2755 differ diff --git a/postgres_data/base/4/2756 b/postgres_data/base/4/2756 new file mode 100644 index 0000000..6a6c87e Binary files /dev/null and b/postgres_data/base/4/2756 differ diff --git a/postgres_data/base/4/2757 b/postgres_data/base/4/2757 new file mode 100644 index 0000000..57830cb Binary files /dev/null and b/postgres_data/base/4/2757 differ diff --git a/postgres_data/base/4/2830 b/postgres_data/base/4/2830 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2831 b/postgres_data/base/4/2831 new file mode 100644 index 0000000..6c30e94 Binary files /dev/null and b/postgres_data/base/4/2831 differ diff --git a/postgres_data/base/4/2832 b/postgres_data/base/4/2832 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2833 b/postgres_data/base/4/2833 new file mode 100644 index 0000000..e364449 Binary files /dev/null and b/postgres_data/base/4/2833 differ diff --git a/postgres_data/base/4/2834 b/postgres_data/base/4/2834 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2835 b/postgres_data/base/4/2835 new file mode 100644 index 0000000..b028c65 Binary files /dev/null and b/postgres_data/base/4/2835 differ diff --git a/postgres_data/base/4/2836 b/postgres_data/base/4/2836 new file mode 100644 index 0000000..77e41e9 Binary files /dev/null and b/postgres_data/base/4/2836 differ diff --git a/postgres_data/base/4/2836_fsm b/postgres_data/base/4/2836_fsm new file mode 100644 index 0000000..06e1e26 Binary files /dev/null and b/postgres_data/base/4/2836_fsm differ diff --git a/postgres_data/base/4/2836_vm b/postgres_data/base/4/2836_vm new file mode 100644 index 0000000..fa089a3 Binary files /dev/null and b/postgres_data/base/4/2836_vm differ diff --git a/postgres_data/base/4/2837 b/postgres_data/base/4/2837 new file mode 100644 index 0000000..e12584b Binary files /dev/null and b/postgres_data/base/4/2837 differ diff --git a/postgres_data/base/4/2838 b/postgres_data/base/4/2838 new file mode 100644 index 0000000..501f3f4 Binary files /dev/null and b/postgres_data/base/4/2838 differ diff --git a/postgres_data/base/4/2838_fsm b/postgres_data/base/4/2838_fsm new file mode 100644 index 0000000..5b51a82 Binary files /dev/null and b/postgres_data/base/4/2838_fsm differ diff --git a/postgres_data/base/4/2838_vm b/postgres_data/base/4/2838_vm new file mode 100644 index 0000000..49f51eb Binary files /dev/null and b/postgres_data/base/4/2838_vm differ diff --git a/postgres_data/base/4/2839 b/postgres_data/base/4/2839 new file mode 100644 index 0000000..92692cf Binary files /dev/null and b/postgres_data/base/4/2839 differ diff --git a/postgres_data/base/4/2840 b/postgres_data/base/4/2840 new file mode 100644 index 0000000..ec6e167 Binary files /dev/null and b/postgres_data/base/4/2840 differ diff --git a/postgres_data/base/4/2840_fsm b/postgres_data/base/4/2840_fsm new file mode 100644 index 0000000..a454fb0 Binary files /dev/null and b/postgres_data/base/4/2840_fsm differ diff --git a/postgres_data/base/4/2840_vm b/postgres_data/base/4/2840_vm new file mode 100644 index 0000000..d51a96e Binary files /dev/null and b/postgres_data/base/4/2840_vm differ diff --git a/postgres_data/base/4/2841 b/postgres_data/base/4/2841 new file mode 100644 index 0000000..b0132ea Binary files /dev/null and b/postgres_data/base/4/2841 differ diff --git a/postgres_data/base/4/2995 b/postgres_data/base/4/2995 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/2996 b/postgres_data/base/4/2996 new file mode 100644 index 0000000..9bd6faf Binary files /dev/null and b/postgres_data/base/4/2996 differ diff --git a/postgres_data/base/4/3079 b/postgres_data/base/4/3079 new file mode 100644 index 0000000..26b917e Binary files /dev/null and b/postgres_data/base/4/3079 differ diff --git a/postgres_data/base/4/3079_fsm b/postgres_data/base/4/3079_fsm new file mode 100644 index 0000000..7732d22 Binary files /dev/null and b/postgres_data/base/4/3079_fsm differ diff --git a/postgres_data/base/4/3079_vm b/postgres_data/base/4/3079_vm new file mode 100644 index 0000000..46643e3 Binary files /dev/null and b/postgres_data/base/4/3079_vm differ diff --git a/postgres_data/base/4/3080 b/postgres_data/base/4/3080 new file mode 100644 index 0000000..22c6a26 Binary files /dev/null and b/postgres_data/base/4/3080 differ diff --git a/postgres_data/base/4/3081 b/postgres_data/base/4/3081 new file mode 100644 index 0000000..7c9ecf8 Binary files /dev/null and b/postgres_data/base/4/3081 differ diff --git a/postgres_data/base/4/3085 b/postgres_data/base/4/3085 new file mode 100644 index 0000000..0f94bb3 Binary files /dev/null and b/postgres_data/base/4/3085 differ diff --git a/postgres_data/base/4/3118 b/postgres_data/base/4/3118 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3119 b/postgres_data/base/4/3119 new file mode 100644 index 0000000..8524de7 Binary files /dev/null and b/postgres_data/base/4/3119 differ diff --git a/postgres_data/base/4/3164 b/postgres_data/base/4/3164 new file mode 100644 index 0000000..bbb39da Binary files /dev/null and b/postgres_data/base/4/3164 differ diff --git a/postgres_data/base/4/3256 b/postgres_data/base/4/3256 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3257 b/postgres_data/base/4/3257 new file mode 100644 index 0000000..6f325ab Binary files /dev/null and b/postgres_data/base/4/3257 differ diff --git a/postgres_data/base/4/3258 b/postgres_data/base/4/3258 new file mode 100644 index 0000000..10c3c94 Binary files /dev/null and b/postgres_data/base/4/3258 differ diff --git a/postgres_data/base/4/3350 b/postgres_data/base/4/3350 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3351 b/postgres_data/base/4/3351 new file mode 100644 index 0000000..2bfef7f Binary files /dev/null and b/postgres_data/base/4/3351 differ diff --git a/postgres_data/base/4/3379 b/postgres_data/base/4/3379 new file mode 100644 index 0000000..b41a45f Binary files /dev/null and b/postgres_data/base/4/3379 differ diff --git a/postgres_data/base/4/3380 b/postgres_data/base/4/3380 new file mode 100644 index 0000000..f9d290e Binary files /dev/null and b/postgres_data/base/4/3380 differ diff --git a/postgres_data/base/4/3381 b/postgres_data/base/4/3381 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3394 b/postgres_data/base/4/3394 new file mode 100644 index 0000000..7c5aafa Binary files /dev/null and b/postgres_data/base/4/3394 differ diff --git a/postgres_data/base/4/3394_fsm b/postgres_data/base/4/3394_fsm new file mode 100644 index 0000000..38ac5f8 Binary files /dev/null and b/postgres_data/base/4/3394_fsm differ diff --git a/postgres_data/base/4/3394_vm b/postgres_data/base/4/3394_vm new file mode 100644 index 0000000..8d8daaa Binary files /dev/null and b/postgres_data/base/4/3394_vm differ diff --git a/postgres_data/base/4/3395 b/postgres_data/base/4/3395 new file mode 100644 index 0000000..6c7d0fc Binary files /dev/null and b/postgres_data/base/4/3395 differ diff --git a/postgres_data/base/4/3429 b/postgres_data/base/4/3429 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3430 b/postgres_data/base/4/3430 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3431 b/postgres_data/base/4/3431 new file mode 100644 index 0000000..a890bbf Binary files /dev/null and b/postgres_data/base/4/3431 differ diff --git a/postgres_data/base/4/3433 b/postgres_data/base/4/3433 new file mode 100644 index 0000000..b9e444b Binary files /dev/null and b/postgres_data/base/4/3433 differ diff --git a/postgres_data/base/4/3439 b/postgres_data/base/4/3439 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3440 b/postgres_data/base/4/3440 new file mode 100644 index 0000000..5b55040 Binary files /dev/null and b/postgres_data/base/4/3440 differ diff --git a/postgres_data/base/4/3455 b/postgres_data/base/4/3455 new file mode 100644 index 0000000..c3457b1 Binary files /dev/null and b/postgres_data/base/4/3455 differ diff --git a/postgres_data/base/4/3456 b/postgres_data/base/4/3456 new file mode 100644 index 0000000..eb10e56 Binary files /dev/null and b/postgres_data/base/4/3456 differ diff --git a/postgres_data/base/4/3456_fsm b/postgres_data/base/4/3456_fsm new file mode 100644 index 0000000..2823c77 Binary files /dev/null and b/postgres_data/base/4/3456_fsm differ diff --git a/postgres_data/base/4/3456_vm b/postgres_data/base/4/3456_vm new file mode 100644 index 0000000..10e676a Binary files /dev/null and b/postgres_data/base/4/3456_vm differ diff --git a/postgres_data/base/4/3466 b/postgres_data/base/4/3466 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3467 b/postgres_data/base/4/3467 new file mode 100644 index 0000000..188a5e6 Binary files /dev/null and b/postgres_data/base/4/3467 differ diff --git a/postgres_data/base/4/3468 b/postgres_data/base/4/3468 new file mode 100644 index 0000000..00d26fe Binary files /dev/null and b/postgres_data/base/4/3468 differ diff --git a/postgres_data/base/4/3501 b/postgres_data/base/4/3501 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3502 b/postgres_data/base/4/3502 new file mode 100644 index 0000000..51e62aa Binary files /dev/null and b/postgres_data/base/4/3502 differ diff --git a/postgres_data/base/4/3503 b/postgres_data/base/4/3503 new file mode 100644 index 0000000..818ee9e Binary files /dev/null and b/postgres_data/base/4/3503 differ diff --git a/postgres_data/base/4/3534 b/postgres_data/base/4/3534 new file mode 100644 index 0000000..338d308 Binary files /dev/null and b/postgres_data/base/4/3534 differ diff --git a/postgres_data/base/4/3541 b/postgres_data/base/4/3541 new file mode 100644 index 0000000..40869ad Binary files /dev/null and b/postgres_data/base/4/3541 differ diff --git a/postgres_data/base/4/3541_fsm b/postgres_data/base/4/3541_fsm new file mode 100644 index 0000000..a3a2de4 Binary files /dev/null and b/postgres_data/base/4/3541_fsm differ diff --git a/postgres_data/base/4/3541_vm b/postgres_data/base/4/3541_vm new file mode 100644 index 0000000..e962398 Binary files /dev/null and b/postgres_data/base/4/3541_vm differ diff --git a/postgres_data/base/4/3542 b/postgres_data/base/4/3542 new file mode 100644 index 0000000..ced0066 Binary files /dev/null and b/postgres_data/base/4/3542 differ diff --git a/postgres_data/base/4/3574 b/postgres_data/base/4/3574 new file mode 100644 index 0000000..b026df1 Binary files /dev/null and b/postgres_data/base/4/3574 differ diff --git a/postgres_data/base/4/3575 b/postgres_data/base/4/3575 new file mode 100644 index 0000000..bdec532 Binary files /dev/null and b/postgres_data/base/4/3575 differ diff --git a/postgres_data/base/4/3576 b/postgres_data/base/4/3576 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3596 b/postgres_data/base/4/3596 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3597 b/postgres_data/base/4/3597 new file mode 100644 index 0000000..6947306 Binary files /dev/null and b/postgres_data/base/4/3597 differ diff --git a/postgres_data/base/4/3598 b/postgres_data/base/4/3598 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/3599 b/postgres_data/base/4/3599 new file mode 100644 index 0000000..32bf577 Binary files /dev/null and b/postgres_data/base/4/3599 differ diff --git a/postgres_data/base/4/3600 b/postgres_data/base/4/3600 new file mode 100644 index 0000000..e6644b3 Binary files /dev/null and b/postgres_data/base/4/3600 differ diff --git a/postgres_data/base/4/3600_fsm b/postgres_data/base/4/3600_fsm new file mode 100644 index 0000000..cebec19 Binary files /dev/null and b/postgres_data/base/4/3600_fsm differ diff --git a/postgres_data/base/4/3600_vm b/postgres_data/base/4/3600_vm new file mode 100644 index 0000000..41eb972 Binary files /dev/null and b/postgres_data/base/4/3600_vm differ diff --git a/postgres_data/base/4/3601 b/postgres_data/base/4/3601 new file mode 100644 index 0000000..04c846e Binary files /dev/null and b/postgres_data/base/4/3601 differ diff --git a/postgres_data/base/4/3601_fsm b/postgres_data/base/4/3601_fsm new file mode 100644 index 0000000..7732d22 Binary files /dev/null and b/postgres_data/base/4/3601_fsm differ diff --git a/postgres_data/base/4/3601_vm b/postgres_data/base/4/3601_vm new file mode 100644 index 0000000..2c4f606 Binary files /dev/null and b/postgres_data/base/4/3601_vm differ diff --git a/postgres_data/base/4/3602 b/postgres_data/base/4/3602 new file mode 100644 index 0000000..626cbb0 Binary files /dev/null and b/postgres_data/base/4/3602 differ diff --git a/postgres_data/base/4/3602_fsm b/postgres_data/base/4/3602_fsm new file mode 100644 index 0000000..d7897de Binary files /dev/null and b/postgres_data/base/4/3602_fsm differ diff --git a/postgres_data/base/4/3602_vm b/postgres_data/base/4/3602_vm new file mode 100644 index 0000000..d558e35 Binary files /dev/null and b/postgres_data/base/4/3602_vm differ diff --git a/postgres_data/base/4/3603 b/postgres_data/base/4/3603 new file mode 100644 index 0000000..ec974bc Binary files /dev/null and b/postgres_data/base/4/3603 differ diff --git a/postgres_data/base/4/3603_fsm b/postgres_data/base/4/3603_fsm new file mode 100644 index 0000000..c28dd4f Binary files /dev/null and b/postgres_data/base/4/3603_fsm differ diff --git a/postgres_data/base/4/3603_vm b/postgres_data/base/4/3603_vm new file mode 100644 index 0000000..d68308e Binary files /dev/null and b/postgres_data/base/4/3603_vm differ diff --git a/postgres_data/base/4/3604 b/postgres_data/base/4/3604 new file mode 100644 index 0000000..44cdaa7 Binary files /dev/null and b/postgres_data/base/4/3604 differ diff --git a/postgres_data/base/4/3605 b/postgres_data/base/4/3605 new file mode 100644 index 0000000..68dc291 Binary files /dev/null and b/postgres_data/base/4/3605 differ diff --git a/postgres_data/base/4/3606 b/postgres_data/base/4/3606 new file mode 100644 index 0000000..5d00237 Binary files /dev/null and b/postgres_data/base/4/3606 differ diff --git a/postgres_data/base/4/3607 b/postgres_data/base/4/3607 new file mode 100644 index 0000000..3a1af44 Binary files /dev/null and b/postgres_data/base/4/3607 differ diff --git a/postgres_data/base/4/3608 b/postgres_data/base/4/3608 new file mode 100644 index 0000000..6337794 Binary files /dev/null and b/postgres_data/base/4/3608 differ diff --git a/postgres_data/base/4/3609 b/postgres_data/base/4/3609 new file mode 100644 index 0000000..6d58391 Binary files /dev/null and b/postgres_data/base/4/3609 differ diff --git a/postgres_data/base/4/3712 b/postgres_data/base/4/3712 new file mode 100644 index 0000000..030f509 Binary files /dev/null and b/postgres_data/base/4/3712 differ diff --git a/postgres_data/base/4/3764 b/postgres_data/base/4/3764 new file mode 100644 index 0000000..add9912 Binary files /dev/null and b/postgres_data/base/4/3764 differ diff --git a/postgres_data/base/4/3764_fsm b/postgres_data/base/4/3764_fsm new file mode 100644 index 0000000..f64db4d Binary files /dev/null and b/postgres_data/base/4/3764_fsm differ diff --git a/postgres_data/base/4/3764_vm b/postgres_data/base/4/3764_vm new file mode 100644 index 0000000..5b95f21 Binary files /dev/null and b/postgres_data/base/4/3764_vm differ diff --git a/postgres_data/base/4/3766 b/postgres_data/base/4/3766 new file mode 100644 index 0000000..c2381fe Binary files /dev/null and b/postgres_data/base/4/3766 differ diff --git a/postgres_data/base/4/3767 b/postgres_data/base/4/3767 new file mode 100644 index 0000000..a2d5986 Binary files /dev/null and b/postgres_data/base/4/3767 differ diff --git a/postgres_data/base/4/3997 b/postgres_data/base/4/3997 new file mode 100644 index 0000000..28b5b4b Binary files /dev/null and b/postgres_data/base/4/3997 differ diff --git a/postgres_data/base/4/4143 b/postgres_data/base/4/4143 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4144 b/postgres_data/base/4/4144 new file mode 100644 index 0000000..781f37a Binary files /dev/null and b/postgres_data/base/4/4144 differ diff --git a/postgres_data/base/4/4145 b/postgres_data/base/4/4145 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4146 b/postgres_data/base/4/4146 new file mode 100644 index 0000000..11ccf7e Binary files /dev/null and b/postgres_data/base/4/4146 differ diff --git a/postgres_data/base/4/4147 b/postgres_data/base/4/4147 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4148 b/postgres_data/base/4/4148 new file mode 100644 index 0000000..7fd05a8 Binary files /dev/null and b/postgres_data/base/4/4148 differ diff --git a/postgres_data/base/4/4149 b/postgres_data/base/4/4149 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4150 b/postgres_data/base/4/4150 new file mode 100644 index 0000000..10171f6 Binary files /dev/null and b/postgres_data/base/4/4150 differ diff --git a/postgres_data/base/4/4151 b/postgres_data/base/4/4151 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4152 b/postgres_data/base/4/4152 new file mode 100644 index 0000000..869a7f3 Binary files /dev/null and b/postgres_data/base/4/4152 differ diff --git a/postgres_data/base/4/4153 b/postgres_data/base/4/4153 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4154 b/postgres_data/base/4/4154 new file mode 100644 index 0000000..bb1dca3 Binary files /dev/null and b/postgres_data/base/4/4154 differ diff --git a/postgres_data/base/4/4155 b/postgres_data/base/4/4155 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4156 b/postgres_data/base/4/4156 new file mode 100644 index 0000000..839ab86 Binary files /dev/null and b/postgres_data/base/4/4156 differ diff --git a/postgres_data/base/4/4157 b/postgres_data/base/4/4157 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4158 b/postgres_data/base/4/4158 new file mode 100644 index 0000000..12e6868 Binary files /dev/null and b/postgres_data/base/4/4158 differ diff --git a/postgres_data/base/4/4159 b/postgres_data/base/4/4159 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4160 b/postgres_data/base/4/4160 new file mode 100644 index 0000000..8b80112 Binary files /dev/null and b/postgres_data/base/4/4160 differ diff --git a/postgres_data/base/4/4163 b/postgres_data/base/4/4163 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4164 b/postgres_data/base/4/4164 new file mode 100644 index 0000000..e86ba95 Binary files /dev/null and b/postgres_data/base/4/4164 differ diff --git a/postgres_data/base/4/4165 b/postgres_data/base/4/4165 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4166 b/postgres_data/base/4/4166 new file mode 100644 index 0000000..f5fc2b6 Binary files /dev/null and b/postgres_data/base/4/4166 differ diff --git a/postgres_data/base/4/4167 b/postgres_data/base/4/4167 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4168 b/postgres_data/base/4/4168 new file mode 100644 index 0000000..fdfe146 Binary files /dev/null and b/postgres_data/base/4/4168 differ diff --git a/postgres_data/base/4/4169 b/postgres_data/base/4/4169 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4170 b/postgres_data/base/4/4170 new file mode 100644 index 0000000..797418b Binary files /dev/null and b/postgres_data/base/4/4170 differ diff --git a/postgres_data/base/4/4171 b/postgres_data/base/4/4171 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4172 b/postgres_data/base/4/4172 new file mode 100644 index 0000000..969a191 Binary files /dev/null and b/postgres_data/base/4/4172 differ diff --git a/postgres_data/base/4/4173 b/postgres_data/base/4/4173 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/4174 b/postgres_data/base/4/4174 new file mode 100644 index 0000000..3c4beb7 Binary files /dev/null and b/postgres_data/base/4/4174 differ diff --git a/postgres_data/base/4/5002 b/postgres_data/base/4/5002 new file mode 100644 index 0000000..aefa40d Binary files /dev/null and b/postgres_data/base/4/5002 differ diff --git a/postgres_data/base/4/548 b/postgres_data/base/4/548 new file mode 100644 index 0000000..d6379eb Binary files /dev/null and b/postgres_data/base/4/548 differ diff --git a/postgres_data/base/4/549 b/postgres_data/base/4/549 new file mode 100644 index 0000000..a762ad9 Binary files /dev/null and b/postgres_data/base/4/549 differ diff --git a/postgres_data/base/4/6102 b/postgres_data/base/4/6102 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/6104 b/postgres_data/base/4/6104 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/6106 b/postgres_data/base/4/6106 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/6110 b/postgres_data/base/4/6110 new file mode 100644 index 0000000..42e1920 Binary files /dev/null and b/postgres_data/base/4/6110 differ diff --git a/postgres_data/base/4/6111 b/postgres_data/base/4/6111 new file mode 100644 index 0000000..d012727 Binary files /dev/null and b/postgres_data/base/4/6111 differ diff --git a/postgres_data/base/4/6112 b/postgres_data/base/4/6112 new file mode 100644 index 0000000..293367c Binary files /dev/null and b/postgres_data/base/4/6112 differ diff --git a/postgres_data/base/4/6113 b/postgres_data/base/4/6113 new file mode 100644 index 0000000..542f8fa Binary files /dev/null and b/postgres_data/base/4/6113 differ diff --git a/postgres_data/base/4/6116 b/postgres_data/base/4/6116 new file mode 100644 index 0000000..787d5d1 Binary files /dev/null and b/postgres_data/base/4/6116 differ diff --git a/postgres_data/base/4/6117 b/postgres_data/base/4/6117 new file mode 100644 index 0000000..2b5656b Binary files /dev/null and b/postgres_data/base/4/6117 differ diff --git a/postgres_data/base/4/6175 b/postgres_data/base/4/6175 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/6176 b/postgres_data/base/4/6176 new file mode 100644 index 0000000..34cba03 Binary files /dev/null and b/postgres_data/base/4/6176 differ diff --git a/postgres_data/base/4/6228 b/postgres_data/base/4/6228 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/6229 b/postgres_data/base/4/6229 new file mode 100644 index 0000000..4839713 Binary files /dev/null and b/postgres_data/base/4/6229 differ diff --git a/postgres_data/base/4/6237 b/postgres_data/base/4/6237 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/6238 b/postgres_data/base/4/6238 new file mode 100644 index 0000000..e7c0e8c Binary files /dev/null and b/postgres_data/base/4/6238 differ diff --git a/postgres_data/base/4/6239 b/postgres_data/base/4/6239 new file mode 100644 index 0000000..6c60b50 Binary files /dev/null and b/postgres_data/base/4/6239 differ diff --git a/postgres_data/base/4/826 b/postgres_data/base/4/826 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/4/827 b/postgres_data/base/4/827 new file mode 100644 index 0000000..bcaf0a1 Binary files /dev/null and b/postgres_data/base/4/827 differ diff --git a/postgres_data/base/4/828 b/postgres_data/base/4/828 new file mode 100644 index 0000000..7aba562 Binary files /dev/null and b/postgres_data/base/4/828 differ diff --git a/postgres_data/base/4/PG_VERSION b/postgres_data/base/4/PG_VERSION new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/postgres_data/base/4/PG_VERSION @@ -0,0 +1 @@ +16 diff --git a/postgres_data/base/4/pg_filenode.map b/postgres_data/base/4/pg_filenode.map new file mode 100644 index 0000000..4fc801a Binary files /dev/null and b/postgres_data/base/4/pg_filenode.map differ diff --git a/postgres_data/base/5/112 b/postgres_data/base/5/112 new file mode 100644 index 0000000..2bfc88c Binary files /dev/null and b/postgres_data/base/5/112 differ diff --git a/postgres_data/base/5/113 b/postgres_data/base/5/113 new file mode 100644 index 0000000..c36defa Binary files /dev/null and b/postgres_data/base/5/113 differ diff --git a/postgres_data/base/5/1247 b/postgres_data/base/5/1247 new file mode 100644 index 0000000..9a43b99 Binary files /dev/null and b/postgres_data/base/5/1247 differ diff --git a/postgres_data/base/5/1247_fsm b/postgres_data/base/5/1247_fsm new file mode 100644 index 0000000..013faac Binary files /dev/null and b/postgres_data/base/5/1247_fsm differ diff --git a/postgres_data/base/5/1247_vm b/postgres_data/base/5/1247_vm new file mode 100644 index 0000000..4799189 Binary files /dev/null and b/postgres_data/base/5/1247_vm differ diff --git a/postgres_data/base/5/1249 b/postgres_data/base/5/1249 new file mode 100644 index 0000000..481d8db Binary files /dev/null and b/postgres_data/base/5/1249 differ diff --git a/postgres_data/base/5/1249_fsm b/postgres_data/base/5/1249_fsm new file mode 100644 index 0000000..a538ac8 Binary files /dev/null and b/postgres_data/base/5/1249_fsm differ diff --git a/postgres_data/base/5/1249_vm b/postgres_data/base/5/1249_vm new file mode 100644 index 0000000..96b113d Binary files /dev/null and b/postgres_data/base/5/1249_vm differ diff --git a/postgres_data/base/5/1255 b/postgres_data/base/5/1255 new file mode 100644 index 0000000..faa2e8a Binary files /dev/null and b/postgres_data/base/5/1255 differ diff --git a/postgres_data/base/5/1255_fsm b/postgres_data/base/5/1255_fsm new file mode 100644 index 0000000..69a5d8f Binary files /dev/null and b/postgres_data/base/5/1255_fsm differ diff --git a/postgres_data/base/5/1255_vm b/postgres_data/base/5/1255_vm new file mode 100644 index 0000000..8a4d263 Binary files /dev/null and b/postgres_data/base/5/1255_vm differ diff --git a/postgres_data/base/5/1259 b/postgres_data/base/5/1259 new file mode 100644 index 0000000..e28526c Binary files /dev/null and b/postgres_data/base/5/1259 differ diff --git a/postgres_data/base/5/1259_fsm b/postgres_data/base/5/1259_fsm new file mode 100644 index 0000000..05d8c51 Binary files /dev/null and b/postgres_data/base/5/1259_fsm differ diff --git a/postgres_data/base/5/1259_vm b/postgres_data/base/5/1259_vm new file mode 100644 index 0000000..d0d00eb Binary files /dev/null and b/postgres_data/base/5/1259_vm differ diff --git a/postgres_data/base/5/13457 b/postgres_data/base/5/13457 new file mode 100644 index 0000000..d3202a7 Binary files /dev/null and b/postgres_data/base/5/13457 differ diff --git a/postgres_data/base/5/13457_fsm b/postgres_data/base/5/13457_fsm new file mode 100644 index 0000000..2a80b9a Binary files /dev/null and b/postgres_data/base/5/13457_fsm differ diff --git a/postgres_data/base/5/13457_vm b/postgres_data/base/5/13457_vm new file mode 100644 index 0000000..58b2667 Binary files /dev/null and b/postgres_data/base/5/13457_vm differ diff --git a/postgres_data/base/5/13460 b/postgres_data/base/5/13460 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/13461 b/postgres_data/base/5/13461 new file mode 100644 index 0000000..974dd4b Binary files /dev/null and b/postgres_data/base/5/13461 differ diff --git a/postgres_data/base/5/13462 b/postgres_data/base/5/13462 new file mode 100644 index 0000000..5dfecf9 Binary files /dev/null and b/postgres_data/base/5/13462 differ diff --git a/postgres_data/base/5/13462_fsm b/postgres_data/base/5/13462_fsm new file mode 100644 index 0000000..70d16ce Binary files /dev/null and b/postgres_data/base/5/13462_fsm differ diff --git a/postgres_data/base/5/13462_vm b/postgres_data/base/5/13462_vm new file mode 100644 index 0000000..7740030 Binary files /dev/null and b/postgres_data/base/5/13462_vm differ diff --git a/postgres_data/base/5/13465 b/postgres_data/base/5/13465 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/13466 b/postgres_data/base/5/13466 new file mode 100644 index 0000000..30db08b Binary files /dev/null and b/postgres_data/base/5/13466 differ diff --git a/postgres_data/base/5/13467 b/postgres_data/base/5/13467 new file mode 100644 index 0000000..65d29b0 Binary files /dev/null and b/postgres_data/base/5/13467 differ diff --git a/postgres_data/base/5/13467_fsm b/postgres_data/base/5/13467_fsm new file mode 100644 index 0000000..0673ada Binary files /dev/null and b/postgres_data/base/5/13467_fsm differ diff --git a/postgres_data/base/5/13467_vm b/postgres_data/base/5/13467_vm new file mode 100644 index 0000000..45db96c Binary files /dev/null and b/postgres_data/base/5/13467_vm differ diff --git a/postgres_data/base/5/13470 b/postgres_data/base/5/13470 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/13471 b/postgres_data/base/5/13471 new file mode 100644 index 0000000..8b8216c Binary files /dev/null and b/postgres_data/base/5/13471 differ diff --git a/postgres_data/base/5/13472 b/postgres_data/base/5/13472 new file mode 100644 index 0000000..54223fa Binary files /dev/null and b/postgres_data/base/5/13472 differ diff --git a/postgres_data/base/5/13472_fsm b/postgres_data/base/5/13472_fsm new file mode 100644 index 0000000..a836ddf Binary files /dev/null and b/postgres_data/base/5/13472_fsm differ diff --git a/postgres_data/base/5/13472_vm b/postgres_data/base/5/13472_vm new file mode 100644 index 0000000..9a069cf Binary files /dev/null and b/postgres_data/base/5/13472_vm differ diff --git a/postgres_data/base/5/13475 b/postgres_data/base/5/13475 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/13476 b/postgres_data/base/5/13476 new file mode 100644 index 0000000..5866741 Binary files /dev/null and b/postgres_data/base/5/13476 differ diff --git a/postgres_data/base/5/1417 b/postgres_data/base/5/1417 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/1418 b/postgres_data/base/5/1418 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/174 b/postgres_data/base/5/174 new file mode 100644 index 0000000..fedcb88 Binary files /dev/null and b/postgres_data/base/5/174 differ diff --git a/postgres_data/base/5/175 b/postgres_data/base/5/175 new file mode 100644 index 0000000..7ee5b4a Binary files /dev/null and b/postgres_data/base/5/175 differ diff --git a/postgres_data/base/5/2187 b/postgres_data/base/5/2187 new file mode 100644 index 0000000..77d8c76 Binary files /dev/null and b/postgres_data/base/5/2187 differ diff --git a/postgres_data/base/5/2224 b/postgres_data/base/5/2224 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2228 b/postgres_data/base/5/2228 new file mode 100644 index 0000000..738f259 Binary files /dev/null and b/postgres_data/base/5/2228 differ diff --git a/postgres_data/base/5/2328 b/postgres_data/base/5/2328 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2336 b/postgres_data/base/5/2336 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2337 b/postgres_data/base/5/2337 new file mode 100644 index 0000000..b706ef8 Binary files /dev/null and b/postgres_data/base/5/2337 differ diff --git a/postgres_data/base/5/2579 b/postgres_data/base/5/2579 new file mode 100644 index 0000000..561b884 Binary files /dev/null and b/postgres_data/base/5/2579 differ diff --git a/postgres_data/base/5/2600 b/postgres_data/base/5/2600 new file mode 100644 index 0000000..d98ee62 Binary files /dev/null and b/postgres_data/base/5/2600 differ diff --git a/postgres_data/base/5/2600_fsm b/postgres_data/base/5/2600_fsm new file mode 100644 index 0000000..0938592 Binary files /dev/null and b/postgres_data/base/5/2600_fsm differ diff --git a/postgres_data/base/5/2600_vm b/postgres_data/base/5/2600_vm new file mode 100644 index 0000000..1260eec Binary files /dev/null and b/postgres_data/base/5/2600_vm differ diff --git a/postgres_data/base/5/2601 b/postgres_data/base/5/2601 new file mode 100644 index 0000000..d8001c8 Binary files /dev/null and b/postgres_data/base/5/2601 differ diff --git a/postgres_data/base/5/2601_fsm b/postgres_data/base/5/2601_fsm new file mode 100644 index 0000000..d388044 Binary files /dev/null and b/postgres_data/base/5/2601_fsm differ diff --git a/postgres_data/base/5/2601_vm b/postgres_data/base/5/2601_vm new file mode 100644 index 0000000..83a66f3 Binary files /dev/null and b/postgres_data/base/5/2601_vm differ diff --git a/postgres_data/base/5/2602 b/postgres_data/base/5/2602 new file mode 100644 index 0000000..4a27b0a Binary files /dev/null and b/postgres_data/base/5/2602 differ diff --git a/postgres_data/base/5/2602_fsm b/postgres_data/base/5/2602_fsm new file mode 100644 index 0000000..23170d8 Binary files /dev/null and b/postgres_data/base/5/2602_fsm differ diff --git a/postgres_data/base/5/2602_vm b/postgres_data/base/5/2602_vm new file mode 100644 index 0000000..ed0520b Binary files /dev/null and b/postgres_data/base/5/2602_vm differ diff --git a/postgres_data/base/5/2603 b/postgres_data/base/5/2603 new file mode 100644 index 0000000..d511af5 Binary files /dev/null and b/postgres_data/base/5/2603 differ diff --git a/postgres_data/base/5/2603_fsm b/postgres_data/base/5/2603_fsm new file mode 100644 index 0000000..949bd18 Binary files /dev/null and b/postgres_data/base/5/2603_fsm differ diff --git a/postgres_data/base/5/2603_vm b/postgres_data/base/5/2603_vm new file mode 100644 index 0000000..224a521 Binary files /dev/null and b/postgres_data/base/5/2603_vm differ diff --git a/postgres_data/base/5/2604 b/postgres_data/base/5/2604 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2605 b/postgres_data/base/5/2605 new file mode 100644 index 0000000..eeaa7ea Binary files /dev/null and b/postgres_data/base/5/2605 differ diff --git a/postgres_data/base/5/2605_fsm b/postgres_data/base/5/2605_fsm new file mode 100644 index 0000000..f3b92bf Binary files /dev/null and b/postgres_data/base/5/2605_fsm differ diff --git a/postgres_data/base/5/2605_vm b/postgres_data/base/5/2605_vm new file mode 100644 index 0000000..c4fe931 Binary files /dev/null and b/postgres_data/base/5/2605_vm differ diff --git a/postgres_data/base/5/2606 b/postgres_data/base/5/2606 new file mode 100644 index 0000000..612ede5 Binary files /dev/null and b/postgres_data/base/5/2606 differ diff --git a/postgres_data/base/5/2606_fsm b/postgres_data/base/5/2606_fsm new file mode 100644 index 0000000..267454e Binary files /dev/null and b/postgres_data/base/5/2606_fsm differ diff --git a/postgres_data/base/5/2606_vm b/postgres_data/base/5/2606_vm new file mode 100644 index 0000000..6f4a20e Binary files /dev/null and b/postgres_data/base/5/2606_vm differ diff --git a/postgres_data/base/5/2607 b/postgres_data/base/5/2607 new file mode 100644 index 0000000..bfad49a Binary files /dev/null and b/postgres_data/base/5/2607 differ diff --git a/postgres_data/base/5/2607_fsm b/postgres_data/base/5/2607_fsm new file mode 100644 index 0000000..80ac8b1 Binary files /dev/null and b/postgres_data/base/5/2607_fsm differ diff --git a/postgres_data/base/5/2607_vm b/postgres_data/base/5/2607_vm new file mode 100644 index 0000000..1cd49fa Binary files /dev/null and b/postgres_data/base/5/2607_vm differ diff --git a/postgres_data/base/5/2608 b/postgres_data/base/5/2608 new file mode 100644 index 0000000..86280f3 Binary files /dev/null and b/postgres_data/base/5/2608 differ diff --git a/postgres_data/base/5/2608_fsm b/postgres_data/base/5/2608_fsm new file mode 100644 index 0000000..95081cd Binary files /dev/null and b/postgres_data/base/5/2608_fsm differ diff --git a/postgres_data/base/5/2608_vm b/postgres_data/base/5/2608_vm new file mode 100644 index 0000000..064d10e Binary files /dev/null and b/postgres_data/base/5/2608_vm differ diff --git a/postgres_data/base/5/2609 b/postgres_data/base/5/2609 new file mode 100644 index 0000000..7675219 Binary files /dev/null and b/postgres_data/base/5/2609 differ diff --git a/postgres_data/base/5/2609_fsm b/postgres_data/base/5/2609_fsm new file mode 100644 index 0000000..624979d Binary files /dev/null and b/postgres_data/base/5/2609_fsm differ diff --git a/postgres_data/base/5/2609_vm b/postgres_data/base/5/2609_vm new file mode 100644 index 0000000..ab991ee Binary files /dev/null and b/postgres_data/base/5/2609_vm differ diff --git a/postgres_data/base/5/2610 b/postgres_data/base/5/2610 new file mode 100644 index 0000000..6ff0eec Binary files /dev/null and b/postgres_data/base/5/2610 differ diff --git a/postgres_data/base/5/2610_fsm b/postgres_data/base/5/2610_fsm new file mode 100644 index 0000000..ecbcb5f Binary files /dev/null and b/postgres_data/base/5/2610_fsm differ diff --git a/postgres_data/base/5/2610_vm b/postgres_data/base/5/2610_vm new file mode 100644 index 0000000..54c2ee6 Binary files /dev/null and b/postgres_data/base/5/2610_vm differ diff --git a/postgres_data/base/5/2611 b/postgres_data/base/5/2611 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2612 b/postgres_data/base/5/2612 new file mode 100644 index 0000000..fb17a06 Binary files /dev/null and b/postgres_data/base/5/2612 differ diff --git a/postgres_data/base/5/2612_fsm b/postgres_data/base/5/2612_fsm new file mode 100644 index 0000000..877976a Binary files /dev/null and b/postgres_data/base/5/2612_fsm differ diff --git a/postgres_data/base/5/2612_vm b/postgres_data/base/5/2612_vm new file mode 100644 index 0000000..abd3ff1 Binary files /dev/null and b/postgres_data/base/5/2612_vm differ diff --git a/postgres_data/base/5/2613 b/postgres_data/base/5/2613 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2615 b/postgres_data/base/5/2615 new file mode 100644 index 0000000..7143b28 Binary files /dev/null and b/postgres_data/base/5/2615 differ diff --git a/postgres_data/base/5/2615_fsm b/postgres_data/base/5/2615_fsm new file mode 100644 index 0000000..d041693 Binary files /dev/null and b/postgres_data/base/5/2615_fsm differ diff --git a/postgres_data/base/5/2615_vm b/postgres_data/base/5/2615_vm new file mode 100644 index 0000000..000c93e Binary files /dev/null and b/postgres_data/base/5/2615_vm differ diff --git a/postgres_data/base/5/2616 b/postgres_data/base/5/2616 new file mode 100644 index 0000000..0d60d79 Binary files /dev/null and b/postgres_data/base/5/2616 differ diff --git a/postgres_data/base/5/2616_fsm b/postgres_data/base/5/2616_fsm new file mode 100644 index 0000000..cb924c9 Binary files /dev/null and b/postgres_data/base/5/2616_fsm differ diff --git a/postgres_data/base/5/2616_vm b/postgres_data/base/5/2616_vm new file mode 100644 index 0000000..8ad731f Binary files /dev/null and b/postgres_data/base/5/2616_vm differ diff --git a/postgres_data/base/5/2617 b/postgres_data/base/5/2617 new file mode 100644 index 0000000..bcdfc18 Binary files /dev/null and b/postgres_data/base/5/2617 differ diff --git a/postgres_data/base/5/2617_fsm b/postgres_data/base/5/2617_fsm new file mode 100644 index 0000000..29d6066 Binary files /dev/null and b/postgres_data/base/5/2617_fsm differ diff --git a/postgres_data/base/5/2617_vm b/postgres_data/base/5/2617_vm new file mode 100644 index 0000000..ea64422 Binary files /dev/null and b/postgres_data/base/5/2617_vm differ diff --git a/postgres_data/base/5/2618 b/postgres_data/base/5/2618 new file mode 100644 index 0000000..b779d95 Binary files /dev/null and b/postgres_data/base/5/2618 differ diff --git a/postgres_data/base/5/2618_fsm b/postgres_data/base/5/2618_fsm new file mode 100644 index 0000000..bcee926 Binary files /dev/null and b/postgres_data/base/5/2618_fsm differ diff --git a/postgres_data/base/5/2618_vm b/postgres_data/base/5/2618_vm new file mode 100644 index 0000000..eb80c34 Binary files /dev/null and b/postgres_data/base/5/2618_vm differ diff --git a/postgres_data/base/5/2619 b/postgres_data/base/5/2619 new file mode 100644 index 0000000..2610208 Binary files /dev/null and b/postgres_data/base/5/2619 differ diff --git a/postgres_data/base/5/2619_fsm b/postgres_data/base/5/2619_fsm new file mode 100644 index 0000000..d1e1152 Binary files /dev/null and b/postgres_data/base/5/2619_fsm differ diff --git a/postgres_data/base/5/2619_vm b/postgres_data/base/5/2619_vm new file mode 100644 index 0000000..f086ba5 Binary files /dev/null and b/postgres_data/base/5/2619_vm differ diff --git a/postgres_data/base/5/2620 b/postgres_data/base/5/2620 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2650 b/postgres_data/base/5/2650 new file mode 100644 index 0000000..ef4f21b Binary files /dev/null and b/postgres_data/base/5/2650 differ diff --git a/postgres_data/base/5/2651 b/postgres_data/base/5/2651 new file mode 100644 index 0000000..9d21e32 Binary files /dev/null and b/postgres_data/base/5/2651 differ diff --git a/postgres_data/base/5/2652 b/postgres_data/base/5/2652 new file mode 100644 index 0000000..ab6e13e Binary files /dev/null and b/postgres_data/base/5/2652 differ diff --git a/postgres_data/base/5/2653 b/postgres_data/base/5/2653 new file mode 100644 index 0000000..4c032c8 Binary files /dev/null and b/postgres_data/base/5/2653 differ diff --git a/postgres_data/base/5/2654 b/postgres_data/base/5/2654 new file mode 100644 index 0000000..53aa6fc Binary files /dev/null and b/postgres_data/base/5/2654 differ diff --git a/postgres_data/base/5/2655 b/postgres_data/base/5/2655 new file mode 100644 index 0000000..0b22aae Binary files /dev/null and b/postgres_data/base/5/2655 differ diff --git a/postgres_data/base/5/2656 b/postgres_data/base/5/2656 new file mode 100644 index 0000000..0e2e0bc Binary files /dev/null and b/postgres_data/base/5/2656 differ diff --git a/postgres_data/base/5/2657 b/postgres_data/base/5/2657 new file mode 100644 index 0000000..a87fd85 Binary files /dev/null and b/postgres_data/base/5/2657 differ diff --git a/postgres_data/base/5/2658 b/postgres_data/base/5/2658 new file mode 100644 index 0000000..c3ce09d Binary files /dev/null and b/postgres_data/base/5/2658 differ diff --git a/postgres_data/base/5/2659 b/postgres_data/base/5/2659 new file mode 100644 index 0000000..6276bbc Binary files /dev/null and b/postgres_data/base/5/2659 differ diff --git a/postgres_data/base/5/2660 b/postgres_data/base/5/2660 new file mode 100644 index 0000000..3a7a1d2 Binary files /dev/null and b/postgres_data/base/5/2660 differ diff --git a/postgres_data/base/5/2661 b/postgres_data/base/5/2661 new file mode 100644 index 0000000..aa5178a Binary files /dev/null and b/postgres_data/base/5/2661 differ diff --git a/postgres_data/base/5/2662 b/postgres_data/base/5/2662 new file mode 100644 index 0000000..2006be4 Binary files /dev/null and b/postgres_data/base/5/2662 differ diff --git a/postgres_data/base/5/2663 b/postgres_data/base/5/2663 new file mode 100644 index 0000000..a119c8f Binary files /dev/null and b/postgres_data/base/5/2663 differ diff --git a/postgres_data/base/5/2664 b/postgres_data/base/5/2664 new file mode 100644 index 0000000..e589535 Binary files /dev/null and b/postgres_data/base/5/2664 differ diff --git a/postgres_data/base/5/2665 b/postgres_data/base/5/2665 new file mode 100644 index 0000000..ce3d2f7 Binary files /dev/null and b/postgres_data/base/5/2665 differ diff --git a/postgres_data/base/5/2666 b/postgres_data/base/5/2666 new file mode 100644 index 0000000..19dd159 Binary files /dev/null and b/postgres_data/base/5/2666 differ diff --git a/postgres_data/base/5/2667 b/postgres_data/base/5/2667 new file mode 100644 index 0000000..afe4793 Binary files /dev/null and b/postgres_data/base/5/2667 differ diff --git a/postgres_data/base/5/2668 b/postgres_data/base/5/2668 new file mode 100644 index 0000000..c5baf1d Binary files /dev/null and b/postgres_data/base/5/2668 differ diff --git a/postgres_data/base/5/2669 b/postgres_data/base/5/2669 new file mode 100644 index 0000000..7379bc3 Binary files /dev/null and b/postgres_data/base/5/2669 differ diff --git a/postgres_data/base/5/2670 b/postgres_data/base/5/2670 new file mode 100644 index 0000000..5b35b4d Binary files /dev/null and b/postgres_data/base/5/2670 differ diff --git a/postgres_data/base/5/2673 b/postgres_data/base/5/2673 new file mode 100644 index 0000000..1eecb58 Binary files /dev/null and b/postgres_data/base/5/2673 differ diff --git a/postgres_data/base/5/2674 b/postgres_data/base/5/2674 new file mode 100644 index 0000000..b8b73ef Binary files /dev/null and b/postgres_data/base/5/2674 differ diff --git a/postgres_data/base/5/2675 b/postgres_data/base/5/2675 new file mode 100644 index 0000000..f54fc95 Binary files /dev/null and b/postgres_data/base/5/2675 differ diff --git a/postgres_data/base/5/2678 b/postgres_data/base/5/2678 new file mode 100644 index 0000000..94ce9ea Binary files /dev/null and b/postgres_data/base/5/2678 differ diff --git a/postgres_data/base/5/2679 b/postgres_data/base/5/2679 new file mode 100644 index 0000000..6d0e0ce Binary files /dev/null and b/postgres_data/base/5/2679 differ diff --git a/postgres_data/base/5/2680 b/postgres_data/base/5/2680 new file mode 100644 index 0000000..e15ddb4 Binary files /dev/null and b/postgres_data/base/5/2680 differ diff --git a/postgres_data/base/5/2681 b/postgres_data/base/5/2681 new file mode 100644 index 0000000..2271726 Binary files /dev/null and b/postgres_data/base/5/2681 differ diff --git a/postgres_data/base/5/2682 b/postgres_data/base/5/2682 new file mode 100644 index 0000000..2bf5fbd Binary files /dev/null and b/postgres_data/base/5/2682 differ diff --git a/postgres_data/base/5/2683 b/postgres_data/base/5/2683 new file mode 100644 index 0000000..014cbee Binary files /dev/null and b/postgres_data/base/5/2683 differ diff --git a/postgres_data/base/5/2684 b/postgres_data/base/5/2684 new file mode 100644 index 0000000..c550bb4 Binary files /dev/null and b/postgres_data/base/5/2684 differ diff --git a/postgres_data/base/5/2685 b/postgres_data/base/5/2685 new file mode 100644 index 0000000..f00914d Binary files /dev/null and b/postgres_data/base/5/2685 differ diff --git a/postgres_data/base/5/2686 b/postgres_data/base/5/2686 new file mode 100644 index 0000000..51e4357 Binary files /dev/null and b/postgres_data/base/5/2686 differ diff --git a/postgres_data/base/5/2687 b/postgres_data/base/5/2687 new file mode 100644 index 0000000..8df59d1 Binary files /dev/null and b/postgres_data/base/5/2687 differ diff --git a/postgres_data/base/5/2688 b/postgres_data/base/5/2688 new file mode 100644 index 0000000..f5448dc Binary files /dev/null and b/postgres_data/base/5/2688 differ diff --git a/postgres_data/base/5/2689 b/postgres_data/base/5/2689 new file mode 100644 index 0000000..8f8223b Binary files /dev/null and b/postgres_data/base/5/2689 differ diff --git a/postgres_data/base/5/2690 b/postgres_data/base/5/2690 new file mode 100644 index 0000000..0763fa5 Binary files /dev/null and b/postgres_data/base/5/2690 differ diff --git a/postgres_data/base/5/2691 b/postgres_data/base/5/2691 new file mode 100644 index 0000000..d3af03c Binary files /dev/null and b/postgres_data/base/5/2691 differ diff --git a/postgres_data/base/5/2692 b/postgres_data/base/5/2692 new file mode 100644 index 0000000..3240558 Binary files /dev/null and b/postgres_data/base/5/2692 differ diff --git a/postgres_data/base/5/2693 b/postgres_data/base/5/2693 new file mode 100644 index 0000000..bac8897 Binary files /dev/null and b/postgres_data/base/5/2693 differ diff --git a/postgres_data/base/5/2696 b/postgres_data/base/5/2696 new file mode 100644 index 0000000..1fe2e61 Binary files /dev/null and b/postgres_data/base/5/2696 differ diff --git a/postgres_data/base/5/2699 b/postgres_data/base/5/2699 new file mode 100644 index 0000000..8417313 Binary files /dev/null and b/postgres_data/base/5/2699 differ diff --git a/postgres_data/base/5/2701 b/postgres_data/base/5/2701 new file mode 100644 index 0000000..8892de2 Binary files /dev/null and b/postgres_data/base/5/2701 differ diff --git a/postgres_data/base/5/2702 b/postgres_data/base/5/2702 new file mode 100644 index 0000000..c40e5aa Binary files /dev/null and b/postgres_data/base/5/2702 differ diff --git a/postgres_data/base/5/2703 b/postgres_data/base/5/2703 new file mode 100644 index 0000000..6a10a7a Binary files /dev/null and b/postgres_data/base/5/2703 differ diff --git a/postgres_data/base/5/2704 b/postgres_data/base/5/2704 new file mode 100644 index 0000000..3919478 Binary files /dev/null and b/postgres_data/base/5/2704 differ diff --git a/postgres_data/base/5/2753 b/postgres_data/base/5/2753 new file mode 100644 index 0000000..3c16dff Binary files /dev/null and b/postgres_data/base/5/2753 differ diff --git a/postgres_data/base/5/2753_fsm b/postgres_data/base/5/2753_fsm new file mode 100644 index 0000000..642bce3 Binary files /dev/null and b/postgres_data/base/5/2753_fsm differ diff --git a/postgres_data/base/5/2753_vm b/postgres_data/base/5/2753_vm new file mode 100644 index 0000000..c91c8b3 Binary files /dev/null and b/postgres_data/base/5/2753_vm differ diff --git a/postgres_data/base/5/2754 b/postgres_data/base/5/2754 new file mode 100644 index 0000000..f3df39d Binary files /dev/null and b/postgres_data/base/5/2754 differ diff --git a/postgres_data/base/5/2755 b/postgres_data/base/5/2755 new file mode 100644 index 0000000..cc671dc Binary files /dev/null and b/postgres_data/base/5/2755 differ diff --git a/postgres_data/base/5/2756 b/postgres_data/base/5/2756 new file mode 100644 index 0000000..6a6c87e Binary files /dev/null and b/postgres_data/base/5/2756 differ diff --git a/postgres_data/base/5/2757 b/postgres_data/base/5/2757 new file mode 100644 index 0000000..57830cb Binary files /dev/null and b/postgres_data/base/5/2757 differ diff --git a/postgres_data/base/5/2830 b/postgres_data/base/5/2830 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2831 b/postgres_data/base/5/2831 new file mode 100644 index 0000000..6c30e94 Binary files /dev/null and b/postgres_data/base/5/2831 differ diff --git a/postgres_data/base/5/2832 b/postgres_data/base/5/2832 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2833 b/postgres_data/base/5/2833 new file mode 100644 index 0000000..e364449 Binary files /dev/null and b/postgres_data/base/5/2833 differ diff --git a/postgres_data/base/5/2834 b/postgres_data/base/5/2834 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2835 b/postgres_data/base/5/2835 new file mode 100644 index 0000000..b028c65 Binary files /dev/null and b/postgres_data/base/5/2835 differ diff --git a/postgres_data/base/5/2836 b/postgres_data/base/5/2836 new file mode 100644 index 0000000..77e41e9 Binary files /dev/null and b/postgres_data/base/5/2836 differ diff --git a/postgres_data/base/5/2836_fsm b/postgres_data/base/5/2836_fsm new file mode 100644 index 0000000..06e1e26 Binary files /dev/null and b/postgres_data/base/5/2836_fsm differ diff --git a/postgres_data/base/5/2836_vm b/postgres_data/base/5/2836_vm new file mode 100644 index 0000000..fa089a3 Binary files /dev/null and b/postgres_data/base/5/2836_vm differ diff --git a/postgres_data/base/5/2837 b/postgres_data/base/5/2837 new file mode 100644 index 0000000..e12584b Binary files /dev/null and b/postgres_data/base/5/2837 differ diff --git a/postgres_data/base/5/2838 b/postgres_data/base/5/2838 new file mode 100644 index 0000000..501f3f4 Binary files /dev/null and b/postgres_data/base/5/2838 differ diff --git a/postgres_data/base/5/2838_fsm b/postgres_data/base/5/2838_fsm new file mode 100644 index 0000000..5b51a82 Binary files /dev/null and b/postgres_data/base/5/2838_fsm differ diff --git a/postgres_data/base/5/2838_vm b/postgres_data/base/5/2838_vm new file mode 100644 index 0000000..49f51eb Binary files /dev/null and b/postgres_data/base/5/2838_vm differ diff --git a/postgres_data/base/5/2839 b/postgres_data/base/5/2839 new file mode 100644 index 0000000..92692cf Binary files /dev/null and b/postgres_data/base/5/2839 differ diff --git a/postgres_data/base/5/2840 b/postgres_data/base/5/2840 new file mode 100644 index 0000000..ec6e167 Binary files /dev/null and b/postgres_data/base/5/2840 differ diff --git a/postgres_data/base/5/2840_fsm b/postgres_data/base/5/2840_fsm new file mode 100644 index 0000000..a454fb0 Binary files /dev/null and b/postgres_data/base/5/2840_fsm differ diff --git a/postgres_data/base/5/2840_vm b/postgres_data/base/5/2840_vm new file mode 100644 index 0000000..d51a96e Binary files /dev/null and b/postgres_data/base/5/2840_vm differ diff --git a/postgres_data/base/5/2841 b/postgres_data/base/5/2841 new file mode 100644 index 0000000..b0132ea Binary files /dev/null and b/postgres_data/base/5/2841 differ diff --git a/postgres_data/base/5/2995 b/postgres_data/base/5/2995 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/2996 b/postgres_data/base/5/2996 new file mode 100644 index 0000000..9bd6faf Binary files /dev/null and b/postgres_data/base/5/2996 differ diff --git a/postgres_data/base/5/3079 b/postgres_data/base/5/3079 new file mode 100644 index 0000000..26b917e Binary files /dev/null and b/postgres_data/base/5/3079 differ diff --git a/postgres_data/base/5/3079_fsm b/postgres_data/base/5/3079_fsm new file mode 100644 index 0000000..7732d22 Binary files /dev/null and b/postgres_data/base/5/3079_fsm differ diff --git a/postgres_data/base/5/3079_vm b/postgres_data/base/5/3079_vm new file mode 100644 index 0000000..46643e3 Binary files /dev/null and b/postgres_data/base/5/3079_vm differ diff --git a/postgres_data/base/5/3080 b/postgres_data/base/5/3080 new file mode 100644 index 0000000..22c6a26 Binary files /dev/null and b/postgres_data/base/5/3080 differ diff --git a/postgres_data/base/5/3081 b/postgres_data/base/5/3081 new file mode 100644 index 0000000..7c9ecf8 Binary files /dev/null and b/postgres_data/base/5/3081 differ diff --git a/postgres_data/base/5/3085 b/postgres_data/base/5/3085 new file mode 100644 index 0000000..0f94bb3 Binary files /dev/null and b/postgres_data/base/5/3085 differ diff --git a/postgres_data/base/5/3118 b/postgres_data/base/5/3118 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3119 b/postgres_data/base/5/3119 new file mode 100644 index 0000000..8524de7 Binary files /dev/null and b/postgres_data/base/5/3119 differ diff --git a/postgres_data/base/5/3164 b/postgres_data/base/5/3164 new file mode 100644 index 0000000..bbb39da Binary files /dev/null and b/postgres_data/base/5/3164 differ diff --git a/postgres_data/base/5/3256 b/postgres_data/base/5/3256 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3257 b/postgres_data/base/5/3257 new file mode 100644 index 0000000..6f325ab Binary files /dev/null and b/postgres_data/base/5/3257 differ diff --git a/postgres_data/base/5/3258 b/postgres_data/base/5/3258 new file mode 100644 index 0000000..10c3c94 Binary files /dev/null and b/postgres_data/base/5/3258 differ diff --git a/postgres_data/base/5/3350 b/postgres_data/base/5/3350 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3351 b/postgres_data/base/5/3351 new file mode 100644 index 0000000..2bfef7f Binary files /dev/null and b/postgres_data/base/5/3351 differ diff --git a/postgres_data/base/5/3379 b/postgres_data/base/5/3379 new file mode 100644 index 0000000..b41a45f Binary files /dev/null and b/postgres_data/base/5/3379 differ diff --git a/postgres_data/base/5/3380 b/postgres_data/base/5/3380 new file mode 100644 index 0000000..f9d290e Binary files /dev/null and b/postgres_data/base/5/3380 differ diff --git a/postgres_data/base/5/3381 b/postgres_data/base/5/3381 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3394 b/postgres_data/base/5/3394 new file mode 100644 index 0000000..7c5aafa Binary files /dev/null and b/postgres_data/base/5/3394 differ diff --git a/postgres_data/base/5/3394_fsm b/postgres_data/base/5/3394_fsm new file mode 100644 index 0000000..38ac5f8 Binary files /dev/null and b/postgres_data/base/5/3394_fsm differ diff --git a/postgres_data/base/5/3394_vm b/postgres_data/base/5/3394_vm new file mode 100644 index 0000000..8d8daaa Binary files /dev/null and b/postgres_data/base/5/3394_vm differ diff --git a/postgres_data/base/5/3395 b/postgres_data/base/5/3395 new file mode 100644 index 0000000..6c7d0fc Binary files /dev/null and b/postgres_data/base/5/3395 differ diff --git a/postgres_data/base/5/3429 b/postgres_data/base/5/3429 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3430 b/postgres_data/base/5/3430 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3431 b/postgres_data/base/5/3431 new file mode 100644 index 0000000..a890bbf Binary files /dev/null and b/postgres_data/base/5/3431 differ diff --git a/postgres_data/base/5/3433 b/postgres_data/base/5/3433 new file mode 100644 index 0000000..b9e444b Binary files /dev/null and b/postgres_data/base/5/3433 differ diff --git a/postgres_data/base/5/3439 b/postgres_data/base/5/3439 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3440 b/postgres_data/base/5/3440 new file mode 100644 index 0000000..5b55040 Binary files /dev/null and b/postgres_data/base/5/3440 differ diff --git a/postgres_data/base/5/3455 b/postgres_data/base/5/3455 new file mode 100644 index 0000000..c3457b1 Binary files /dev/null and b/postgres_data/base/5/3455 differ diff --git a/postgres_data/base/5/3456 b/postgres_data/base/5/3456 new file mode 100644 index 0000000..eb10e56 Binary files /dev/null and b/postgres_data/base/5/3456 differ diff --git a/postgres_data/base/5/3456_fsm b/postgres_data/base/5/3456_fsm new file mode 100644 index 0000000..2823c77 Binary files /dev/null and b/postgres_data/base/5/3456_fsm differ diff --git a/postgres_data/base/5/3456_vm b/postgres_data/base/5/3456_vm new file mode 100644 index 0000000..10e676a Binary files /dev/null and b/postgres_data/base/5/3456_vm differ diff --git a/postgres_data/base/5/3466 b/postgres_data/base/5/3466 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3467 b/postgres_data/base/5/3467 new file mode 100644 index 0000000..188a5e6 Binary files /dev/null and b/postgres_data/base/5/3467 differ diff --git a/postgres_data/base/5/3468 b/postgres_data/base/5/3468 new file mode 100644 index 0000000..00d26fe Binary files /dev/null and b/postgres_data/base/5/3468 differ diff --git a/postgres_data/base/5/3501 b/postgres_data/base/5/3501 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3502 b/postgres_data/base/5/3502 new file mode 100644 index 0000000..51e62aa Binary files /dev/null and b/postgres_data/base/5/3502 differ diff --git a/postgres_data/base/5/3503 b/postgres_data/base/5/3503 new file mode 100644 index 0000000..818ee9e Binary files /dev/null and b/postgres_data/base/5/3503 differ diff --git a/postgres_data/base/5/3534 b/postgres_data/base/5/3534 new file mode 100644 index 0000000..338d308 Binary files /dev/null and b/postgres_data/base/5/3534 differ diff --git a/postgres_data/base/5/3541 b/postgres_data/base/5/3541 new file mode 100644 index 0000000..40869ad Binary files /dev/null and b/postgres_data/base/5/3541 differ diff --git a/postgres_data/base/5/3541_fsm b/postgres_data/base/5/3541_fsm new file mode 100644 index 0000000..a3a2de4 Binary files /dev/null and b/postgres_data/base/5/3541_fsm differ diff --git a/postgres_data/base/5/3541_vm b/postgres_data/base/5/3541_vm new file mode 100644 index 0000000..e962398 Binary files /dev/null and b/postgres_data/base/5/3541_vm differ diff --git a/postgres_data/base/5/3542 b/postgres_data/base/5/3542 new file mode 100644 index 0000000..ced0066 Binary files /dev/null and b/postgres_data/base/5/3542 differ diff --git a/postgres_data/base/5/3574 b/postgres_data/base/5/3574 new file mode 100644 index 0000000..b026df1 Binary files /dev/null and b/postgres_data/base/5/3574 differ diff --git a/postgres_data/base/5/3575 b/postgres_data/base/5/3575 new file mode 100644 index 0000000..bdec532 Binary files /dev/null and b/postgres_data/base/5/3575 differ diff --git a/postgres_data/base/5/3576 b/postgres_data/base/5/3576 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3596 b/postgres_data/base/5/3596 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3597 b/postgres_data/base/5/3597 new file mode 100644 index 0000000..6947306 Binary files /dev/null and b/postgres_data/base/5/3597 differ diff --git a/postgres_data/base/5/3598 b/postgres_data/base/5/3598 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/3599 b/postgres_data/base/5/3599 new file mode 100644 index 0000000..32bf577 Binary files /dev/null and b/postgres_data/base/5/3599 differ diff --git a/postgres_data/base/5/3600 b/postgres_data/base/5/3600 new file mode 100644 index 0000000..e6644b3 Binary files /dev/null and b/postgres_data/base/5/3600 differ diff --git a/postgres_data/base/5/3600_fsm b/postgres_data/base/5/3600_fsm new file mode 100644 index 0000000..cebec19 Binary files /dev/null and b/postgres_data/base/5/3600_fsm differ diff --git a/postgres_data/base/5/3600_vm b/postgres_data/base/5/3600_vm new file mode 100644 index 0000000..41eb972 Binary files /dev/null and b/postgres_data/base/5/3600_vm differ diff --git a/postgres_data/base/5/3601 b/postgres_data/base/5/3601 new file mode 100644 index 0000000..04c846e Binary files /dev/null and b/postgres_data/base/5/3601 differ diff --git a/postgres_data/base/5/3601_fsm b/postgres_data/base/5/3601_fsm new file mode 100644 index 0000000..7732d22 Binary files /dev/null and b/postgres_data/base/5/3601_fsm differ diff --git a/postgres_data/base/5/3601_vm b/postgres_data/base/5/3601_vm new file mode 100644 index 0000000..2c4f606 Binary files /dev/null and b/postgres_data/base/5/3601_vm differ diff --git a/postgres_data/base/5/3602 b/postgres_data/base/5/3602 new file mode 100644 index 0000000..626cbb0 Binary files /dev/null and b/postgres_data/base/5/3602 differ diff --git a/postgres_data/base/5/3602_fsm b/postgres_data/base/5/3602_fsm new file mode 100644 index 0000000..d7897de Binary files /dev/null and b/postgres_data/base/5/3602_fsm differ diff --git a/postgres_data/base/5/3602_vm b/postgres_data/base/5/3602_vm new file mode 100644 index 0000000..d558e35 Binary files /dev/null and b/postgres_data/base/5/3602_vm differ diff --git a/postgres_data/base/5/3603 b/postgres_data/base/5/3603 new file mode 100644 index 0000000..ec974bc Binary files /dev/null and b/postgres_data/base/5/3603 differ diff --git a/postgres_data/base/5/3603_fsm b/postgres_data/base/5/3603_fsm new file mode 100644 index 0000000..c28dd4f Binary files /dev/null and b/postgres_data/base/5/3603_fsm differ diff --git a/postgres_data/base/5/3603_vm b/postgres_data/base/5/3603_vm new file mode 100644 index 0000000..d68308e Binary files /dev/null and b/postgres_data/base/5/3603_vm differ diff --git a/postgres_data/base/5/3604 b/postgres_data/base/5/3604 new file mode 100644 index 0000000..44cdaa7 Binary files /dev/null and b/postgres_data/base/5/3604 differ diff --git a/postgres_data/base/5/3605 b/postgres_data/base/5/3605 new file mode 100644 index 0000000..68dc291 Binary files /dev/null and b/postgres_data/base/5/3605 differ diff --git a/postgres_data/base/5/3606 b/postgres_data/base/5/3606 new file mode 100644 index 0000000..5d00237 Binary files /dev/null and b/postgres_data/base/5/3606 differ diff --git a/postgres_data/base/5/3607 b/postgres_data/base/5/3607 new file mode 100644 index 0000000..3a1af44 Binary files /dev/null and b/postgres_data/base/5/3607 differ diff --git a/postgres_data/base/5/3608 b/postgres_data/base/5/3608 new file mode 100644 index 0000000..6337794 Binary files /dev/null and b/postgres_data/base/5/3608 differ diff --git a/postgres_data/base/5/3609 b/postgres_data/base/5/3609 new file mode 100644 index 0000000..6d58391 Binary files /dev/null and b/postgres_data/base/5/3609 differ diff --git a/postgres_data/base/5/3712 b/postgres_data/base/5/3712 new file mode 100644 index 0000000..030f509 Binary files /dev/null and b/postgres_data/base/5/3712 differ diff --git a/postgres_data/base/5/3764 b/postgres_data/base/5/3764 new file mode 100644 index 0000000..add9912 Binary files /dev/null and b/postgres_data/base/5/3764 differ diff --git a/postgres_data/base/5/3764_fsm b/postgres_data/base/5/3764_fsm new file mode 100644 index 0000000..f64db4d Binary files /dev/null and b/postgres_data/base/5/3764_fsm differ diff --git a/postgres_data/base/5/3764_vm b/postgres_data/base/5/3764_vm new file mode 100644 index 0000000..5b95f21 Binary files /dev/null and b/postgres_data/base/5/3764_vm differ diff --git a/postgres_data/base/5/3766 b/postgres_data/base/5/3766 new file mode 100644 index 0000000..c2381fe Binary files /dev/null and b/postgres_data/base/5/3766 differ diff --git a/postgres_data/base/5/3767 b/postgres_data/base/5/3767 new file mode 100644 index 0000000..a2d5986 Binary files /dev/null and b/postgres_data/base/5/3767 differ diff --git a/postgres_data/base/5/3997 b/postgres_data/base/5/3997 new file mode 100644 index 0000000..28b5b4b Binary files /dev/null and b/postgres_data/base/5/3997 differ diff --git a/postgres_data/base/5/4143 b/postgres_data/base/5/4143 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4144 b/postgres_data/base/5/4144 new file mode 100644 index 0000000..781f37a Binary files /dev/null and b/postgres_data/base/5/4144 differ diff --git a/postgres_data/base/5/4145 b/postgres_data/base/5/4145 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4146 b/postgres_data/base/5/4146 new file mode 100644 index 0000000..11ccf7e Binary files /dev/null and b/postgres_data/base/5/4146 differ diff --git a/postgres_data/base/5/4147 b/postgres_data/base/5/4147 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4148 b/postgres_data/base/5/4148 new file mode 100644 index 0000000..7fd05a8 Binary files /dev/null and b/postgres_data/base/5/4148 differ diff --git a/postgres_data/base/5/4149 b/postgres_data/base/5/4149 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4150 b/postgres_data/base/5/4150 new file mode 100644 index 0000000..10171f6 Binary files /dev/null and b/postgres_data/base/5/4150 differ diff --git a/postgres_data/base/5/4151 b/postgres_data/base/5/4151 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4152 b/postgres_data/base/5/4152 new file mode 100644 index 0000000..869a7f3 Binary files /dev/null and b/postgres_data/base/5/4152 differ diff --git a/postgres_data/base/5/4153 b/postgres_data/base/5/4153 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4154 b/postgres_data/base/5/4154 new file mode 100644 index 0000000..bb1dca3 Binary files /dev/null and b/postgres_data/base/5/4154 differ diff --git a/postgres_data/base/5/4155 b/postgres_data/base/5/4155 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4156 b/postgres_data/base/5/4156 new file mode 100644 index 0000000..839ab86 Binary files /dev/null and b/postgres_data/base/5/4156 differ diff --git a/postgres_data/base/5/4157 b/postgres_data/base/5/4157 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4158 b/postgres_data/base/5/4158 new file mode 100644 index 0000000..12e6868 Binary files /dev/null and b/postgres_data/base/5/4158 differ diff --git a/postgres_data/base/5/4159 b/postgres_data/base/5/4159 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4160 b/postgres_data/base/5/4160 new file mode 100644 index 0000000..8b80112 Binary files /dev/null and b/postgres_data/base/5/4160 differ diff --git a/postgres_data/base/5/4163 b/postgres_data/base/5/4163 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4164 b/postgres_data/base/5/4164 new file mode 100644 index 0000000..e86ba95 Binary files /dev/null and b/postgres_data/base/5/4164 differ diff --git a/postgres_data/base/5/4165 b/postgres_data/base/5/4165 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4166 b/postgres_data/base/5/4166 new file mode 100644 index 0000000..f5fc2b6 Binary files /dev/null and b/postgres_data/base/5/4166 differ diff --git a/postgres_data/base/5/4167 b/postgres_data/base/5/4167 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4168 b/postgres_data/base/5/4168 new file mode 100644 index 0000000..fdfe146 Binary files /dev/null and b/postgres_data/base/5/4168 differ diff --git a/postgres_data/base/5/4169 b/postgres_data/base/5/4169 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4170 b/postgres_data/base/5/4170 new file mode 100644 index 0000000..797418b Binary files /dev/null and b/postgres_data/base/5/4170 differ diff --git a/postgres_data/base/5/4171 b/postgres_data/base/5/4171 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4172 b/postgres_data/base/5/4172 new file mode 100644 index 0000000..969a191 Binary files /dev/null and b/postgres_data/base/5/4172 differ diff --git a/postgres_data/base/5/4173 b/postgres_data/base/5/4173 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/4174 b/postgres_data/base/5/4174 new file mode 100644 index 0000000..3c4beb7 Binary files /dev/null and b/postgres_data/base/5/4174 differ diff --git a/postgres_data/base/5/5002 b/postgres_data/base/5/5002 new file mode 100644 index 0000000..aefa40d Binary files /dev/null and b/postgres_data/base/5/5002 differ diff --git a/postgres_data/base/5/548 b/postgres_data/base/5/548 new file mode 100644 index 0000000..d6379eb Binary files /dev/null and b/postgres_data/base/5/548 differ diff --git a/postgres_data/base/5/549 b/postgres_data/base/5/549 new file mode 100644 index 0000000..a762ad9 Binary files /dev/null and b/postgres_data/base/5/549 differ diff --git a/postgres_data/base/5/6102 b/postgres_data/base/5/6102 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/6104 b/postgres_data/base/5/6104 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/6106 b/postgres_data/base/5/6106 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/6110 b/postgres_data/base/5/6110 new file mode 100644 index 0000000..42e1920 Binary files /dev/null and b/postgres_data/base/5/6110 differ diff --git a/postgres_data/base/5/6111 b/postgres_data/base/5/6111 new file mode 100644 index 0000000..d012727 Binary files /dev/null and b/postgres_data/base/5/6111 differ diff --git a/postgres_data/base/5/6112 b/postgres_data/base/5/6112 new file mode 100644 index 0000000..293367c Binary files /dev/null and b/postgres_data/base/5/6112 differ diff --git a/postgres_data/base/5/6113 b/postgres_data/base/5/6113 new file mode 100644 index 0000000..542f8fa Binary files /dev/null and b/postgres_data/base/5/6113 differ diff --git a/postgres_data/base/5/6116 b/postgres_data/base/5/6116 new file mode 100644 index 0000000..787d5d1 Binary files /dev/null and b/postgres_data/base/5/6116 differ diff --git a/postgres_data/base/5/6117 b/postgres_data/base/5/6117 new file mode 100644 index 0000000..2b5656b Binary files /dev/null and b/postgres_data/base/5/6117 differ diff --git a/postgres_data/base/5/6175 b/postgres_data/base/5/6175 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/6176 b/postgres_data/base/5/6176 new file mode 100644 index 0000000..34cba03 Binary files /dev/null and b/postgres_data/base/5/6176 differ diff --git a/postgres_data/base/5/6228 b/postgres_data/base/5/6228 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/6229 b/postgres_data/base/5/6229 new file mode 100644 index 0000000..4839713 Binary files /dev/null and b/postgres_data/base/5/6229 differ diff --git a/postgres_data/base/5/6237 b/postgres_data/base/5/6237 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/6238 b/postgres_data/base/5/6238 new file mode 100644 index 0000000..e7c0e8c Binary files /dev/null and b/postgres_data/base/5/6238 differ diff --git a/postgres_data/base/5/6239 b/postgres_data/base/5/6239 new file mode 100644 index 0000000..6c60b50 Binary files /dev/null and b/postgres_data/base/5/6239 differ diff --git a/postgres_data/base/5/826 b/postgres_data/base/5/826 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/base/5/827 b/postgres_data/base/5/827 new file mode 100644 index 0000000..bcaf0a1 Binary files /dev/null and b/postgres_data/base/5/827 differ diff --git a/postgres_data/base/5/828 b/postgres_data/base/5/828 new file mode 100644 index 0000000..7aba562 Binary files /dev/null and b/postgres_data/base/5/828 differ diff --git a/postgres_data/base/5/PG_VERSION b/postgres_data/base/5/PG_VERSION new file mode 100644 index 0000000..b6a7d89 --- /dev/null +++ b/postgres_data/base/5/PG_VERSION @@ -0,0 +1 @@ +16 diff --git a/postgres_data/base/5/pg_filenode.map b/postgres_data/base/5/pg_filenode.map new file mode 100644 index 0000000..4fc801a Binary files /dev/null and b/postgres_data/base/5/pg_filenode.map differ diff --git a/postgres_data/base/5/pg_internal.init b/postgres_data/base/5/pg_internal.init new file mode 100644 index 0000000..428dace Binary files /dev/null and b/postgres_data/base/5/pg_internal.init differ diff --git a/postgres_data/global/1213 b/postgres_data/global/1213 new file mode 100644 index 0000000..eec8dc3 Binary files /dev/null and b/postgres_data/global/1213 differ diff --git a/postgres_data/global/1213_fsm b/postgres_data/global/1213_fsm new file mode 100644 index 0000000..86074be Binary files /dev/null and b/postgres_data/global/1213_fsm differ diff --git a/postgres_data/global/1213_vm b/postgres_data/global/1213_vm new file mode 100644 index 0000000..325a677 Binary files /dev/null and b/postgres_data/global/1213_vm differ diff --git a/postgres_data/global/1214 b/postgres_data/global/1214 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/1232 b/postgres_data/global/1232 new file mode 100644 index 0000000..3820150 Binary files /dev/null and b/postgres_data/global/1232 differ diff --git a/postgres_data/global/1233 b/postgres_data/global/1233 new file mode 100644 index 0000000..4643651 Binary files /dev/null and b/postgres_data/global/1233 differ diff --git a/postgres_data/global/1260 b/postgres_data/global/1260 new file mode 100644 index 0000000..87cbb5a Binary files /dev/null and b/postgres_data/global/1260 differ diff --git a/postgres_data/global/1260_fsm b/postgres_data/global/1260_fsm new file mode 100644 index 0000000..8bbe958 Binary files /dev/null and b/postgres_data/global/1260_fsm differ diff --git a/postgres_data/global/1260_vm b/postgres_data/global/1260_vm new file mode 100644 index 0000000..b33eeb5 Binary files /dev/null and b/postgres_data/global/1260_vm differ diff --git a/postgres_data/global/1261 b/postgres_data/global/1261 new file mode 100644 index 0000000..aa51cf5 Binary files /dev/null and b/postgres_data/global/1261 differ diff --git a/postgres_data/global/1261_fsm b/postgres_data/global/1261_fsm new file mode 100644 index 0000000..f32c23e Binary files /dev/null and b/postgres_data/global/1261_fsm differ diff --git a/postgres_data/global/1261_vm b/postgres_data/global/1261_vm new file mode 100644 index 0000000..edab875 Binary files /dev/null and b/postgres_data/global/1261_vm differ diff --git a/postgres_data/global/1262 b/postgres_data/global/1262 new file mode 100644 index 0000000..486074d Binary files /dev/null and b/postgres_data/global/1262 differ diff --git a/postgres_data/global/1262_fsm b/postgres_data/global/1262_fsm new file mode 100644 index 0000000..479fd94 Binary files /dev/null and b/postgres_data/global/1262_fsm differ diff --git a/postgres_data/global/1262_vm b/postgres_data/global/1262_vm new file mode 100644 index 0000000..5d8d7a8 Binary files /dev/null and b/postgres_data/global/1262_vm differ diff --git a/postgres_data/global/2396 b/postgres_data/global/2396 new file mode 100644 index 0000000..0704cfe Binary files /dev/null and b/postgres_data/global/2396 differ diff --git a/postgres_data/global/2396_fsm b/postgres_data/global/2396_fsm new file mode 100644 index 0000000..7a4f24f Binary files /dev/null and b/postgres_data/global/2396_fsm differ diff --git a/postgres_data/global/2396_vm b/postgres_data/global/2396_vm new file mode 100644 index 0000000..68cf5c6 Binary files /dev/null and b/postgres_data/global/2396_vm differ diff --git a/postgres_data/global/2397 b/postgres_data/global/2397 new file mode 100644 index 0000000..acb0e61 Binary files /dev/null and b/postgres_data/global/2397 differ diff --git a/postgres_data/global/2671 b/postgres_data/global/2671 new file mode 100644 index 0000000..ed056da Binary files /dev/null and b/postgres_data/global/2671 differ diff --git a/postgres_data/global/2672 b/postgres_data/global/2672 new file mode 100644 index 0000000..3bfbe72 Binary files /dev/null and b/postgres_data/global/2672 differ diff --git a/postgres_data/global/2676 b/postgres_data/global/2676 new file mode 100644 index 0000000..d0ffce9 Binary files /dev/null and b/postgres_data/global/2676 differ diff --git a/postgres_data/global/2677 b/postgres_data/global/2677 new file mode 100644 index 0000000..4487e7b Binary files /dev/null and b/postgres_data/global/2677 differ diff --git a/postgres_data/global/2694 b/postgres_data/global/2694 new file mode 100644 index 0000000..7e09dea Binary files /dev/null and b/postgres_data/global/2694 differ diff --git a/postgres_data/global/2695 b/postgres_data/global/2695 new file mode 100644 index 0000000..6ade19a Binary files /dev/null and b/postgres_data/global/2695 differ diff --git a/postgres_data/global/2697 b/postgres_data/global/2697 new file mode 100644 index 0000000..e4da1ca Binary files /dev/null and b/postgres_data/global/2697 differ diff --git a/postgres_data/global/2698 b/postgres_data/global/2698 new file mode 100644 index 0000000..261136e Binary files /dev/null and b/postgres_data/global/2698 differ diff --git a/postgres_data/global/2846 b/postgres_data/global/2846 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/2847 b/postgres_data/global/2847 new file mode 100644 index 0000000..f5a198a Binary files /dev/null and b/postgres_data/global/2847 differ diff --git a/postgres_data/global/2964 b/postgres_data/global/2964 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/2965 b/postgres_data/global/2965 new file mode 100644 index 0000000..b4ab3b0 Binary files /dev/null and b/postgres_data/global/2965 differ diff --git a/postgres_data/global/2966 b/postgres_data/global/2966 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/2967 b/postgres_data/global/2967 new file mode 100644 index 0000000..9c45455 Binary files /dev/null and b/postgres_data/global/2967 differ diff --git a/postgres_data/global/3592 b/postgres_data/global/3592 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/3593 b/postgres_data/global/3593 new file mode 100644 index 0000000..2dac047 Binary files /dev/null and b/postgres_data/global/3593 differ diff --git a/postgres_data/global/4060 b/postgres_data/global/4060 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/4061 b/postgres_data/global/4061 new file mode 100644 index 0000000..e03f6d8 Binary files /dev/null and b/postgres_data/global/4061 differ diff --git a/postgres_data/global/4175 b/postgres_data/global/4175 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/4176 b/postgres_data/global/4176 new file mode 100644 index 0000000..b2e78fd Binary files /dev/null and b/postgres_data/global/4176 differ diff --git a/postgres_data/global/4177 b/postgres_data/global/4177 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/4178 b/postgres_data/global/4178 new file mode 100644 index 0000000..006ca56 Binary files /dev/null and b/postgres_data/global/4178 differ diff --git a/postgres_data/global/4181 b/postgres_data/global/4181 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/4182 b/postgres_data/global/4182 new file mode 100644 index 0000000..ffe2eb2 Binary files /dev/null and b/postgres_data/global/4182 differ diff --git a/postgres_data/global/4183 b/postgres_data/global/4183 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/4184 b/postgres_data/global/4184 new file mode 100644 index 0000000..29e8df2 Binary files /dev/null and b/postgres_data/global/4184 differ diff --git a/postgres_data/global/4185 b/postgres_data/global/4185 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/4186 b/postgres_data/global/4186 new file mode 100644 index 0000000..03df8cc Binary files /dev/null and b/postgres_data/global/4186 differ diff --git a/postgres_data/global/6000 b/postgres_data/global/6000 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/6001 b/postgres_data/global/6001 new file mode 100644 index 0000000..6a41ce4 Binary files /dev/null and b/postgres_data/global/6001 differ diff --git a/postgres_data/global/6002 b/postgres_data/global/6002 new file mode 100644 index 0000000..32ea595 Binary files /dev/null and b/postgres_data/global/6002 differ diff --git a/postgres_data/global/6100 b/postgres_data/global/6100 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/6114 b/postgres_data/global/6114 new file mode 100644 index 0000000..bf887fa Binary files /dev/null and b/postgres_data/global/6114 differ diff --git a/postgres_data/global/6115 b/postgres_data/global/6115 new file mode 100644 index 0000000..afafca8 Binary files /dev/null and b/postgres_data/global/6115 differ diff --git a/postgres_data/global/6243 b/postgres_data/global/6243 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/6244 b/postgres_data/global/6244 new file mode 100644 index 0000000..e69de29 diff --git a/postgres_data/global/6245 b/postgres_data/global/6245 new file mode 100644 index 0000000..6a99292 Binary files /dev/null and b/postgres_data/global/6245 differ diff --git a/postgres_data/global/6246 b/postgres_data/global/6246 new file mode 100644 index 0000000..084bf17 Binary files /dev/null and b/postgres_data/global/6246 differ diff --git a/postgres_data/global/6247 b/postgres_data/global/6247 new file mode 100644 index 0000000..514ffb0 Binary files /dev/null and b/postgres_data/global/6247 differ diff --git a/postgres_data/global/6302 b/postgres_data/global/6302 new file mode 100644 index 0000000..b855d4e Binary files /dev/null and b/postgres_data/global/6302 differ diff --git a/postgres_data/global/6303 b/postgres_data/global/6303 new file mode 100644 index 0000000..abb950e Binary files /dev/null and b/postgres_data/global/6303 differ diff --git a/postgres_data/global/pg_control b/postgres_data/global/pg_control new file mode 100644 index 0000000..891c19a Binary files /dev/null and b/postgres_data/global/pg_control differ diff --git a/postgres_data/global/pg_filenode.map b/postgres_data/global/pg_filenode.map new file mode 100644 index 0000000..97c07a6 Binary files /dev/null and b/postgres_data/global/pg_filenode.map differ diff --git a/postgres_data/global/pg_internal.init b/postgres_data/global/pg_internal.init new file mode 100644 index 0000000..d3c4669 Binary files /dev/null and b/postgres_data/global/pg_internal.init differ diff --git a/postgres_data/pg_hba.conf b/postgres_data/pg_hba.conf new file mode 100644 index 0000000..7f379db --- /dev/null +++ b/postgres_data/pg_hba.conf @@ -0,0 +1,128 @@ +# PostgreSQL Client Authentication Configuration File +# =================================================== +# +# Refer to the "Client Authentication" section in the PostgreSQL +# documentation for a complete description of this file. A short +# synopsis follows. +# +# ---------------------- +# Authentication Records +# ---------------------- +# +# This file controls: which hosts are allowed to connect, how clients +# are authenticated, which PostgreSQL user names they can use, which +# databases they can access. Records take one of these forms: +# +# local DATABASE USER METHOD [OPTIONS] +# host DATABASE USER ADDRESS METHOD [OPTIONS] +# hostssl DATABASE USER ADDRESS METHOD [OPTIONS] +# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS] +# hostgssenc DATABASE USER ADDRESS METHOD [OPTIONS] +# hostnogssenc DATABASE USER ADDRESS METHOD [OPTIONS] +# +# (The uppercase items must be replaced by actual values.) +# +# The first field is the connection type: +# - "local" is a Unix-domain socket +# - "host" is a TCP/IP socket (encrypted or not) +# - "hostssl" is a TCP/IP socket that is SSL-encrypted +# - "hostnossl" is a TCP/IP socket that is not SSL-encrypted +# - "hostgssenc" is a TCP/IP socket that is GSSAPI-encrypted +# - "hostnogssenc" is a TCP/IP socket that is not GSSAPI-encrypted +# +# DATABASE can be "all", "sameuser", "samerole", "replication", a +# database name, a regular expression (if it starts with a slash (/)) +# or a comma-separated list thereof. The "all" keyword does not match +# "replication". Access to replication must be enabled in a separate +# record (see example below). +# +# USER can be "all", a user name, a group name prefixed with "+", a +# regular expression (if it starts with a slash (/)) or a comma-separated +# list thereof. In both the DATABASE and USER fields you can also write +# a file name prefixed with "@" to include names from a separate file. +# +# ADDRESS specifies the set of hosts the record matches. It can be a +# host name, or it is made up of an IP address and a CIDR mask that is +# an integer (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that +# specifies the number of significant bits in the mask. A host name +# that starts with a dot (.) matches a suffix of the actual host name. +# Alternatively, you can write an IP address and netmask in separate +# columns to specify the set of hosts. Instead of a CIDR-address, you +# can write "samehost" to match any of the server's own IP addresses, +# or "samenet" to match any address in any subnet that the server is +# directly connected to. +# +# METHOD can be "trust", "reject", "md5", "password", "scram-sha-256", +# "gss", "sspi", "ident", "peer", "pam", "ldap", "radius" or "cert". +# Note that "password" sends passwords in clear text; "md5" or +# "scram-sha-256" are preferred since they send encrypted passwords. +# +# OPTIONS are a set of options for the authentication in the format +# NAME=VALUE. The available options depend on the different +# authentication methods -- refer to the "Client Authentication" +# section in the documentation for a list of which options are +# available for which authentication methods. +# +# Database and user names containing spaces, commas, quotes and other +# special characters must be quoted. Quoting one of the keywords +# "all", "sameuser", "samerole" or "replication" makes the name lose +# its special character, and just match a database or username with +# that name. +# +# --------------- +# Include Records +# --------------- +# +# This file allows the inclusion of external files or directories holding +# more records, using the following keywords: +# +# include FILE +# include_if_exists FILE +# include_dir DIRECTORY +# +# FILE is the file name to include, and DIR is the directory name containing +# the file(s) to include. Any file in a directory will be loaded if suffixed +# with ".conf". The files of a directory are ordered by name. +# include_if_exists ignores missing files. FILE and DIRECTORY can be +# specified as a relative or an absolute path, and can be double-quoted if +# they contain spaces. +# +# ------------- +# Miscellaneous +# ------------- +# +# This file is read on server startup and when the server receives a +# SIGHUP signal. If you edit the file on a running system, you have to +# SIGHUP the server for the changes to take effect, run "pg_ctl reload", +# or execute "SELECT pg_reload_conf()". +# +# ---------------------------------- +# Put your actual configuration here +# ---------------------------------- +# +# If you want to allow non-local connections, you need to add more +# "host" records. In that case you will also need to make PostgreSQL +# listen on a non-local interface via the listen_addresses +# configuration parameter, or via the -i or -h command line switches. + +# CAUTION: Configuring the system for local "trust" authentication +# allows any local user to connect as any PostgreSQL user, including +# the database superuser. If you do not trust all your local users, +# use another authentication method. + + +# TYPE DATABASE USER ADDRESS METHOD + +# "local" is for Unix domain socket connections only +local all all trust +# IPv4 local connections: +host all all 127.0.0.1/32 trust +# IPv6 local connections: +host all all ::1/128 trust +# Allow replication connections from localhost, by a user with the +# replication privilege. +local replication all trust +host replication all 127.0.0.1/32 trust +host replication all ::1/128 trust + +host all all all scram-sha-256 diff --git a/postgres_data/pg_ident.conf b/postgres_data/pg_ident.conf new file mode 100644 index 0000000..f5225f2 --- /dev/null +++ b/postgres_data/pg_ident.conf @@ -0,0 +1,72 @@ +# PostgreSQL User Name Maps +# ========================= +# +# --------------- +# Mapping Records +# --------------- +# +# Refer to the PostgreSQL documentation, chapter "Client +# Authentication" for a complete description. A short synopsis +# follows. +# +# This file controls PostgreSQL user name mapping. It maps external +# user names to their corresponding PostgreSQL user names. Records +# are of the form: +# +# MAPNAME SYSTEM-USERNAME PG-USERNAME +# +# (The uppercase quantities must be replaced by actual values.) +# +# MAPNAME is the (otherwise freely chosen) map name that was used in +# pg_hba.conf. SYSTEM-USERNAME is the detected user name of the +# client. PG-USERNAME is the requested PostgreSQL user name. The +# existence of a record specifies that SYSTEM-USERNAME may connect as +# PG-USERNAME. +# +# If SYSTEM-USERNAME starts with a slash (/), it will be treated as a +# regular expression. Optionally this can contain a capture (a +# parenthesized subexpression). The substring matching the capture +# will be substituted for \1 (backslash-one) if present in +# PG-USERNAME. +# +# PG-USERNAME can be "all", a user name, a group name prefixed with "+", or +# a regular expression (if it starts with a slash (/)). If it is a regular +# expression, the substring matching with \1 has no effect. +# +# Multiple maps may be specified in this file and used by pg_hba.conf. +# +# No map names are defined in the default configuration. If all +# system user names and PostgreSQL user names are the same, you don't +# need anything in this file. +# +# --------------- +# Include Records +# --------------- +# +# This file allows the inclusion of external files or directories holding +# more records, using the following keywords: +# +# include FILE +# include_if_exists FILE +# include_dir DIRECTORY +# +# FILE is the file name to include, and DIR is the directory name containing +# the file(s) to include. Any file in a directory will be loaded if suffixed +# with ".conf". The files of a directory are ordered by name. +# include_if_exists ignores missing files. FILE and DIRECTORY can be +# specified as a relative or an absolute path, and can be double-quoted if +# they contain spaces. +# +# ------------------------------- +# Miscellaneous +# ------------------------------- +# +# This file is read on server startup and when the postmaster receives +# a SIGHUP signal. If you edit the file on a running system, you have +# to SIGHUP the postmaster for the changes to take effect. You can +# use "pg_ctl reload" to do that. + +# Put your actual configuration here +# ---------------------------------- + +# MAPNAME SYSTEM-USERNAME PG-USERNAME diff --git a/postgres_data/pg_logical/replorigin_checkpoint b/postgres_data/pg_logical/replorigin_checkpoint new file mode 100644 index 0000000..ec451b0 Binary files /dev/null and b/postgres_data/pg_logical/replorigin_checkpoint differ diff --git a/postgres_data/pg_multixact/members/0000 b/postgres_data/pg_multixact/members/0000 new file mode 100644 index 0000000..6d17cf9 Binary files /dev/null and b/postgres_data/pg_multixact/members/0000 differ diff --git a/postgres_data/pg_multixact/offsets/0000 b/postgres_data/pg_multixact/offsets/0000 new file mode 100644 index 0000000..6d17cf9 Binary files /dev/null and b/postgres_data/pg_multixact/offsets/0000 differ diff --git a/postgres_data/pg_subtrans/0000 b/postgres_data/pg_subtrans/0000 new file mode 100644 index 0000000..6d17cf9 Binary files /dev/null and b/postgres_data/pg_subtrans/0000 differ diff --git a/postgres_data/pg_wal/000000010000000000000003 b/postgres_data/pg_wal/000000010000000000000003 new file mode 100644 index 0000000..b7c7501 Binary files /dev/null and b/postgres_data/pg_wal/000000010000000000000003 differ diff --git a/postgres_data/pg_wal/000000010000000000000004 b/postgres_data/pg_wal/000000010000000000000004 new file mode 100644 index 0000000..f127278 Binary files /dev/null and b/postgres_data/pg_wal/000000010000000000000004 differ diff --git a/postgres_data/pg_xact/0000 b/postgres_data/pg_xact/0000 new file mode 100644 index 0000000..b871728 Binary files /dev/null and b/postgres_data/pg_xact/0000 differ diff --git a/postgres_data/postgresql.auto.conf b/postgres_data/postgresql.auto.conf new file mode 100644 index 0000000..af7125e --- /dev/null +++ b/postgres_data/postgresql.auto.conf @@ -0,0 +1,2 @@ +# Do not edit this file manually! +# It will be overwritten by the ALTER SYSTEM command. diff --git a/postgres_data/postgresql.conf b/postgres_data/postgresql.conf new file mode 100644 index 0000000..534dfde --- /dev/null +++ b/postgres_data/postgresql.conf @@ -0,0 +1,820 @@ +# ----------------------------- +# PostgreSQL configuration file +# ----------------------------- +# +# This file consists of lines of the form: +# +# name = value +# +# (The "=" is optional.) Whitespace may be used. Comments are introduced with +# "#" anywhere on a line. The complete list of parameter names and allowed +# values can be found in the PostgreSQL documentation. +# +# The commented-out settings shown in this file represent the default values. +# Re-commenting a setting is NOT sufficient to revert it to the default value; +# you need to reload the server. +# +# This file is read on server startup and when the server receives a SIGHUP +# signal. If you edit the file on a running system, you have to SIGHUP the +# server for the changes to take effect, run "pg_ctl reload", or execute +# "SELECT pg_reload_conf()". Some parameters, which are marked below, +# require a server shutdown and restart to take effect. +# +# Any parameter can also be given as a command-line option to the server, e.g., +# "postgres -c log_connections=on". Some parameters can be changed at run time +# with the "SET" SQL command. +# +# Memory units: B = bytes Time units: us = microseconds +# kB = kilobytes ms = milliseconds +# MB = megabytes s = seconds +# GB = gigabytes min = minutes +# TB = terabytes h = hours +# d = days + + +#------------------------------------------------------------------------------ +# FILE LOCATIONS +#------------------------------------------------------------------------------ + +# The default values of these variables are driven from the -D command-line +# option or PGDATA environment variable, represented here as ConfigDir. + +#data_directory = 'ConfigDir' # use data in another directory + # (change requires restart) +#hba_file = 'ConfigDir/pg_hba.conf' # host-based authentication file + # (change requires restart) +#ident_file = 'ConfigDir/pg_ident.conf' # ident configuration file + # (change requires restart) + +# If external_pid_file is not explicitly set, no extra PID file is written. +#external_pid_file = '' # write an extra PID file + # (change requires restart) + + +#------------------------------------------------------------------------------ +# CONNECTIONS AND AUTHENTICATION +#------------------------------------------------------------------------------ + +# - Connection Settings - + +listen_addresses = '*' + # comma-separated list of addresses; + # defaults to 'localhost'; use '*' for all + # (change requires restart) +#port = 5432 # (change requires restart) +max_connections = 100 # (change requires restart) +#reserved_connections = 0 # (change requires restart) +#superuser_reserved_connections = 3 # (change requires restart) +#unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories + # (change requires restart) +#unix_socket_group = '' # (change requires restart) +#unix_socket_permissions = 0777 # begin with 0 to use octal notation + # (change requires restart) +#bonjour = off # advertise server via Bonjour + # (change requires restart) +#bonjour_name = '' # defaults to the computer name + # (change requires restart) + +# - TCP settings - +# see "man tcp" for details + +#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds; + # 0 selects the system default +#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds; + # 0 selects the system default +#tcp_keepalives_count = 0 # TCP_KEEPCNT; + # 0 selects the system default +#tcp_user_timeout = 0 # TCP_USER_TIMEOUT, in milliseconds; + # 0 selects the system default + +#client_connection_check_interval = 0 # time between checks for client + # disconnection while running queries; + # 0 for never + +# - Authentication - + +#authentication_timeout = 1min # 1s-600s +#password_encryption = scram-sha-256 # scram-sha-256 or md5 +#scram_iterations = 4096 +#db_user_namespace = off + +# GSSAPI using Kerberos +#krb_server_keyfile = 'FILE:${sysconfdir}/krb5.keytab' +#krb_caseins_users = off +#gss_accept_delegation = off + +# - SSL - + +#ssl = off +#ssl_ca_file = '' +#ssl_cert_file = 'server.crt' +#ssl_crl_file = '' +#ssl_crl_dir = '' +#ssl_key_file = 'server.key' +#ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers +#ssl_prefer_server_ciphers = on +#ssl_ecdh_curve = 'prime256v1' +#ssl_min_protocol_version = 'TLSv1.2' +#ssl_max_protocol_version = '' +#ssl_dh_params_file = '' +#ssl_passphrase_command = '' +#ssl_passphrase_command_supports_reload = off + + +#------------------------------------------------------------------------------ +# RESOURCE USAGE (except WAL) +#------------------------------------------------------------------------------ + +# - Memory - + +shared_buffers = 128MB # min 128kB + # (change requires restart) +#huge_pages = try # on, off, or try + # (change requires restart) +#huge_page_size = 0 # zero for system default + # (change requires restart) +#temp_buffers = 8MB # min 800kB +#max_prepared_transactions = 0 # zero disables the feature + # (change requires restart) +# Caution: it is not advisable to set max_prepared_transactions nonzero unless +# you actively intend to use prepared transactions. +#work_mem = 4MB # min 64kB +#hash_mem_multiplier = 2.0 # 1-1000.0 multiplier on hash table work_mem +#maintenance_work_mem = 64MB # min 1MB +#autovacuum_work_mem = -1 # min 1MB, or -1 to use maintenance_work_mem +#logical_decoding_work_mem = 64MB # min 64kB +#max_stack_depth = 2MB # min 100kB +#shared_memory_type = mmap # the default is the first option + # supported by the operating system: + # mmap + # sysv + # windows + # (change requires restart) +dynamic_shared_memory_type = posix # the default is usually the first option + # supported by the operating system: + # posix + # sysv + # windows + # mmap + # (change requires restart) +#min_dynamic_shared_memory = 0MB # (change requires restart) +#vacuum_buffer_usage_limit = 256kB # size of vacuum and analyze buffer access strategy ring; + # 0 to disable vacuum buffer access strategy; + # range 128kB to 16GB + +# - Disk - + +#temp_file_limit = -1 # limits per-process temp file space + # in kilobytes, or -1 for no limit + +# - Kernel Resources - + +#max_files_per_process = 1000 # min 64 + # (change requires restart) + +# - Cost-Based Vacuum Delay - + +#vacuum_cost_delay = 0 # 0-100 milliseconds (0 disables) +#vacuum_cost_page_hit = 1 # 0-10000 credits +#vacuum_cost_page_miss = 2 # 0-10000 credits +#vacuum_cost_page_dirty = 20 # 0-10000 credits +#vacuum_cost_limit = 200 # 1-10000 credits + +# - Background Writer - + +#bgwriter_delay = 200ms # 10-10000ms between rounds +#bgwriter_lru_maxpages = 100 # max buffers written/round, 0 disables +#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round +#bgwriter_flush_after = 512kB # measured in pages, 0 disables + +# - Asynchronous Behavior - + +#backend_flush_after = 0 # measured in pages, 0 disables +#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching +#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching +#max_worker_processes = 8 # (change requires restart) +#max_parallel_workers_per_gather = 2 # limited by max_parallel_workers +#max_parallel_maintenance_workers = 2 # limited by max_parallel_workers +#max_parallel_workers = 8 # number of max_worker_processes that + # can be used in parallel operations +#parallel_leader_participation = on +#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate + # (change requires restart) + + +#------------------------------------------------------------------------------ +# WRITE-AHEAD LOG +#------------------------------------------------------------------------------ + +# - Settings - + +#wal_level = replica # minimal, replica, or logical + # (change requires restart) +#fsync = on # flush data to disk for crash safety + # (turning this off can cause + # unrecoverable data corruption) +#synchronous_commit = on # synchronization level; + # off, local, remote_write, remote_apply, or on +#wal_sync_method = fsync # the default is the first option + # supported by the operating system: + # open_datasync + # fdatasync (default on Linux and FreeBSD) + # fsync + # fsync_writethrough + # open_sync +#full_page_writes = on # recover from partial page writes +#wal_log_hints = off # also do full page writes of non-critical updates + # (change requires restart) +#wal_compression = off # enables compression of full-page writes; + # off, pglz, lz4, zstd, or on +#wal_init_zero = on # zero-fill new WAL files +#wal_recycle = on # recycle WAL files +#wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers + # (change requires restart) +#wal_writer_delay = 200ms # 1-10000 milliseconds +#wal_writer_flush_after = 1MB # measured in pages, 0 disables +#wal_skip_threshold = 2MB + +#commit_delay = 0 # range 0-100000, in microseconds +#commit_siblings = 5 # range 1-1000 + +# - Checkpoints - + +#checkpoint_timeout = 5min # range 30s-1d +#checkpoint_completion_target = 0.9 # checkpoint target duration, 0.0 - 1.0 +#checkpoint_flush_after = 256kB # measured in pages, 0 disables +#checkpoint_warning = 30s # 0 disables +max_wal_size = 1GB +min_wal_size = 80MB + +# - Prefetching during recovery - + +#recovery_prefetch = try # prefetch pages referenced in the WAL? +#wal_decode_buffer_size = 512kB # lookahead window used for prefetching + # (change requires restart) + +# - Archiving - + +#archive_mode = off # enables archiving; off, on, or always + # (change requires restart) +#archive_library = '' # library to use to archive a WAL file + # (empty string indicates archive_command should + # be used) +#archive_command = '' # command to use to archive a WAL file + # placeholders: %p = path of file to archive + # %f = file name only + # e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' +#archive_timeout = 0 # force a WAL file switch after this + # number of seconds; 0 disables + +# - Archive Recovery - + +# These are only used in recovery mode. + +#restore_command = '' # command to use to restore an archived WAL file + # placeholders: %p = path of file to restore + # %f = file name only + # e.g. 'cp /mnt/server/archivedir/%f %p' +#archive_cleanup_command = '' # command to execute at every restartpoint +#recovery_end_command = '' # command to execute at completion of recovery + +# - Recovery Target - + +# Set these only when performing a targeted recovery. + +#recovery_target = '' # 'immediate' to end recovery as soon as a + # consistent state is reached + # (change requires restart) +#recovery_target_name = '' # the named restore point to which recovery will proceed + # (change requires restart) +#recovery_target_time = '' # the time stamp up to which recovery will proceed + # (change requires restart) +#recovery_target_xid = '' # the transaction ID up to which recovery will proceed + # (change requires restart) +#recovery_target_lsn = '' # the WAL LSN up to which recovery will proceed + # (change requires restart) +#recovery_target_inclusive = on # Specifies whether to stop: + # just after the specified recovery target (on) + # just before the recovery target (off) + # (change requires restart) +#recovery_target_timeline = 'latest' # 'current', 'latest', or timeline ID + # (change requires restart) +#recovery_target_action = 'pause' # 'pause', 'promote', 'shutdown' + # (change requires restart) + + +#------------------------------------------------------------------------------ +# REPLICATION +#------------------------------------------------------------------------------ + +# - Sending Servers - + +# Set these on the primary and on any standby that will send replication data. + +#max_wal_senders = 10 # max number of walsender processes + # (change requires restart) +#max_replication_slots = 10 # max number of replication slots + # (change requires restart) +#wal_keep_size = 0 # in megabytes; 0 disables +#max_slot_wal_keep_size = -1 # in megabytes; -1 disables +#wal_sender_timeout = 60s # in milliseconds; 0 disables +#track_commit_timestamp = off # collect timestamp of transaction commit + # (change requires restart) + +# - Primary Server - + +# These settings are ignored on a standby server. + +#synchronous_standby_names = '' # standby servers that provide sync rep + # method to choose sync standbys, number of sync standbys, + # and comma-separated list of application_name + # from standby(s); '*' = all + +# - Standby Servers - + +# These settings are ignored on a primary server. + +#primary_conninfo = '' # connection string to sending server +#primary_slot_name = '' # replication slot on sending server +#hot_standby = on # "off" disallows queries during recovery + # (change requires restart) +#max_standby_archive_delay = 30s # max delay before canceling queries + # when reading WAL from archive; + # -1 allows indefinite delay +#max_standby_streaming_delay = 30s # max delay before canceling queries + # when reading streaming WAL; + # -1 allows indefinite delay +#wal_receiver_create_temp_slot = off # create temp slot if primary_slot_name + # is not set +#wal_receiver_status_interval = 10s # send replies at least this often + # 0 disables +#hot_standby_feedback = off # send info from standby to prevent + # query conflicts +#wal_receiver_timeout = 60s # time that receiver waits for + # communication from primary + # in milliseconds; 0 disables +#wal_retrieve_retry_interval = 5s # time to wait before retrying to + # retrieve WAL after a failed attempt +#recovery_min_apply_delay = 0 # minimum delay for applying changes during recovery + +# - Subscribers - + +# These settings are ignored on a publisher. + +#max_logical_replication_workers = 4 # taken from max_worker_processes + # (change requires restart) +#max_sync_workers_per_subscription = 2 # taken from max_logical_replication_workers +#max_parallel_apply_workers_per_subscription = 2 # taken from max_logical_replication_workers + + +#------------------------------------------------------------------------------ +# QUERY TUNING +#------------------------------------------------------------------------------ + +# - Planner Method Configuration - + +#enable_async_append = on +#enable_bitmapscan = on +#enable_gathermerge = on +#enable_hashagg = on +#enable_hashjoin = on +#enable_incremental_sort = on +#enable_indexscan = on +#enable_indexonlyscan = on +#enable_material = on +#enable_memoize = on +#enable_mergejoin = on +#enable_nestloop = on +#enable_parallel_append = on +#enable_parallel_hash = on +#enable_partition_pruning = on +#enable_partitionwise_join = off +#enable_partitionwise_aggregate = off +#enable_presorted_aggregate = on +#enable_seqscan = on +#enable_sort = on +#enable_tidscan = on + +# - Planner Cost Constants - + +#seq_page_cost = 1.0 # measured on an arbitrary scale +#random_page_cost = 4.0 # same scale as above +#cpu_tuple_cost = 0.01 # same scale as above +#cpu_index_tuple_cost = 0.005 # same scale as above +#cpu_operator_cost = 0.0025 # same scale as above +#parallel_setup_cost = 1000.0 # same scale as above +#parallel_tuple_cost = 0.1 # same scale as above +#min_parallel_table_scan_size = 8MB +#min_parallel_index_scan_size = 512kB +#effective_cache_size = 4GB + +#jit_above_cost = 100000 # perform JIT compilation if available + # and query more expensive than this; + # -1 disables +#jit_inline_above_cost = 500000 # inline small functions if query is + # more expensive than this; -1 disables +#jit_optimize_above_cost = 500000 # use expensive JIT optimizations if + # query is more expensive than this; + # -1 disables + +# - Genetic Query Optimizer - + +#geqo = on +#geqo_threshold = 12 +#geqo_effort = 5 # range 1-10 +#geqo_pool_size = 0 # selects default based on effort +#geqo_generations = 0 # selects default based on effort +#geqo_selection_bias = 2.0 # range 1.5-2.0 +#geqo_seed = 0.0 # range 0.0-1.0 + +# - Other Planner Options - + +#default_statistics_target = 100 # range 1-10000 +#constraint_exclusion = partition # on, off, or partition +#cursor_tuple_fraction = 0.1 # range 0.0-1.0 +#from_collapse_limit = 8 +#jit = on # allow JIT compilation +#join_collapse_limit = 8 # 1 disables collapsing of explicit + # JOIN clauses +#plan_cache_mode = auto # auto, force_generic_plan or + # force_custom_plan +#recursive_worktable_factor = 10.0 # range 0.001-1000000 + + +#------------------------------------------------------------------------------ +# REPORTING AND LOGGING +#------------------------------------------------------------------------------ + +# - Where to Log - + +#log_destination = 'stderr' # Valid values are combinations of + # stderr, csvlog, jsonlog, syslog, and + # eventlog, depending on platform. + # csvlog and jsonlog require + # logging_collector to be on. + +# This is used when logging to stderr: +#logging_collector = off # Enable capturing of stderr, jsonlog, + # and csvlog into log files. Required + # to be on for csvlogs and jsonlogs. + # (change requires restart) + +# These are only used if logging_collector is on: +#log_directory = 'log' # directory where log files are written, + # can be absolute or relative to PGDATA +#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern, + # can include strftime() escapes +#log_file_mode = 0600 # creation mode for log files, + # begin with 0 to use octal notation +#log_rotation_age = 1d # Automatic rotation of logfiles will + # happen after that time. 0 disables. +#log_rotation_size = 10MB # Automatic rotation of logfiles will + # happen after that much log output. + # 0 disables. +#log_truncate_on_rotation = off # If on, an existing log file with the + # same name as the new log file will be + # truncated rather than appended to. + # But such truncation only occurs on + # time-driven rotation, not on restarts + # or size-driven rotation. Default is + # off, meaning append to existing files + # in all cases. + +# These are relevant when logging to syslog: +#syslog_facility = 'LOCAL0' +#syslog_ident = 'postgres' +#syslog_sequence_numbers = on +#syslog_split_messages = on + +# This is only relevant when logging to eventlog (Windows): +# (change requires restart) +#event_source = 'PostgreSQL' + +# - When to Log - + +#log_min_messages = warning # values in order of decreasing detail: + # debug5 + # debug4 + # debug3 + # debug2 + # debug1 + # info + # notice + # warning + # error + # log + # fatal + # panic + +#log_min_error_statement = error # values in order of decreasing detail: + # debug5 + # debug4 + # debug3 + # debug2 + # debug1 + # info + # notice + # warning + # error + # log + # fatal + # panic (effectively off) + +#log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements + # and their durations, > 0 logs only + # statements running at least this number + # of milliseconds + +#log_min_duration_sample = -1 # -1 is disabled, 0 logs a sample of statements + # and their durations, > 0 logs only a sample of + # statements running at least this number + # of milliseconds; + # sample fraction is determined by log_statement_sample_rate + +#log_statement_sample_rate = 1.0 # fraction of logged statements exceeding + # log_min_duration_sample to be logged; + # 1.0 logs all such statements, 0.0 never logs + + +#log_transaction_sample_rate = 0.0 # fraction of transactions whose statements + # are logged regardless of their duration; 1.0 logs all + # statements from all transactions, 0.0 never logs + +#log_startup_progress_interval = 10s # Time between progress updates for + # long-running startup operations. + # 0 disables the feature, > 0 indicates + # the interval in milliseconds. + +# - What to Log - + +#debug_print_parse = off +#debug_print_rewritten = off +#debug_print_plan = off +#debug_pretty_print = on +#log_autovacuum_min_duration = 10min # log autovacuum activity; + # -1 disables, 0 logs all actions and + # their durations, > 0 logs only + # actions running at least this number + # of milliseconds. +#log_checkpoints = on +#log_connections = off +#log_disconnections = off +#log_duration = off +#log_error_verbosity = default # terse, default, or verbose messages +#log_hostname = off +#log_line_prefix = '%m [%p] ' # special values: + # %a = application name + # %u = user name + # %d = database name + # %r = remote host and port + # %h = remote host + # %b = backend type + # %p = process ID + # %P = process ID of parallel group leader + # %t = timestamp without milliseconds + # %m = timestamp with milliseconds + # %n = timestamp with milliseconds (as a Unix epoch) + # %Q = query ID (0 if none or not computed) + # %i = command tag + # %e = SQL state + # %c = session ID + # %l = session line number + # %s = session start timestamp + # %v = virtual transaction ID + # %x = transaction ID (0 if none) + # %q = stop here in non-session + # processes + # %% = '%' + # e.g. '<%u%%%d> ' +#log_lock_waits = off # log lock waits >= deadlock_timeout +#log_recovery_conflict_waits = off # log standby recovery conflict waits + # >= deadlock_timeout +#log_parameter_max_length = -1 # when logging statements, limit logged + # bind-parameter values to N bytes; + # -1 means print in full, 0 disables +#log_parameter_max_length_on_error = 0 # when logging an error, limit logged + # bind-parameter values to N bytes; + # -1 means print in full, 0 disables +#log_statement = 'none' # none, ddl, mod, all +#log_replication_commands = off +#log_temp_files = -1 # log temporary files equal or larger + # than the specified size in kilobytes; + # -1 disables, 0 logs all temp files +log_timezone = UTC + +# - Process Title - + +#cluster_name = '' # added to process titles if nonempty + # (change requires restart) +#update_process_title = on + + +#------------------------------------------------------------------------------ +# STATISTICS +#------------------------------------------------------------------------------ + +# - Cumulative Query and Index Statistics - + +#track_activities = on +#track_activity_query_size = 1024 # (change requires restart) +#track_counts = on +#track_io_timing = off +#track_wal_io_timing = off +#track_functions = none # none, pl, all +#stats_fetch_consistency = cache # cache, none, snapshot + + +# - Monitoring - + +#compute_query_id = auto +#log_statement_stats = off +#log_parser_stats = off +#log_planner_stats = off +#log_executor_stats = off + + +#------------------------------------------------------------------------------ +# AUTOVACUUM +#------------------------------------------------------------------------------ + +#autovacuum = on # Enable autovacuum subprocess? 'on' + # requires track_counts to also be on. +#autovacuum_max_workers = 3 # max number of autovacuum subprocesses + # (change requires restart) +#autovacuum_naptime = 1min # time between autovacuum runs +#autovacuum_vacuum_threshold = 50 # min number of row updates before + # vacuum +#autovacuum_vacuum_insert_threshold = 1000 # min number of row inserts + # before vacuum; -1 disables insert + # vacuums +#autovacuum_analyze_threshold = 50 # min number of row updates before + # analyze +#autovacuum_vacuum_scale_factor = 0.2 # fraction of table size before vacuum +#autovacuum_vacuum_insert_scale_factor = 0.2 # fraction of inserts over table + # size before insert vacuum +#autovacuum_analyze_scale_factor = 0.1 # fraction of table size before analyze +#autovacuum_freeze_max_age = 200000000 # maximum XID age before forced vacuum + # (change requires restart) +#autovacuum_multixact_freeze_max_age = 400000000 # maximum multixact age + # before forced vacuum + # (change requires restart) +#autovacuum_vacuum_cost_delay = 2ms # default vacuum cost delay for + # autovacuum, in milliseconds; + # -1 means use vacuum_cost_delay +#autovacuum_vacuum_cost_limit = -1 # default vacuum cost limit for + # autovacuum, -1 means use + # vacuum_cost_limit + + +#------------------------------------------------------------------------------ +# CLIENT CONNECTION DEFAULTS +#------------------------------------------------------------------------------ + +# - Statement Behavior - + +#client_min_messages = notice # values in order of decreasing detail: + # debug5 + # debug4 + # debug3 + # debug2 + # debug1 + # log + # notice + # warning + # error +#search_path = '"$user", public' # schema names +#row_security = on +#default_table_access_method = 'heap' +#default_tablespace = '' # a tablespace name, '' uses the default +#default_toast_compression = 'pglz' # 'pglz' or 'lz4' +#temp_tablespaces = '' # a list of tablespace names, '' uses + # only default tablespace +#check_function_bodies = on +#default_transaction_isolation = 'read committed' +#default_transaction_read_only = off +#default_transaction_deferrable = off +#session_replication_role = 'origin' +#statement_timeout = 0 # in milliseconds, 0 is disabled +#lock_timeout = 0 # in milliseconds, 0 is disabled +#idle_in_transaction_session_timeout = 0 # in milliseconds, 0 is disabled +#idle_session_timeout = 0 # in milliseconds, 0 is disabled +#vacuum_freeze_table_age = 150000000 +#vacuum_freeze_min_age = 50000000 +#vacuum_failsafe_age = 1600000000 +#vacuum_multixact_freeze_table_age = 150000000 +#vacuum_multixact_freeze_min_age = 5000000 +#vacuum_multixact_failsafe_age = 1600000000 +#bytea_output = 'hex' # hex, escape +#xmlbinary = 'base64' +#xmloption = 'content' +#gin_pending_list_limit = 4MB +#createrole_self_grant = '' # set and/or inherit + +# - Locale and Formatting - + +datestyle = 'iso, mdy' +#intervalstyle = 'postgres' +timezone = UTC +#timezone_abbreviations = 'Default' # Select the set of available time zone + # abbreviations. Currently, there are + # Default + # Australia (historical usage) + # India + # You can create your own file in + # share/timezonesets/. +#extra_float_digits = 1 # min -15, max 3; any value >0 actually + # selects precise output mode +#client_encoding = sql_ascii # actually, defaults to database + # encoding + +# These settings are initialized by initdb, but they can be changed. +lc_messages = 'en_US.utf8' # locale for system error message + # strings +lc_monetary = 'en_US.utf8' # locale for monetary formatting +lc_numeric = 'en_US.utf8' # locale for number formatting +lc_time = 'en_US.utf8' # locale for time formatting + +#icu_validation_level = warning # report ICU locale validation + # errors at the given level + +# default configuration for text search +default_text_search_config = 'pg_catalog.english' + +# - Shared Library Preloading - + +#local_preload_libraries = '' +#session_preload_libraries = '' +#shared_preload_libraries = '' # (change requires restart) +#jit_provider = 'llvmjit' # JIT library to use + +# - Other Defaults - + +#dynamic_library_path = '$libdir' +#gin_fuzzy_search_limit = 0 + + +#------------------------------------------------------------------------------ +# LOCK MANAGEMENT +#------------------------------------------------------------------------------ + +#deadlock_timeout = 1s +#max_locks_per_transaction = 64 # min 10 + # (change requires restart) +#max_pred_locks_per_transaction = 64 # min 10 + # (change requires restart) +#max_pred_locks_per_relation = -2 # negative values mean + # (max_pred_locks_per_transaction + # / -max_pred_locks_per_relation) - 1 +#max_pred_locks_per_page = 2 # min 0 + + +#------------------------------------------------------------------------------ +# VERSION AND PLATFORM COMPATIBILITY +#------------------------------------------------------------------------------ + +# - Previous PostgreSQL Versions - + +#array_nulls = on +#backslash_quote = safe_encoding # on, off, or safe_encoding +#escape_string_warning = on +#lo_compat_privileges = off +#quote_all_identifiers = off +#standard_conforming_strings = on +#synchronize_seqscans = on + +# - Other Platforms and Clients - + +#transform_null_equals = off + + +#------------------------------------------------------------------------------ +# ERROR HANDLING +#------------------------------------------------------------------------------ + +#exit_on_error = off # terminate session on any error? +#restart_after_crash = on # reinitialize after backend crash? +#data_sync_retry = off # retry or panic on failure to fsync + # data? + # (change requires restart) +#recovery_init_sync_method = fsync # fsync, syncfs (Linux 5.8+) + + +#------------------------------------------------------------------------------ +# CONFIG FILE INCLUDES +#------------------------------------------------------------------------------ + +# These options allow settings to be loaded from files other than the +# default postgresql.conf. Note that these are directives, not variable +# assignments, so they can usefully be given more than once. + +#include_dir = '...' # include files ending in '.conf' from + # a directory, e.g., 'conf.d' +#include_if_exists = '...' # include file only if it exists +#include = '...' # include file + + +#------------------------------------------------------------------------------ +# CUSTOMIZED OPTIONS +#------------------------------------------------------------------------------ + +# Add settings for extensions here diff --git a/postgres_data/postmaster.opts b/postgres_data/postmaster.opts new file mode 100644 index 0000000..77c8b5d --- /dev/null +++ b/postgres_data/postmaster.opts @@ -0,0 +1 @@ +/usr/local/bin/postgres diff --git a/postgres_data/postmaster.pid b/postgres_data/postmaster.pid new file mode 100644 index 0000000..862b4af --- /dev/null +++ b/postgres_data/postmaster.pid @@ -0,0 +1,8 @@ +1 +/var/lib/postgresql/data +1769254192 +5432 +/var/run/postgresql +* + 6 5 +ready diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..0ee5bc3 Binary files /dev/null and b/src/.DS_Store differ diff --git a/src/DF.AppUsage.Api/.DS_Store b/src/DF.AppUsage.Api/.DS_Store new file mode 100644 index 0000000..3f253e6 Binary files /dev/null and b/src/DF.AppUsage.Api/.DS_Store differ diff --git a/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj b/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj new file mode 100644 index 0000000..1d10fc4 --- /dev/null +++ b/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj @@ -0,0 +1,21 @@ + + + + net8.0 + enable + enable + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + diff --git a/src/DF.AppUsage.Api/DF.AppUsage.Api.http b/src/DF.AppUsage.Api/DF.AppUsage.Api.http new file mode 100644 index 0000000..70a195f --- /dev/null +++ b/src/DF.AppUsage.Api/DF.AppUsage.Api.http @@ -0,0 +1,6 @@ +@DF.AppUsage.Api_HostAddress = http://localhost:5165 + +GET {{DF.AppUsage.Api_HostAddress}}/weatherforecast/ +Accept: application/json + +### diff --git a/src/DF.AppUsage.Api/DF.AppUsage.Api.sln b/src/DF.AppUsage.Api/DF.AppUsage.Api.sln new file mode 100644 index 0000000..6403d3a --- /dev/null +++ b/src/DF.AppUsage.Api/DF.AppUsage.Api.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DF.AppUsage.Api", "DF.AppUsage.Api.csproj", "{BB0BEAC3-07B2-6AE9-A31D-626FC20B52FE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {BB0BEAC3-07B2-6AE9-A31D-626FC20B52FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB0BEAC3-07B2-6AE9-A31D-626FC20B52FE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB0BEAC3-07B2-6AE9-A31D-626FC20B52FE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB0BEAC3-07B2-6AE9-A31D-626FC20B52FE}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {60844C6D-975F-4F83-B14B-10FEFD53110E} + EndGlobalSection +EndGlobal diff --git a/src/DF.AppUsage.Api/Data/AppDbContext.cs b/src/DF.AppUsage.Api/Data/AppDbContext.cs new file mode 100644 index 0000000..1739ce1 --- /dev/null +++ b/src/DF.AppUsage.Api/Data/AppDbContext.cs @@ -0,0 +1,29 @@ +using Microsoft.EntityFrameworkCore; +using DF.AppUsage.Api.Models; + +namespace DF.AppUsage.Api.Data; + +/// +/// Dieser Code sagt Entity Framework (dem Vermittler zwischen C# und der Datenbank), +/// dass es eine Tabelle für unsere AppInsightEntry-Modelle geben soll. +/// +public class AppDbContext : DbContext +{ + public AppDbContext(DbContextOptions options) : base(options) { } + + // Das hier wird unsere Tabelle in der Datenbank + public DbSet InsightEntries => Set(); + + protected override void OnModelCreating(ModelBuilder modelBuilder) + { + // Wir erstellen einen kombinierten Index. + // Das macht die Suche nach "Was ist der letzte Zeitstempel für Typ X?" extrem schnell. + modelBuilder.Entity() + .HasIndex(b => new { b.Timestamp, b.InsightType }); + + // NEU: Der Sicherheits-Index (verhindert Dubletten) + modelBuilder.Entity() + .HasIndex(e => e.ExternalId) + .IsUnique(); + } +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/Dockerfile b/src/DF.AppUsage.Api/Dockerfile new file mode 100644 index 0000000..64aaf30 --- /dev/null +++ b/src/DF.AppUsage.Api/Dockerfile @@ -0,0 +1,22 @@ +# 1. Build-Umgebung (SDK) +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +WORKDIR /app + +# Kopiere die Projektdatei und stelle Pakete wieder her +COPY *.csproj ./ +RUN dotnet restore + +# Kopiere den Rest und baue die App +COPY . ./ +RUN dotnet publish -c Release -o out + +# 2. Laufzeit-Umgebung (Runtime) +FROM mcr.microsoft.com/dotnet/aspnet:8.0 +WORKDIR /app +COPY --from=build /app/out . + +# Die App soll auf Port 8080 hören (Standard für .NET Docker) +ENV ASPNETCORE_URLS=http://+:8080 +EXPOSE 8080 + +ENTRYPOINT ["dotnet", "DF.AppUsage.Api.dll"] \ No newline at end of file diff --git a/src/DF.AppUsage.Api/Migrations/20260124113633_InitialCreate.Designer.cs b/src/DF.AppUsage.Api/Migrations/20260124113633_InitialCreate.Designer.cs new file mode 100644 index 0000000..cf4c435 --- /dev/null +++ b/src/DF.AppUsage.Api/Migrations/20260124113633_InitialCreate.Designer.cs @@ -0,0 +1,60 @@ +// +using System; +using System.Text.Json; +using DF.AppUsage.Api.Data; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; + +#nullable disable + +namespace DF.AppUsage.Api.Migrations +{ + [DbContext(typeof(AppDbContext))] + [Migration("20260124113633_InitialCreate")] + partial class InitialCreate + { + /// + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("ProductVersion", "8.0.11") + .HasAnnotation("Relational:MaxIdentifierLength", 63); + + NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); + + modelBuilder.Entity("DF.AppUsage.Api.Models.AppInsightEntry", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("bigint"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Data") + .IsRequired() + .HasColumnType("jsonb"); + + b.Property("InsightType") + .IsRequired() + .HasColumnType("text"); + + b.Property("RetrievedAt") + .HasColumnType("timestamp with time zone"); + + b.Property("Timestamp") + .HasColumnType("timestamp with time zone"); + + b.HasKey("Id"); + + b.HasIndex("Timestamp", "InsightType"); + + b.ToTable("InsightEntries"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/src/DF.AppUsage.Api/Migrations/20260124113633_InitialCreate.cs b/src/DF.AppUsage.Api/Migrations/20260124113633_InitialCreate.cs new file mode 100644 index 0000000..a7ca411 --- /dev/null +++ b/src/DF.AppUsage.Api/Migrations/20260124113633_InitialCreate.cs @@ -0,0 +1,45 @@ +using System; +using System.Text.Json; +using Microsoft.EntityFrameworkCore.Migrations; +using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; + +#nullable disable + +namespace DF.AppUsage.Api.Migrations +{ + /// + public partial class InitialCreate : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.CreateTable( + name: "InsightEntries", + columns: table => new + { + Id = table.Column(type: "bigint", nullable: false) + .Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn), + Timestamp = table.Column(type: "timestamp with time zone", nullable: false), + InsightType = table.Column(type: "text", nullable: false), + Data = table.Column(type: "jsonb", nullable: false), + RetrievedAt = table.Column(type: "timestamp with time zone", nullable: false) + }, + constraints: table => + { + table.PrimaryKey("PK_InsightEntries", x => x.Id); + }); + + migrationBuilder.CreateIndex( + name: "IX_InsightEntries_Timestamp_InsightType", + table: "InsightEntries", + columns: new[] { "Timestamp", "InsightType" }); + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropTable( + name: "InsightEntries"); + } + } +} diff --git a/src/DF.AppUsage.Api/Migrations/20260125115153_AddExternalId.Designer.cs b/src/DF.AppUsage.Api/Migrations/20260125115153_AddExternalId.Designer.cs new file mode 100644 index 0000000..62f8daa --- /dev/null +++ b/src/DF.AppUsage.Api/Migrations/20260125115153_AddExternalId.Designer.cs @@ -0,0 +1,66 @@ +// +using System; +using System.Text.Json; +using DF.AppUsage.Api.Data; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; + +#nullable disable + +namespace DF.AppUsage.Api.Migrations +{ + [DbContext(typeof(AppDbContext))] + [Migration("20260125115153_AddExternalId")] + partial class AddExternalId + { + /// + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("ProductVersion", "8.0.11") + .HasAnnotation("Relational:MaxIdentifierLength", 63); + + NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); + + modelBuilder.Entity("DF.AppUsage.Api.Models.AppInsightEntry", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("bigint"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Data") + .IsRequired() + .HasColumnType("jsonb"); + + b.Property("ExternalId") + .HasColumnType("text"); + + b.Property("InsightType") + .IsRequired() + .HasColumnType("text"); + + b.Property("RetrievedAt") + .HasColumnType("timestamp with time zone"); + + b.Property("Timestamp") + .HasColumnType("timestamp with time zone"); + + b.HasKey("Id"); + + b.HasIndex("ExternalId") + .IsUnique(); + + b.HasIndex("Timestamp", "InsightType"); + + b.ToTable("InsightEntries"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/src/DF.AppUsage.Api/Migrations/20260125115153_AddExternalId.cs b/src/DF.AppUsage.Api/Migrations/20260125115153_AddExternalId.cs new file mode 100644 index 0000000..72f290c --- /dev/null +++ b/src/DF.AppUsage.Api/Migrations/20260125115153_AddExternalId.cs @@ -0,0 +1,38 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +#nullable disable + +namespace DF.AppUsage.Api.Migrations +{ + /// + public partial class AddExternalId : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.AddColumn( + name: "ExternalId", + table: "InsightEntries", + type: "text", + nullable: true); + + migrationBuilder.CreateIndex( + name: "IX_InsightEntries_ExternalId", + table: "InsightEntries", + column: "ExternalId", + unique: true); + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropIndex( + name: "IX_InsightEntries_ExternalId", + table: "InsightEntries"); + + migrationBuilder.DropColumn( + name: "ExternalId", + table: "InsightEntries"); + } + } +} diff --git a/src/DF.AppUsage.Api/Migrations/AppDbContextModelSnapshot.cs b/src/DF.AppUsage.Api/Migrations/AppDbContextModelSnapshot.cs new file mode 100644 index 0000000..85f5a2a --- /dev/null +++ b/src/DF.AppUsage.Api/Migrations/AppDbContextModelSnapshot.cs @@ -0,0 +1,63 @@ +// +using System; +using System.Text.Json; +using DF.AppUsage.Api.Data; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; + +#nullable disable + +namespace DF.AppUsage.Api.Migrations +{ + [DbContext(typeof(AppDbContext))] + partial class AppDbContextModelSnapshot : ModelSnapshot + { + protected override void BuildModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("ProductVersion", "8.0.11") + .HasAnnotation("Relational:MaxIdentifierLength", 63); + + NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder); + + modelBuilder.Entity("DF.AppUsage.Api.Models.AppInsightEntry", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("bigint"); + + NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property("Id")); + + b.Property("Data") + .IsRequired() + .HasColumnType("jsonb"); + + b.Property("ExternalId") + .HasColumnType("text"); + + b.Property("InsightType") + .IsRequired() + .HasColumnType("text"); + + b.Property("RetrievedAt") + .HasColumnType("timestamp with time zone"); + + b.Property("Timestamp") + .HasColumnType("timestamp with time zone"); + + b.HasKey("Id"); + + b.HasIndex("ExternalId") + .IsUnique(); + + b.HasIndex("Timestamp", "InsightType"); + + b.ToTable("InsightEntries"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/src/DF.AppUsage.Api/Models/AppInsightEntry.cs b/src/DF.AppUsage.Api/Models/AppInsightEntry.cs new file mode 100644 index 0000000..3a2af13 --- /dev/null +++ b/src/DF.AppUsage.Api/Models/AppInsightEntry.cs @@ -0,0 +1,20 @@ +using System; +using System.Text.Json; +using System.ComponentModel.DataAnnotations.Schema; + +namespace DF.AppUsage.Api.Models; + +public class AppInsightEntry +{ + public long Id { get; set; } // Fortlaufende Nummer (Primärschlüssel) + public string? ExternalId { get; set; } // Die ID aus Azure + + public DateTime Timestamp { get; set; } // Der Zeitpunkt aus Azure + + public string InsightType { get; set; } // z.B. "AiBericht" oder "AiLieferschein" + + [Column(TypeName = "jsonb")] + public JsonDocument Data { get; set; } // Hier landet das komplette JSON-Objekt + + public DateTime RetrievedAt { get; set; } = DateTime.UtcNow; // Wann haben wir es gespeichert? +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/Models/DashboardModels.cs b/src/DF.AppUsage.Api/Models/DashboardModels.cs new file mode 100644 index 0000000..47c2a63 --- /dev/null +++ b/src/DF.AppUsage.Api/Models/DashboardModels.cs @@ -0,0 +1,5 @@ +namespace DF.AppUsage.Api.Models; + +public record AppInstallStat(string App, string Version, DateTime Day, int Count); +public record AiStat(int Year, int Month, int Count, int WithFreitext = 0); +public record CostStat(int Year, int Month, decimal Cost); \ No newline at end of file diff --git a/src/DF.AppUsage.Api/Program.cs b/src/DF.AppUsage.Api/Program.cs new file mode 100644 index 0000000..8eac21d --- /dev/null +++ b/src/DF.AppUsage.Api/Program.cs @@ -0,0 +1,127 @@ + +using Microsoft.EntityFrameworkCore; +using DF.AppUsage.Api.Data; +using DF.AppUsage.Api.Services; +using System.Text.Json; + +var builder = WebApplication.CreateBuilder(args); + +// 1. Datenbank-Anbindung +var connectionString = builder.Configuration.GetConnectionString("DefaultConnection"); +builder.Services.AddDbContext(options => + options.UseNpgsql(connectionString)); + +// 2. Swagger/OpenAPI für Tests (bleibt drin, ist nützlich!) +builder.Services.AddEndpointsApiExplorer(); +builder.Services.AddSwaggerGen(); + +// Dashboard service +builder.Services.AddScoped(); + +// unser Azure Import Service "Staubsauger" +builder.Services.AddHostedService(); + +var app = builder.Build(); + +// AUTOMATISCHE MIGRATION BEIM START +using (var scope = app.Services.CreateScope()) +{ + var db = scope.ServiceProvider.GetRequiredService(); + db.Database.Migrate(); // Das erstellt die Tabellen, falls sie fehlen +} + +// 3. HTTP-Pipeline konfigurieren +if (app.Environment.IsDevelopment()) +{ + app.UseSwagger(); + app.UseSwaggerUI(); +} + +app.UseHttpsRedirection(); + +// Hier lassen wir erst mal eine leere Lücke für unsere +// zukünftigen API-Endpunkte (Query-Interface). + +// ENDPUNKTE +app.MapGet("/", () => Results.Redirect("/dashboard")); + +app.MapGet("/dashboard", async (DashboardService dashboard) => +{ + var html = await dashboard.GetDashboardHtmlAsync(); + return Results.Content(html, "text/html"); +}); + +app.MapGet("/api/export/{type}", async (string type, AppDbContext db) => +{ + var entries = await db.InsightEntries + .Where(e => e.InsightType == type) + .OrderByDescending(e => e.Timestamp) + .Take(10000) // Großzügiges Limit für Power BI + .ToListAsync(); + + var flatList = entries.Select(e => + { + // Wir erstellen ein Dictionary für die flache Struktur + var flatEntry = new Dictionary(); + + // Basis-Daten hinzufügen + flatEntry["Timestamp"] = e.Timestamp; + flatEntry["InsightType"] = e.InsightType; + flatEntry["ExternalId"] = e.ExternalId; + + // Jetzt alle Felder aus dem JSON-"Properties"-Zweig flachklopfen + if (e.Data.RootElement.TryGetProperty("Properties", out var props)) + { + foreach (var prop in props.EnumerateObject()) + { + // Wir fügen jedes Feld aus dem JSON direkt als Spalte hinzu + // Wert-Typen werden automatisch konvertiert + flatEntry[prop.Name] = prop.Value.ValueKind switch + { + JsonValueKind.Number => prop.Value.GetDouble(), + JsonValueKind.True => true, + JsonValueKind.False => false, + _ => prop.Value.GetString() + }; + } + } + return flatEntry; + }); + + return Results.Ok(flatList); +}); + +// --- TEST ENDPUNKTE --- + +// 1. Übersicht: Wie viele Daten haben wir? +app.MapGet("/stats", async (AppDbContext db) => +{ + var stats = await db.InsightEntries + .GroupBy(e => e.InsightType) + .Select(g => new + { + Typ = g.Key, + Anzahl = g.Count(), + LetzterEintrag = g.Max(e => e.Timestamp) + }) + .ToListAsync(); + + return stats.Any() ? Results.Ok(stats) : Results.NotFound("Noch keine Daten vorhanden."); +}) +.WithName("GetStats"); + +// 2. Die neuesten 5 Einträge eines Typs ansehen +app.MapGet("/latest/{type}", async (string type, AppDbContext db) => +{ + var entries = await db.InsightEntries + .Where(e => e.InsightType == type) + .OrderByDescending(e => e.Timestamp) + .Take(5) + .ToListAsync(); + + return Results.Ok(entries); +}) +.WithName("GetLatest"); + + +app.Run(); \ No newline at end of file diff --git a/src/DF.AppUsage.Api/Properties/launchSettings.json b/src/DF.AppUsage.Api/Properties/launchSettings.json new file mode 100644 index 0000000..de20f97 --- /dev/null +++ b/src/DF.AppUsage.Api/Properties/launchSettings.json @@ -0,0 +1,41 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:60753", + "sslPort": 44379 + } + }, + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "http://localhost:5165", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:7074;http://localhost:5165", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/src/DF.AppUsage.Api/Services/AzureImportService.cs b/src/DF.AppUsage.Api/Services/AzureImportService.cs new file mode 100644 index 0000000..a4fbc7e --- /dev/null +++ b/src/DF.AppUsage.Api/Services/AzureImportService.cs @@ -0,0 +1,137 @@ +using Azure.Identity; +using Azure.Monitor.Query; +using Azure.Monitor.Query.Models; +using System.Text.Json; +using DF.AppUsage.Api.Data; +using DF.AppUsage.Api.Models; +using Microsoft.EntityFrameworkCore; + +namespace DF.AppUsage.Api.Services; + +public class AzureImportService( + IConfiguration configuration, + IServiceScopeFactory scopeFactory, + ILogger logger) : BackgroundService +{ + protected override async Task ExecuteAsync(CancellationToken stoppingToken) + { + while (!stoppingToken.IsCancellationRequested) + { + try + { + logger.LogInformation("Starte Azure-Import: {Time}", DateTimeOffset.Now); + await ImportDataAsync(); + } + catch (Exception ex) + { + // Hier fangen wir alles ab, damit der BackgroundService NICHT abstürzt + logger.LogError(ex, "Ein Fehler ist beim Azure-Import aufgetreten. Versuche es in 15 Minuten erneut."); + } + + // Alle 15 Minuten prüfen (Zeitspanne kannst du anpassen) + await Task.Delay(TimeSpan.FromMinutes(15), stoppingToken); + } + } + + private async Task ImportDataAsync() + { + // Wir brauchen einen Scope, um auf die Datenbank zuzugreifen (da BackgroundService ein Singleton ist) + using var scope = scopeFactory.CreateScope(); + var dbContext = scope.ServiceProvider.GetRequiredService(); + + var tenantId = configuration["Azure:TenantId"]; + var clientId = configuration["Azure:ClientId"]; + var clientSecret = configuration["Azure:ClientSecret"]; + var workspaceId = configuration["Azure:WorkspaceId"]; + + var credential = new ClientSecretCredential(tenantId, clientId, clientSecret); + var client = new LogsQueryClient(credential); + + // --- HIER HOLEN WIR DIE DATEN --- + // für BerichtGPT Nutzung + await FetchAndStore(client, workspaceId, dbContext, "Feature_Use_AiBericht", "Feature_Use_AiBericht"); + + // für LieferscheinGPT Nutzung + await FetchAndStore(client, workspaceId, dbContext, "Feature_Use_AiLieferschein", "Feature_Use_AiLieferschein"); + + // für Version-Ping + await FetchAndStore(client, workspaceId, dbContext, "AppLaunched_NewVersion", "AppLaunched_NewVersion"); + } + + private async Task FetchAndStore(LogsQueryClient client, string workspaceId, AppDbContext dbContext, string azureEventName, string internalTypeName) + { + // 1. Letzten Eintrag holen + var lastEntry = await dbContext.InsightEntries + .Where(e => e.InsightType == internalTypeName) + .OrderByDescending(e => e.Timestamp) + .Select(e => new { e.Timestamp }) // Wir brauchen nur den Zeitstempel + .FirstOrDefaultAsync(); + + // Wenn vorhanden, nehmen wir den exakten Zeitstempel. + // Wir nutzen >= in der Query und verlassen uns darauf, dass Azure + // uns keine Dubletten schickt, wenn wir die Startzeit präzise übergeben. + // Falls wir ganz sicher gehen wollen, addieren wir einen "Tick" (kleinste Einheit). + DateTime startZeitUtc = lastEntry?.Timestamp ?? new DateTime(2020, 1, 1, 0, 0, 0, DateTimeKind.Utc); + + // WICHTIG: Wir nutzen in KQL das ">" Zeichen (echt größer als). + // Damit sagen wir Azure: "Gib mir alles, was zeitlich NACH diesem Eintrag kam". + // Die Formatierung "yyyy-MM-ddTHH:mm:ss.fffffffZ" stellt sicher, + // dass wir die volle Präzision (7 Nachkommastellen) an Azure senden. + //string kqlStart = startZeitUtc.ToString("o"); + string kqlStart = startZeitUtc.ToString("yyyy-MM-ddTHH:mm:ss.fffffffZ"); + + string kqlQuery = $@" + AppEvents + | where Name == '{azureEventName}' + | where TimeGenerated > datetime({kqlStart}) + | project + Timestamp = TimeGenerated, + ExternalId = _ItemId, + FullData = bag_pack('Properties', Properties, 'Measurements', Measurements) + | sort by Timestamp asc"; // Wir sortieren aufsteigend für sauberes Logging + + // Der TimeRange muss mindestens am startZeitUtc beginnen. + // Zur Sicherheit nehmen wir einen kleinen Puffer nach hinten (AddSeconds(-1)), + // damit Azure das Fenster für die 'where' Clause weit genug öffnet. + var timeRange = new QueryTimeRange(startZeitUtc.AddMinutes(-5), DateTimeOffset.UtcNow); + + var response = await client.QueryWorkspaceAsync(workspaceId, kqlQuery, timeRange); + var rows = response.Value.Table.Rows; + + if (rows.Count == 0) return; + + foreach (var row in rows) + { + var timestamp = row.GetDateTimeOffset("Timestamp")!.Value.UtcDateTime; + var extId = row.GetString("ExternalId"); + var jsonString = row.GetString("FullData"); + + // Zusätzlicher Safety-Check im Code: + // Falls Azure uns trotz ">" den exakt gleichen Zeitstempel nochmal schickt + // if (lastEntry != null && timestamp <= lastEntry.Timestamp) + // { + // continue; // Überspringen, da wir diesen Zeitpunkt schon haben + // } + // Sicherheit: Falls Azure uns (wegen Zeitfenster-Puffern) + // doch mal ein Event schickt, das wir schon haben: + if (await dbContext.InsightEntries.AnyAsync(e => e.ExternalId == extId)) + { + continue; + } + + var entry = new AppInsightEntry + { + ExternalId = extId, // <--- Hier speichern wir die ID + Timestamp = timestamp, + InsightType = internalTypeName, + Data = JsonDocument.Parse(jsonString), + RetrievedAt = DateTime.UtcNow + }; + + dbContext.InsightEntries.Add(entry); + } + + await dbContext.SaveChangesAsync(); + logger.LogInformation("{Count} neue Einträge für {Type} ab {Start} gespeichert.", rows.Count, internalTypeName, kqlStart); + } +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/Services/DashboardService.cs b/src/DF.AppUsage.Api/Services/DashboardService.cs new file mode 100644 index 0000000..15a0e67 --- /dev/null +++ b/src/DF.AppUsage.Api/Services/DashboardService.cs @@ -0,0 +1,335 @@ +using DF.AppUsage.Api.Data; +using DF.AppUsage.Api.Models; +using Microsoft.EntityFrameworkCore; +using System.Text.Json; + +namespace DF.AppUsage.Api.Services; + +public class DashboardService(AppDbContext db) +{ + public async Task GetDashboardHtmlAsync() + { + // Die Preis-Umstellung als SQL-Konstante + const string cutoff = "2026-01-21 15:50:00"; + + // 1. Kosten für Berichte berechnen + var berichtCosts = await db.Database.SqlQueryRaw(@$" + SELECT + EXTRACT(YEAR FROM ""Timestamp"")::int as ""Year"", + EXTRACT(MONTH FROM ""Timestamp"")::int as ""Month"", + SUM( + CASE + WHEN ""Timestamp"" < '{cutoff}'::timestamp + THEN ((""Data""->'Measurements'->>'TokensInput')::numeric * 0.14233 / 1000000) + ((""Data""->'Measurements'->>'TokensOutput')::numeric * 0.5694 / 1000000) + ELSE ((""Data""->'Measurements'->>'TokensInput')::numeric * 0.38 / 1000000) + ((""Data""->'Measurements'->>'TokensOutput')::numeric * 1.5 / 1000000) + END + )::numeric as ""Cost"" + FROM ""InsightEntries"" + WHERE ""InsightType"" = 'Feature_Use_AiBericht' + GROUP BY 1, 2 ORDER BY 1, 2").ToListAsync(); + + // 2. Kosten für Lieferscheine berechnen + var lieferscheinCosts = await db.Database.SqlQueryRaw(@$" + SELECT + EXTRACT(YEAR FROM ""Timestamp"")::int as ""Year"", + EXTRACT(MONTH FROM ""Timestamp"")::int as ""Month"", + SUM( + CASE + WHEN ""Timestamp"" < '{cutoff}'::timestamp + THEN ((""Data""->'Measurements'->>'TokensInput')::numeric * 2.75 / 1000000) + ((""Data""->'Measurements'->>'TokensOutput')::numeric * 11.00 / 1000000) + ELSE ((""Data""->'Measurements'->>'TokensInput')::numeric * 1.78 / 1000000) + ((""Data""->'Measurements'->>'TokensOutput')::numeric * 7.48 / 1000000) + END + )::numeric as ""Cost"" + FROM ""InsightEntries"" + WHERE ""InsightType"" = 'Feature_Use_AiLieferschein' + GROUP BY 1, 2 ORDER BY 1, 2").ToListAsync(); + + + // 1. App-Installationen + var installData = await db.Database.SqlQueryRaw(@" + SELECT ""Data""->'Properties'->>'App' as ""App"", + ""Data""->'Properties'->>'Version' as ""Version"", + date_trunc('day', ""Timestamp"") as ""Day"", + COUNT(*)::int as ""Count"" + FROM ""InsightEntries"" + WHERE ""InsightType"" = 'AppLaunched_NewVersion' AND ""Timestamp"" >= now() - interval '30 days' + GROUP BY 1, 2, 3 ORDER BY 3 ASC").ToListAsync(); + + // 2. Berichte (Hier ist WithFreitext drin, wir stellen nur sicher, dass der Name exakt passt) + var berichtData = await db.Database.SqlQueryRaw(@" + SELECT EXTRACT(YEAR FROM ""Timestamp"")::int as ""Year"", + EXTRACT(MONTH FROM ""Timestamp"")::int as ""Month"", + COUNT(*)::int as ""Count"", + SUM(COALESCE((""Data""->'Measurements'->>'AiFreitext')::int, 0))::int as ""WithFreitext"" + FROM ""InsightEntries"" + WHERE ""InsightType"" = 'Feature_Use_AiBericht' + GROUP BY 1, 2 ORDER BY 1, 2").ToListAsync(); + + // 3. Lieferscheine (HIER fehlte die Spalte für den Record) + var lieferscheinData = await db.Database.SqlQueryRaw(@" + SELECT EXTRACT(YEAR FROM ""Timestamp"")::int as ""Year"", + EXTRACT(MONTH FROM ""Timestamp"")::int as ""Month"", + COUNT(*)::int as ""Count"", + 0::int as ""WithFreitext"" -- Die Dummy-Spalte für den Record + FROM ""InsightEntries"" + WHERE ""InsightType"" = 'Feature_Use_AiLieferschein' + GROUP BY 1, 2 ORDER BY 1, 2").ToListAsync(); + + // 1. Gesamtkosten für den AKTUELLEN Monat (C# Logik) + var jetzt = DateTime.Now; + var kostenBerichtMonat = berichtCosts + .Where(d => d.Year == jetzt.Year && d.Month == jetzt.Month) + .Sum(d => d.Cost); + + var kostenLieferscheinMonat = lieferscheinCosts + .Where(d => d.Year == jetzt.Year && d.Month == jetzt.Month) + .Sum(d => d.Cost); + + var gesamtMonat = kostenBerichtMonat + kostenLieferscheinMonat; + + // 2. Gesamtkosten ÜBER ALLES (einfach alles summieren) + var gesamtAllTime = berichtCosts.Sum(d => d.Cost) + lieferscheinCosts.Sum(d => d.Cost); + + // 2. HTML Template zusammenbauen + return RenderHtml(installData, berichtData, lieferscheinData, berichtCosts, lieferscheinCosts, gesamtMonat, gesamtAllTime); + //return RenderHtml(installData, berichtData, lieferscheinData, berichtCosts, lieferscheinCosts, gesamtMonat); + // return RenderHtml(installData, berichtData, lieferscheinData); + //return RenderHtml(installData, berichtData, lieferscheinData, berichtCosts, lieferscheinCosts); + + } + + private string RenderHtml( + List installs, + List berichte, + List lieferscheine, + List bCosts, + List lCosts, + decimal gesamtMonat, + decimal gesamtAllTime) + { + // Wir serialisieren die Daten hier einmal vorab, um sie sicher in den JS-Block zu schreiben + var jsonInstalls = JsonSerializer.Serialize(installs); + var jsonBerichte = JsonSerializer.Serialize(berichte); + var jsonLieferscheine = JsonSerializer.Serialize(lieferscheine); + var jsonBCosts = JsonSerializer.Serialize(bCosts); + var jsonLCosts = JsonSerializer.Serialize(lCosts); + + return $@" + + + + + DF KI Dashboard + + + + +
+

KI & App Insights Dashboard

+ +
+

KI-Kosten im {DateTime.Now:MMMM}

+
{gesamtMonat:N2} €
+
von {gesamtAllTime:N2} € gesamt seit Aufzeichnung
+
+ +

App Rollout (Letzte 30 Tage)

+

KI Berichte (Monatsvergleich)

+

KI Lieferscheine

+ +
+

Geschätzte KI-Kosten (€)

+ +
+
+ + + + "; + } +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/appsettings.Development.json b/src/DF.AppUsage.Api/appsettings.Development.json new file mode 100644 index 0000000..ff66ba6 --- /dev/null +++ b/src/DF.AppUsage.Api/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/src/DF.AppUsage.Api/appsettings.json b/src/DF.AppUsage.Api/appsettings.json new file mode 100644 index 0000000..76fb76d --- /dev/null +++ b/src/DF.AppUsage.Api/appsettings.json @@ -0,0 +1,18 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*", + "ConnectionStrings": { + "DefaultConnection": "Host=localhost;Database=app_insights;Username=stats_admin;Password=Living-Buckshot-Tack-6Burps;Port=5432" + }, + "Azure": { + "TenantId": "50612598-b9c6-4b68-86fd-63d1f015a452", + "ClientId": "75ef94fb-f6a9-442c-9450-5df70507440b", + "ClientSecret": "wbo8Q~PZU3l1oWHeMCdghlYjBkoAKSOJsbyu_cL1", + "WorkspaceId": "34c2b3e9-07eb-4edc-8e11-5f3f59a077f5" + } +} diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Core.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Core.dll new file mode 100755 index 0000000..8883ec9 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Core.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Identity.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Identity.dll new file mode 100755 index 0000000..cd1dcdb Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Identity.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Monitor.Query.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Monitor.Query.dll new file mode 100755 index 0000000..6296e24 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Monitor.Query.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api new file mode 100755 index 0000000..ae895db Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.deps.json b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.deps.json new file mode 100644 index 0000000..cbf63eb --- /dev/null +++ b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.deps.json @@ -0,0 +1,1111 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "DF.AppUsage.Api/1.0.0": { + "dependencies": { + "Azure.Identity": "1.12.0", + "Azure.Monitor.Query": "1.7.1", + "Microsoft.AspNetCore.OpenApi": "8.0.16", + "Microsoft.EntityFrameworkCore.Design": "8.0.11", + "Npgsql.EntityFrameworkCore.PostgreSQL": "8.0.11", + "Swashbuckle.AspNetCore": "6.6.2" + }, + "runtime": { + "DF.AppUsage.Api.dll": {} + } + }, + "Azure.Core/1.47.1": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "8.0.0", + "System.ClientModel": "1.6.0", + "System.Memory.Data": "8.0.1" + }, + "runtime": { + "lib/net8.0/Azure.Core.dll": { + "assemblyVersion": "1.47.1.0", + "fileVersion": "1.4700.125.36505" + } + } + }, + "Azure.Identity/1.12.0": { + "dependencies": { + "Azure.Core": "1.47.1", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "assemblyVersion": "1.12.0.0", + "fileVersion": "1.1200.24.31701" + } + } + }, + "Azure.Monitor.Query/1.7.1": { + "dependencies": { + "Azure.Core": "1.47.1", + "System.ClientModel": "1.6.0" + }, + "runtime": { + "lib/net8.0/Azure.Monitor.Query.dll": { + "assemblyVersion": "1.7.1.0", + "fileVersion": "1.700.125.41202" + } + } + }, + "Humanizer.Core/2.14.1": { + "runtime": { + "lib/net6.0/Humanizer.dll": { + "assemblyVersion": "2.14.0.0", + "fileVersion": "2.14.1.48190" + } + } + }, + "Microsoft.AspNetCore.OpenApi/8.0.16": { + "dependencies": { + "Microsoft.OpenApi": "1.6.14" + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.OpenApi.dll": { + "assemblyVersion": "8.0.16.0", + "fileVersion": "8.0.1625.21611" + } + } + }, + "Microsoft.Bcl.AsyncInterfaces/8.0.0": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": {}, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "4.5.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "4.5.0", + "Microsoft.CodeAnalysis.Common": "4.5.0", + "Microsoft.CodeAnalysis.Workspaces.Common": "4.5.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "8.0.0", + "Microsoft.CodeAnalysis.Common": "4.5.0", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "assemblyVersion": "4.5.0.0", + "fileVersion": "4.500.23.10905" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": {}, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.1124.52104" + } + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": {}, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.3", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "assemblyVersion": "8.0.0.2", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Logging/8.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.3", + "Microsoft.Extensions.Options": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.3": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1325.6609" + } + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.224.6711" + } + } + }, + "Microsoft.Extensions.Primitives/8.0.0": {}, + "Microsoft.Identity.Client/4.61.3": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "4.7.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.OpenApi/1.6.14": { + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "assemblyVersion": "1.6.14.0", + "fileVersion": "1.6.14.0" + } + } + }, + "Mono.TextTemplating/2.2.1": { + "dependencies": { + "System.CodeDom": "4.4.0" + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": { + "assemblyVersion": "2.2.0.0", + "fileVersion": "2.2.1.1" + } + } + }, + "Npgsql/8.0.6": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.3" + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "assemblyVersion": "8.0.6.0", + "fileVersion": "8.0.6.0" + } + } + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.11": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Npgsql": "8.0.6" + }, + "runtime": { + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { + "assemblyVersion": "8.0.11.0", + "fileVersion": "8.0.11.0" + } + } + }, + "Swashbuckle.AspNetCore/6.6.2": { + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.6.2", + "Swashbuckle.AspNetCore.SwaggerGen": "6.6.2", + "Swashbuckle.AspNetCore.SwaggerUI": "6.6.2" + } + }, + "Swashbuckle.AspNetCore.Swagger/6.6.2": { + "dependencies": { + "Microsoft.OpenApi": "1.6.14" + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": { + "assemblyVersion": "6.6.2.0", + "fileVersion": "6.6.2.401" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.6.2": { + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.6.2" + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "assemblyVersion": "6.6.2.0", + "fileVersion": "6.6.2.401" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.6.2": { + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "assemblyVersion": "6.6.2.0", + "fileVersion": "6.6.2.401" + } + } + }, + "System.ClientModel/1.6.0": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.3", + "System.Memory.Data": "8.0.1" + }, + "runtime": { + "lib/net8.0/System.ClientModel.dll": { + "assemblyVersion": "1.6.0.0", + "fileVersion": "1.600.25.41108" + } + } + }, + "System.CodeDom/4.4.0": { + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.6.25519.3" + } + } + }, + "System.Collections.Immutable/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Composition/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + } + }, + "System.Composition.AttributedModel/6.0.0": { + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Convention/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.Convention.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Hosting/6.0.0": { + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Runtime/6.0.0": { + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.TypedParts/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Diagnostics.DiagnosticSource/6.0.1": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.IO.Pipelines/6.0.3": {}, + "System.Memory/4.5.4": {}, + "System.Memory.Data/8.0.1": { + "runtime": { + "lib/net8.0/System.Memory.Data.dll": { + "assemblyVersion": "8.0.0.1", + "fileVersion": "8.0.1024.46610" + } + } + }, + "System.Reflection.Metadata/6.0.1": { + "dependencies": { + "System.Collections.Immutable": "6.0.0" + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "runtime": { + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "4.0.5.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.5.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Text.Json/4.7.2": {}, + "System.Threading.Channels/6.0.0": {}, + "System.Threading.Tasks.Extensions/4.5.4": {} + } + }, + "libraries": { + "DF.AppUsage.Api/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Azure.Core/1.47.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oPcncSsDHuxB8SC522z47xbp2+ttkcKv2YZ90KXhRKN0YQd2+7l1UURT9EBzUNEXtkLZUOAB5xbByMTrYRh3yA==", + "path": "azure.core/1.47.1", + "hashPath": "azure.core.1.47.1.nupkg.sha512" + }, + "Azure.Identity/1.12.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OBIM3aPz8n9oEO5fdnee+Vsc5Nl4W3FeslPpESyDiyByntQI5BAa76KD60eFXm9ulevnwxGZP9YXL8Y+paI5Uw==", + "path": "azure.identity/1.12.0", + "hashPath": "azure.identity.1.12.0.nupkg.sha512" + }, + "Azure.Monitor.Query/1.7.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HJnal+BIaBiuiba1p2X5lNyx6I+CnqcjEMNv19R1jtjas5hk9sdUcPmZOLaECFRExFBxLDc2xuLJkXmglFXQbg==", + "path": "azure.monitor.query/1.7.1", + "hashPath": "azure.monitor.query.1.7.1.nupkg.sha512" + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "path": "humanizer.core/2.14.1", + "hashPath": "humanizer.core.2.14.1.nupkg.sha512" + }, + "Microsoft.AspNetCore.OpenApi/8.0.16": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jeZBYi62BKGRZXEkXAr9hj1L6u71HRKE7EPaZBouF1xmKdQIX7GO5oSRLTQLQmmST0y/aaI+Mr4OzyyRjmBFog==", + "path": "microsoft.aspnetcore.openapi/8.0.16", + "hashPath": "microsoft.aspnetcore.openapi.8.0.16.nupkg.sha512" + }, + "Microsoft.Bcl.AsyncInterfaces/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==", + "path": "microsoft.bcl.asyncinterfaces/8.0.0", + "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hashPath": "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "path": "microsoft.codeanalysis.common/4.5.0", + "hashPath": "microsoft.codeanalysis.common.4.5.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "hashPath": "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "hashPath": "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "path": "microsoft.entityframeworkcore/8.0.11", + "hashPath": "microsoft.entityframeworkcore.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", + "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "hashPath": "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "hashPath": "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512" + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", + "path": "microsoft.extensions.caching.memory/8.0.1", + "hashPath": "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==", + "path": "microsoft.extensions.dependencyinjection/8.0.1", + "hashPath": "microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "path": "microsoft.extensions.dependencymodel/8.0.2", + "hashPath": "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Logging/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4x+pzsQEbqxhNf1QYRr5TDkLP9UsLT3A6MdRKDDEgrW7h1ljiEPgTNhKYUhNCCAaVpQECVQ+onA91PTPnIp6Lw==", + "path": "microsoft.extensions.logging/8.0.1", + "hashPath": "microsoft.extensions.logging.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==", + "path": "microsoft.extensions.logging.abstractions/8.0.3", + "hashPath": "microsoft.extensions.logging.abstractions.8.0.3.nupkg.sha512" + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "path": "microsoft.extensions.options/8.0.2", + "hashPath": "microsoft.extensions.options.8.0.2.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "path": "microsoft.extensions.primitives/8.0.0", + "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" + }, + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "path": "microsoft.identity.client/4.61.3", + "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "path": "microsoft.identity.client.extensions.msal/4.61.3", + "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" + }, + "Microsoft.OpenApi/1.6.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tTaBT8qjk3xINfESyOPE2rIellPvB7qpVqiWiyA/lACVvz+xOGiXhFUfohcx82NLbi5avzLW0lx+s6oAqQijfw==", + "path": "microsoft.openapi/1.6.14", + "hashPath": "microsoft.openapi.1.6.14.nupkg.sha512" + }, + "Mono.TextTemplating/2.2.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", + "path": "mono.texttemplating/2.2.1", + "hashPath": "mono.texttemplating.2.2.1.nupkg.sha512" + }, + "Npgsql/8.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KaS6CY5kY2Sd0P00MSeFcOI3t2DiQ4UWG8AuRpVOUeDWITOKfoEEG91DP3cmT6aerixPkjwKgXxnpDxIkDpO6g==", + "path": "npgsql/8.0.6", + "hashPath": "npgsql.8.0.6.nupkg.sha512" + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-leShR/O/nSIS3Jpj8yUBmkzaXzBbtlV326+MYkX2BwAj2qSNrUv/H6m8G9Hnv2zUkQYccTpmV5jIVq5vdciEUA==", + "path": "npgsql.entityframeworkcore.postgresql/8.0.11", + "hashPath": "npgsql.entityframeworkcore.postgresql.8.0.11.nupkg.sha512" + }, + "Swashbuckle.AspNetCore/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+NB4UYVYN6AhDSjW0IJAd1AGD8V33gemFNLPaxKTtPkHB+HaKAKf9MGAEUPivEWvqeQfcKIw8lJaHq6LHljRuw==", + "path": "swashbuckle.aspnetcore/6.6.2", + "hashPath": "swashbuckle.aspnetcore.6.6.2.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.Swagger/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ovgPTSYX83UrQUWiS5vzDcJ8TEX1MAxBgDFMK45rC24MorHEPQlZAHlaXj/yth4Zf6xcktpUgTEBvffRQVwDKA==", + "path": "swashbuckle.aspnetcore.swagger/6.6.2", + "hashPath": "swashbuckle.aspnetcore.swagger.6.6.2.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zv4ikn4AT1VYuOsDCpktLq4QDq08e7Utzbir86M5/ZkRaLXbCPF11E1/vTmOiDzRTl0zTZINQU2qLKwTcHgfrA==", + "path": "swashbuckle.aspnetcore.swaggergen/6.6.2", + "hashPath": "swashbuckle.aspnetcore.swaggergen.6.6.2.nupkg.sha512" + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.6.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mBBb+/8Hm2Q3Wygag+hu2jj69tZW5psuv0vMRXY07Wy+Rrj40vRP8ZTbKBhs91r45/HXT4aY4z0iSBYx1h6JvA==", + "path": "swashbuckle.aspnetcore.swaggerui/6.6.2", + "hashPath": "swashbuckle.aspnetcore.swaggerui.6.6.2.nupkg.sha512" + }, + "System.ClientModel/1.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cG2Nvpipe/d2Zkll9lknO/A6slINLYR36I49Uysd76NnGf7DKWnLNBLcaqSBxxfUXwk6fw1ncQ8n4RIjG88bMg==", + "path": "system.clientmodel/1.6.0", + "hashPath": "system.clientmodel.1.6.0.nupkg.sha512" + }, + "System.CodeDom/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "path": "system.codedom/4.4.0", + "hashPath": "system.codedom.4.4.0.nupkg.sha512" + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "path": "system.collections.immutable/6.0.0", + "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" + }, + "System.Composition/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "path": "system.composition/6.0.0", + "hashPath": "system.composition.6.0.0.nupkg.sha512" + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "path": "system.composition.attributedmodel/6.0.0", + "hashPath": "system.composition.attributedmodel.6.0.0.nupkg.sha512" + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "path": "system.composition.convention/6.0.0", + "hashPath": "system.composition.convention.6.0.0.nupkg.sha512" + }, + "System.Composition.Hosting/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "path": "system.composition.hosting/6.0.0", + "hashPath": "system.composition.hosting.6.0.0.nupkg.sha512" + }, + "System.Composition.Runtime/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "path": "system.composition.runtime/6.0.0", + "hashPath": "system.composition.runtime.6.0.0.nupkg.sha512" + }, + "System.Composition.TypedParts/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "path": "system.composition.typedparts/6.0.0", + "hashPath": "system.composition.typedparts.6.0.0.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/6.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==", + "path": "system.diagnostics.diagnosticsource/6.0.1", + "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512" + }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "path": "system.io.pipelines/6.0.3", + "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512" + }, + "System.Memory/4.5.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "path": "system.memory/4.5.4", + "hashPath": "system.memory.4.5.4.nupkg.sha512" + }, + "System.Memory.Data/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==", + "path": "system.memory.data/8.0.1", + "hashPath": "system.memory.data.8.0.1.nupkg.sha512" + }, + "System.Reflection.Metadata/6.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", + "path": "system.reflection.metadata/6.0.1", + "hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512" + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", + "path": "system.security.cryptography.protecteddata/4.7.0", + "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "path": "system.text.encoding.codepages/6.0.0", + "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" + }, + "System.Text.Json/4.7.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", + "path": "system.text.json/4.7.2", + "hashPath": "system.text.json.4.7.2.nupkg.sha512" + }, + "System.Threading.Channels/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==", + "path": "system.threading.channels/6.0.0", + "hashPath": "system.threading.channels.6.0.0.nupkg.sha512" + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "path": "system.threading.tasks.extensions/4.5.4", + "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.dll new file mode 100644 index 0000000..2123858 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.pdb b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.pdb new file mode 100644 index 0000000..5d051b9 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.pdb differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.runtimeconfig.json b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.runtimeconfig.json new file mode 100644 index 0000000..b8a4a9c --- /dev/null +++ b/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "8.0.0" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Reflection.NullabilityInfoContext.IsSupported": true, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Humanizer.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Humanizer.dll new file mode 100755 index 0000000..c9a7ef8 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Humanizer.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll new file mode 100755 index 0000000..98ea81a Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll new file mode 100755 index 0000000..421e812 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll new file mode 100755 index 0000000..dc218f9 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll new file mode 100755 index 0000000..412e7ed Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll new file mode 100755 index 0000000..8dec441 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll new file mode 100755 index 0000000..79e9046 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll new file mode 100755 index 0000000..c972d3e Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll new file mode 100755 index 0000000..dc960cd Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll new file mode 100755 index 0000000..e980332 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll new file mode 100755 index 0000000..1e9773e Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll new file mode 100755 index 0000000..077b1b6 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100755 index 0000000..81ed3de Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll new file mode 100755 index 0000000..bd71a2b Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll new file mode 100755 index 0000000..8905537 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100755 index 0000000..cedb2b8 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll new file mode 100755 index 0000000..35905b6 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Options.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Options.dll new file mode 100755 index 0000000..a7b3f21 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Options.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll new file mode 100755 index 0000000..9a7cadb Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.dll new file mode 100755 index 0000000..73873e5 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll new file mode 100755 index 0000000..dfcb632 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.OpenApi.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.OpenApi.dll new file mode 100755 index 0000000..aac9a6d Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.OpenApi.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Mono.TextTemplating.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Mono.TextTemplating.dll new file mode 100755 index 0000000..d5a4b3c Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Mono.TextTemplating.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll new file mode 100755 index 0000000..7747d6d Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.dll new file mode 100755 index 0000000..b88e61f Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll new file mode 100755 index 0000000..41e2fc2 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll new file mode 100755 index 0000000..de7f45d Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll new file mode 100755 index 0000000..117b9f3 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.ClientModel.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.ClientModel.dll new file mode 100755 index 0000000..dddd97b Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.ClientModel.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.CodeDom.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.CodeDom.dll new file mode 100755 index 0000000..3128b6a Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.CodeDom.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.AttributedModel.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.AttributedModel.dll new file mode 100755 index 0000000..d37283b Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.AttributedModel.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Convention.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Convention.dll new file mode 100755 index 0000000..b6fa4ab Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Convention.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Hosting.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Hosting.dll new file mode 100755 index 0000000..c67f1c0 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Hosting.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Runtime.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Runtime.dll new file mode 100755 index 0000000..2a4b38c Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Runtime.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.TypedParts.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.TypedParts.dll new file mode 100755 index 0000000..7c0c780 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.TypedParts.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Memory.Data.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Memory.Data.dll new file mode 100755 index 0000000..9282c37 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Memory.Data.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll new file mode 100755 index 0000000..a60b95b Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.Development.json b/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.Development.json new file mode 100644 index 0000000..ff66ba6 --- /dev/null +++ b/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.json b/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.json new file mode 100644 index 0000000..76fb76d --- /dev/null +++ b/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.json @@ -0,0 +1,18 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*", + "ConnectionStrings": { + "DefaultConnection": "Host=localhost;Database=app_insights;Username=stats_admin;Password=Living-Buckshot-Tack-6Burps;Port=5432" + }, + "Azure": { + "TenantId": "50612598-b9c6-4b68-86fd-63d1f015a452", + "ClientId": "75ef94fb-f6a9-442c-9450-5df70507440b", + "ClientSecret": "wbo8Q~PZU3l1oWHeMCdghlYjBkoAKSOJsbyu_cL1", + "WorkspaceId": "34c2b3e9-07eb-4edc-8e11-5f3f59a077f5" + } +} diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..b08ba21 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..eba2a5a Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..ff203e1 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..fe89036 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..3dda417 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..4d3bd0a Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..c41bb1f Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..05845f2 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..1e5038d Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..456ac85 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..7bb3187 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..01edef3 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..de36d31 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..71d6443 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..23107b9 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..291cf9b Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..ef0d337 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..f266330 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..6affe5c Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..263bd04 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..a94da35 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..c94e8e6 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..6e0e837 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..212267a Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..1fae94d Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..b2e573c Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..fdbe6ff Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..5fee24c Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..9533b36 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..fa25298 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..1297d58 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..8af36a3 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..197797b Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..0fd342c Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..c09c2ab Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..d6eaab6 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..ecfe483 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..e9133a5 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..baa7776 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..74714d8 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll new file mode 100755 index 0000000..d8f2f45 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..2fbf86e Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..4c57b04 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..b551e37 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..8758fff Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..de4fe51 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..67b261c Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..c6b8d86 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..a14ec60 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100755 index 0000000..2d39791 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100755 index 0000000..86802cf Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100755 index 0000000..691a8fa Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll new file mode 100755 index 0000000..e8e4ee0 Binary files /dev/null and b/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll differ diff --git a/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.dgspec.json b/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.dgspec.json new file mode 100644 index 0000000..7c5415c --- /dev/null +++ b/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.dgspec.json @@ -0,0 +1,98 @@ +{ + "format": 1, + "restore": { + "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj": {} + }, + "projects": { + "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj", + "projectName": "DF.AppUsage.Api", + "projectPath": "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj", + "packagesPath": "/Users/nsonic/.nuget/packages/", + "outputPath": "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/nsonic/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "/usr/local/share/dotnet/library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Identity": { + "target": "Package", + "version": "[1.12.0, )" + }, + "Azure.Monitor.Query": { + "target": "Package", + "version": "[1.7.1, )" + }, + "Microsoft.AspNetCore.OpenApi": { + "target": "Package", + "version": "[8.0.16, )" + }, + "Microsoft.EntityFrameworkCore.Design": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[8.0.11, )" + }, + "Npgsql.EntityFrameworkCore.PostgreSQL": { + "target": "Package", + "version": "[8.0.11, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[6.6.2, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/8.0.410/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.g.props b/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.g.props new file mode 100644 index 0000000..7e4f350 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.g.props @@ -0,0 +1,25 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /Users/nsonic/.nuget/packages/ + /Users/nsonic/.nuget/packages/ + PackageReference + 6.11.1 + + + + + + + + + + + + /Users/nsonic/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5 + /Users/nsonic/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3 + + \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.g.targets b/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.g.targets new file mode 100644 index 0000000..dd85d1e --- /dev/null +++ b/src/DF.AppUsage.Api/obj/DF.AppUsage.Api.csproj.nuget.g.targets @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/src/DF.AppUsage.Api/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..dca70aa --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUs.99EB4F7A.Up2Date b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUs.99EB4F7A.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfo.cs b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfo.cs new file mode 100644 index 0000000..17c5453 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("DF.AppUsage.Api")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DF.AppUsage.Api")] +[assembly: System.Reflection.AssemblyTitleAttribute("DF.AppUsage.Api")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfoInputs.cache b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfoInputs.cache new file mode 100644 index 0000000..73fd7c4 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +4d327451ac02f4dac98421802d06b9b15f6b3d59cdf58a32d2cce2ecf8dcdb29 diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.GeneratedMSBuildEditorConfig.editorconfig b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..9ae9841 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,19 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = true +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = DF.AppUsage.Api +build_property.RootNamespace = DF.AppUsage.Api +build_property.ProjectDir = /Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.RazorLangVersion = 8.0 +build_property.SupportLocalizedComponentNames = +build_property.GenerateRazorMetadataSourceChecksumAttributes = +build_property.MSBuildProjectDirectory = /Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api +build_property._RazorSourceGeneratorDebug = diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.GlobalUsings.g.cs b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.GlobalUsings.g.cs new file mode 100644 index 0000000..025530a --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.GlobalUsings.g.cs @@ -0,0 +1,17 @@ +// +global using global::Microsoft.AspNetCore.Builder; +global using global::Microsoft.AspNetCore.Hosting; +global using global::Microsoft.AspNetCore.Http; +global using global::Microsoft.AspNetCore.Routing; +global using global::Microsoft.Extensions.Configuration; +global using global::Microsoft.Extensions.DependencyInjection; +global using global::Microsoft.Extensions.Hosting; +global using global::Microsoft.Extensions.Logging; +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Net.Http.Json; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.MvcApplicationPartsAssemblyInfo.cache b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.MvcApplicationPartsAssemblyInfo.cache new file mode 100644 index 0000000..e69de29 diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.MvcApplicationPartsAssemblyInfo.cs b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.MvcApplicationPartsAssemblyInfo.cs new file mode 100644 index 0000000..9df34f6 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.MvcApplicationPartsAssemblyInfo.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")] +[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.assets.cache b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.assets.cache new file mode 100644 index 0000000..c5b18bc Binary files /dev/null and b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.assets.cache differ diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.AssemblyReference.cache b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f7cd576 Binary files /dev/null and b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.AssemblyReference.cache differ diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.CoreCompileInputs.cache b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..25758ab --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f1151b64f29df5d579cfab1024a7d876c2703aaa7002d71886e261192c914438 diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.FileListAbsolute.txt b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..4fcd5be --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.FileListAbsolute.txt @@ -0,0 +1,121 @@ +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.Development.json +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/appsettings.json +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.deps.json +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.runtimeconfig.json +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/DF.AppUsage.Api.pdb +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Core.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Monitor.Query.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Humanizer.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.OpenApi.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Mono.TextTemplating.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.ClientModel.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.CodeDom.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.AttributedModel.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Convention.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Hosting.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.Runtime.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Composition.TypedParts.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Memory.Data.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.AssemblyReference.cache +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.GeneratedMSBuildEditorConfig.editorconfig +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfoInputs.cache +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.AssemblyInfo.cs +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.csproj.CoreCompileInputs.cache +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.MvcApplicationPartsAssemblyInfo.cs +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.MvcApplicationPartsAssemblyInfo.cache +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets.build.json +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets.development.json +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.DF.AppUsage.Api.Microsoft.AspNetCore.StaticWebAssets.props +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.build.DF.AppUsage.Api.props +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.DF.AppUsage.Api.props +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.DF.AppUsage.Api.props +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets.pack.json +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/scopedcss/bundle/DF.AppUsage.Api.styles.css +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUs.99EB4F7A.Up2Date +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/refint/DF.AppUsage.Api.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.pdb +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.genruntimeconfig.cache +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/Debug/net8.0/ref/DF.AppUsage.Api.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Azure.Identity.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll +/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/bin/Debug/net8.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.dll b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.dll new file mode 100644 index 0000000..2123858 Binary files /dev/null and b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.dll differ diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.genruntimeconfig.cache b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.genruntimeconfig.cache new file mode 100644 index 0000000..164584c --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.genruntimeconfig.cache @@ -0,0 +1 @@ +d222d590808026c624f23dec14e997bf50fc4d825874c318b5850b35cf4f55b9 diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.pdb b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.pdb new file mode 100644 index 0000000..5d051b9 Binary files /dev/null and b/src/DF.AppUsage.Api/obj/Debug/net8.0/DF.AppUsage.Api.pdb differ diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/apphost b/src/DF.AppUsage.Api/obj/Debug/net8.0/apphost new file mode 100755 index 0000000..ae895db Binary files /dev/null and b/src/DF.AppUsage.Api/obj/Debug/net8.0/apphost differ diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/ref/DF.AppUsage.Api.dll b/src/DF.AppUsage.Api/obj/Debug/net8.0/ref/DF.AppUsage.Api.dll new file mode 100644 index 0000000..4f0c125 Binary files /dev/null and b/src/DF.AppUsage.Api/obj/Debug/net8.0/ref/DF.AppUsage.Api.dll differ diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/refint/DF.AppUsage.Api.dll b/src/DF.AppUsage.Api/obj/Debug/net8.0/refint/DF.AppUsage.Api.dll new file mode 100644 index 0000000..4f0c125 Binary files /dev/null and b/src/DF.AppUsage.Api/obj/Debug/net8.0/refint/DF.AppUsage.Api.dll differ diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets.build.json b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets.build.json new file mode 100644 index 0000000..9f87e8e --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets.build.json @@ -0,0 +1,11 @@ +{ + "Version": 1, + "Hash": "FBfsDClOafLvyzfyj1S3nzB4CDro0j06sY4zixd+/18=", + "Source": "DF.AppUsage.Api", + "BasePath": "_content/DF.AppUsage.Api", + "Mode": "Default", + "ManifestType": "Build", + "ReferencedProjectsConfiguration": [], + "DiscoveryPatterns": [], + "Assets": [] +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.build.DF.AppUsage.Api.props b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.build.DF.AppUsage.Api.props new file mode 100644 index 0000000..5a6032a --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.build.DF.AppUsage.Api.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.DF.AppUsage.Api.props b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.DF.AppUsage.Api.props new file mode 100644 index 0000000..a794728 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.DF.AppUsage.Api.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.DF.AppUsage.Api.props b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.DF.AppUsage.Api.props new file mode 100644 index 0000000..99dd1a5 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.DF.AppUsage.Api.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/project.assets.json b/src/DF.AppUsage.Api/obj/project.assets.json new file mode 100644 index 0000000..3353ad7 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/project.assets.json @@ -0,0 +1,3203 @@ +{ + "version": 3, + "targets": { + "net8.0": { + "Azure.Core/1.47.1": { + "type": "package", + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "8.0.0", + "System.ClientModel": "1.5.1", + "System.Memory.Data": "8.0.1" + }, + "compile": { + "lib/net8.0/Azure.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Azure.Core.dll": { + "related": ".xml" + } + } + }, + "Azure.Identity/1.12.0": { + "type": "package", + "dependencies": { + "Azure.Core": "1.40.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "4.7.0", + "System.Text.Json": "4.7.2", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "related": ".xml" + } + } + }, + "Azure.Monitor.Query/1.7.1": { + "type": "package", + "dependencies": { + "Azure.Core": "1.47.1", + "System.ClientModel": "1.6.0" + }, + "compile": { + "lib/net8.0/Azure.Monitor.Query.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Azure.Monitor.Query.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.OpenApi/8.0.16": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.4.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.OpenApi.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.OpenApi.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/8.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "related": ".xml" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "build": { + "build/_._": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "6.0.0", + "System.Reflection.Metadata": "6.0.1", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/_._": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.5.0]", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.5.0]" + }, + "compile": { + "lib/netcoreapp3.1/_._": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "6.0.0", + "Microsoft.CodeAnalysis.Common": "[4.5.0]", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3", + "System.Threading.Channels": "6.0.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.11", + "Microsoft.Extensions.Caching.Memory": "8.0.1", + "Microsoft.Extensions.Logging": "8.0.1" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Microsoft.Extensions.DependencyModel": "8.0.2", + "Mono.TextTemplating": "2.2.1" + }, + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": { + "related": ".xml" + } + }, + "build": { + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/Microsoft.Extensions.ApiDescription.Server.props": {}, + "build/Microsoft.Extensions.ApiDescription.Server.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {}, + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.1", + "Microsoft.Extensions.Logging.Abstractions": "8.0.2", + "Microsoft.Extensions.Options": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.3": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.OpenApi/1.6.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Mono.TextTemplating/2.2.1": { + "type": "package", + "dependencies": { + "System.CodeDom": "4.4.0" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/Mono.TextTemplating.dll": {} + } + }, + "Npgsql/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.11": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.11", + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.11", + "Microsoft.EntityFrameworkCore.Relational": "8.0.11", + "Npgsql": "8.0.6" + }, + "compile": { + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { + "related": ".xml" + } + } + }, + "Swashbuckle.AspNetCore/6.6.2": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.6.2", + "Swashbuckle.AspNetCore.SwaggerGen": "6.6.2", + "Swashbuckle.AspNetCore.SwaggerUI": "6.6.2" + }, + "build": { + "build/Swashbuckle.AspNetCore.props": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.6.2": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.6.14" + }, + "compile": { + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.6.2": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.6.2" + }, + "compile": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.6.2": { + "type": "package", + "compile": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.ClientModel/1.6.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.3", + "System.Memory.Data": "8.0.1" + }, + "compile": { + "lib/net8.0/System.ClientModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.ClientModel.dll": { + "related": ".xml" + } + } + }, + "System.CodeDom/4.4.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": {} + } + }, + "System.Collections.Immutable/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Hosting/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.Runtime/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Composition.TypedParts/6.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" + }, + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Diagnostics.DiagnosticSource/6.0.1": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Memory.Data/8.0.1": { + "type": "package", + "compile": { + "lib/net8.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Memory.Data.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Reflection.Metadata/6.0.1": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "6.0.0" + }, + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Json/4.7.2": { + "type": "package", + "compile": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp3.0/System.Text.Json.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Channels/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + } + } + }, + "libraries": { + "Azure.Core/1.47.1": { + "sha512": "oPcncSsDHuxB8SC522z47xbp2+ttkcKv2YZ90KXhRKN0YQd2+7l1UURT9EBzUNEXtkLZUOAB5xbByMTrYRh3yA==", + "type": "package", + "path": "azure.core/1.47.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.core.1.47.1.nupkg.sha512", + "azure.core.nuspec", + "azureicon.png", + "lib/net462/Azure.Core.dll", + "lib/net462/Azure.Core.xml", + "lib/net472/Azure.Core.dll", + "lib/net472/Azure.Core.xml", + "lib/net8.0/Azure.Core.dll", + "lib/net8.0/Azure.Core.xml", + "lib/netstandard2.0/Azure.Core.dll", + "lib/netstandard2.0/Azure.Core.xml" + ] + }, + "Azure.Identity/1.12.0": { + "sha512": "OBIM3aPz8n9oEO5fdnee+Vsc5Nl4W3FeslPpESyDiyByntQI5BAa76KD60eFXm9ulevnwxGZP9YXL8Y+paI5Uw==", + "type": "package", + "path": "azure.identity/1.12.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.identity.1.12.0.nupkg.sha512", + "azure.identity.nuspec", + "azureicon.png", + "lib/netstandard2.0/Azure.Identity.dll", + "lib/netstandard2.0/Azure.Identity.xml" + ] + }, + "Azure.Monitor.Query/1.7.1": { + "sha512": "HJnal+BIaBiuiba1p2X5lNyx6I+CnqcjEMNv19R1jtjas5hk9sdUcPmZOLaECFRExFBxLDc2xuLJkXmglFXQbg==", + "type": "package", + "path": "azure.monitor.query/1.7.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "README.md", + "azure.monitor.query.1.7.1.nupkg.sha512", + "azure.monitor.query.nuspec", + "azureicon.png", + "lib/net8.0/Azure.Monitor.Query.dll", + "lib/net8.0/Azure.Monitor.Query.xml", + "lib/netstandard2.0/Azure.Monitor.Query.dll", + "lib/netstandard2.0/Azure.Monitor.Query.xml" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "Microsoft.AspNetCore.OpenApi/8.0.16": { + "sha512": "jeZBYi62BKGRZXEkXAr9hj1L6u71HRKE7EPaZBouF1xmKdQIX7GO5oSRLTQLQmmST0y/aaI+Mr4OzyyRjmBFog==", + "type": "package", + "path": "microsoft.aspnetcore.openapi/8.0.16", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "THIRD-PARTY-NOTICES.TXT", + "lib/net8.0/Microsoft.AspNetCore.OpenApi.dll", + "lib/net8.0/Microsoft.AspNetCore.OpenApi.xml", + "microsoft.aspnetcore.openapi.8.0.16.nupkg.sha512", + "microsoft.aspnetcore.openapi.nuspec" + ] + }, + "Microsoft.Bcl.AsyncInterfaces/8.0.0": { + "sha512": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==", + "type": "package", + "path": "microsoft.bcl.asyncinterfaces/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Bcl.AsyncInterfaces.targets", + "buildTransitive/net462/_._", + "lib/net462/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/net462/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", + "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512", + "microsoft.bcl.asyncinterfaces.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "sha512": "j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "type": "package", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll", + "analyzers/dotnet/cs/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.Analyzers.dll", + "analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.Analyzers.dll", + "analyzers/dotnet/vb/cs/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/de/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/es/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/fr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/it/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ja/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ko/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pl/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/pt-BR/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/ru/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/tr/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hans/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "analyzers/dotnet/vb/zh-Hant/Microsoft.CodeAnalysis.Analyzers.resources.dll", + "build/Microsoft.CodeAnalysis.Analyzers.props", + "build/Microsoft.CodeAnalysis.Analyzers.targets", + "build/config/analysislevel_2_9_8_all.editorconfig", + "build/config/analysislevel_2_9_8_default.editorconfig", + "build/config/analysislevel_2_9_8_minimum.editorconfig", + "build/config/analysislevel_2_9_8_none.editorconfig", + "build/config/analysislevel_2_9_8_recommended.editorconfig", + "build/config/analysislevel_3_3_all.editorconfig", + "build/config/analysislevel_3_3_default.editorconfig", + "build/config/analysislevel_3_3_minimum.editorconfig", + "build/config/analysislevel_3_3_none.editorconfig", + "build/config/analysislevel_3_3_recommended.editorconfig", + "build/config/analysislevel_3_all.editorconfig", + "build/config/analysislevel_3_default.editorconfig", + "build/config/analysislevel_3_minimum.editorconfig", + "build/config/analysislevel_3_none.editorconfig", + "build/config/analysislevel_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelcorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelcorrectness_3_all.editorconfig", + "build/config/analysislevelcorrectness_3_default.editorconfig", + "build/config/analysislevelcorrectness_3_minimum.editorconfig", + "build/config/analysislevelcorrectness_3_none.editorconfig", + "build/config/analysislevelcorrectness_3_recommended.editorconfig", + "build/config/analysislevellibrary_2_9_8_all.editorconfig", + "build/config/analysislevellibrary_2_9_8_default.editorconfig", + "build/config/analysislevellibrary_2_9_8_minimum.editorconfig", + "build/config/analysislevellibrary_2_9_8_none.editorconfig", + "build/config/analysislevellibrary_2_9_8_recommended.editorconfig", + "build/config/analysislevellibrary_3_3_all.editorconfig", + "build/config/analysislevellibrary_3_3_default.editorconfig", + "build/config/analysislevellibrary_3_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_3_none.editorconfig", + "build/config/analysislevellibrary_3_3_recommended.editorconfig", + "build/config/analysislevellibrary_3_all.editorconfig", + "build/config/analysislevellibrary_3_default.editorconfig", + "build/config/analysislevellibrary_3_minimum.editorconfig", + "build/config/analysislevellibrary_3_none.editorconfig", + "build/config/analysislevellibrary_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscompatibility_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysiscorrectness_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdesign_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisdocumentation_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysislocalization_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisperformance_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_2_9_8_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_3_recommended.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_all.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_default.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_minimum.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_none.editorconfig", + "build/config/analysislevelmicrosoftcodeanalysisreleasetracking_3_recommended.editorconfig", + "documentation/Analyzer Configuration.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.md", + "documentation/Microsoft.CodeAnalysis.Analyzers.sarif", + "editorconfig/AllRulesDefault/.editorconfig", + "editorconfig/AllRulesDisabled/.editorconfig", + "editorconfig/AllRulesEnabled/.editorconfig", + "editorconfig/CorrectnessRulesDefault/.editorconfig", + "editorconfig/CorrectnessRulesEnabled/.editorconfig", + "editorconfig/DataflowRulesDefault/.editorconfig", + "editorconfig/DataflowRulesEnabled/.editorconfig", + "editorconfig/LibraryRulesDefault/.editorconfig", + "editorconfig/LibraryRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCompatibilityRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisCorrectnessRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDesignRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisDocumentationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisLocalizationRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisPerformanceRulesEnabled/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesDefault/.editorconfig", + "editorconfig/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled/.editorconfig", + "editorconfig/PortedFromFxCopRulesDefault/.editorconfig", + "editorconfig/PortedFromFxCopRulesEnabled/.editorconfig", + "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "microsoft.codeanalysis.analyzers.nuspec", + "rulesets/AllRulesDefault.ruleset", + "rulesets/AllRulesDisabled.ruleset", + "rulesets/AllRulesEnabled.ruleset", + "rulesets/CorrectnessRulesDefault.ruleset", + "rulesets/CorrectnessRulesEnabled.ruleset", + "rulesets/DataflowRulesDefault.ruleset", + "rulesets/DataflowRulesEnabled.ruleset", + "rulesets/LibraryRulesDefault.ruleset", + "rulesets/LibraryRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCompatibilityRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisCorrectnessRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDesignRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisDocumentationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisLocalizationRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisPerformanceRulesEnabled.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesDefault.ruleset", + "rulesets/MicrosoftCodeAnalysisReleaseTrackingRulesEnabled.ruleset", + "rulesets/PortedFromFxCopRulesDefault.ruleset", + "rulesets/PortedFromFxCopRulesEnabled.ruleset", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "Microsoft.CodeAnalysis.Common/4.5.0": { + "sha512": "lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.5.0": { + "sha512": "cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": { + "sha512": "h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": { + "sha512": "l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore/8.0.11": { + "sha512": "stbjWBTtpQ1HtqXMFyKnXFTr76PvaOHI2b2h85JqBi3eZr00nspvR/a90Zwh8CQ4rVawqLiTG0+0yZQWaav+sQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.11": { + "sha512": "++zY0Ea724ku1jptWJmF7jm3I4IXTexfT4qi1ETcSFFF7qj+qm6rRgN7mTuKkwIETuXk0ikfzudryRjUGrrNKQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.11": { + "sha512": "NI/AJQjtC7qgWM8Nr85sRkwlog2AnFer5RKP8xTUH0RuPF3nN0tGXBEeYJOLZWp+/+M/C6O7MMDRhKRE8bZwIA==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Design/8.0.11": { + "sha512": "KxOvpbaKiUmbLvenr0T/4F1Vdm0Sq+iajLbesQK7/WKB/Dx+FQHCZ0f5jCXrVWK2QKF9eHzQ5JPA1L6hcb25FQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.design/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net8.0/Microsoft.EntityFrameworkCore.Design.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Design.xml", + "microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.design.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Relational/8.0.11": { + "sha512": "3TuuW3i5I4Ro0yoaHmi2MqEDGObOVuhLaMEnd/heaLB1fcvm4fu4PevmC4BOWnI0vo176AIlV5o4rEQciLoohw==", + "type": "package", + "path": "microsoft.entityframeworkcore.relational/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml", + "microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "microsoft.entityframeworkcore.relational.nuspec" + ] + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "type": "package", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/Microsoft.Extensions.ApiDescription.Server.props", + "build/Microsoft.Extensions.ApiDescription.Server.targets", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", + "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", + "microsoft.extensions.apidescription.server.nuspec", + "tools/Newtonsoft.Json.dll", + "tools/dotnet-getdocument.deps.json", + "tools/dotnet-getdocument.dll", + "tools/dotnet-getdocument.runtimeconfig.json", + "tools/net461-x86/GetDocument.Insider.exe", + "tools/net461-x86/GetDocument.Insider.exe.config", + "tools/net461-x86/Microsoft.Win32.Primitives.dll", + "tools/net461-x86/System.AppContext.dll", + "tools/net461-x86/System.Buffers.dll", + "tools/net461-x86/System.Collections.Concurrent.dll", + "tools/net461-x86/System.Collections.NonGeneric.dll", + "tools/net461-x86/System.Collections.Specialized.dll", + "tools/net461-x86/System.Collections.dll", + "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", + "tools/net461-x86/System.ComponentModel.Primitives.dll", + "tools/net461-x86/System.ComponentModel.TypeConverter.dll", + "tools/net461-x86/System.ComponentModel.dll", + "tools/net461-x86/System.Console.dll", + "tools/net461-x86/System.Data.Common.dll", + "tools/net461-x86/System.Diagnostics.Contracts.dll", + "tools/net461-x86/System.Diagnostics.Debug.dll", + "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", + "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", + "tools/net461-x86/System.Diagnostics.Process.dll", + "tools/net461-x86/System.Diagnostics.StackTrace.dll", + "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461-x86/System.Diagnostics.Tools.dll", + "tools/net461-x86/System.Diagnostics.TraceSource.dll", + "tools/net461-x86/System.Diagnostics.Tracing.dll", + "tools/net461-x86/System.Drawing.Primitives.dll", + "tools/net461-x86/System.Dynamic.Runtime.dll", + "tools/net461-x86/System.Globalization.Calendars.dll", + "tools/net461-x86/System.Globalization.Extensions.dll", + "tools/net461-x86/System.Globalization.dll", + "tools/net461-x86/System.IO.Compression.ZipFile.dll", + "tools/net461-x86/System.IO.Compression.dll", + "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", + "tools/net461-x86/System.IO.FileSystem.Primitives.dll", + "tools/net461-x86/System.IO.FileSystem.Watcher.dll", + "tools/net461-x86/System.IO.FileSystem.dll", + "tools/net461-x86/System.IO.IsolatedStorage.dll", + "tools/net461-x86/System.IO.MemoryMappedFiles.dll", + "tools/net461-x86/System.IO.Pipes.dll", + "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", + "tools/net461-x86/System.IO.dll", + "tools/net461-x86/System.Linq.Expressions.dll", + "tools/net461-x86/System.Linq.Parallel.dll", + "tools/net461-x86/System.Linq.Queryable.dll", + "tools/net461-x86/System.Linq.dll", + "tools/net461-x86/System.Memory.dll", + "tools/net461-x86/System.Net.Http.dll", + "tools/net461-x86/System.Net.NameResolution.dll", + "tools/net461-x86/System.Net.NetworkInformation.dll", + "tools/net461-x86/System.Net.Ping.dll", + "tools/net461-x86/System.Net.Primitives.dll", + "tools/net461-x86/System.Net.Requests.dll", + "tools/net461-x86/System.Net.Security.dll", + "tools/net461-x86/System.Net.Sockets.dll", + "tools/net461-x86/System.Net.WebHeaderCollection.dll", + "tools/net461-x86/System.Net.WebSockets.Client.dll", + "tools/net461-x86/System.Net.WebSockets.dll", + "tools/net461-x86/System.Numerics.Vectors.dll", + "tools/net461-x86/System.ObjectModel.dll", + "tools/net461-x86/System.Reflection.Extensions.dll", + "tools/net461-x86/System.Reflection.Primitives.dll", + "tools/net461-x86/System.Reflection.dll", + "tools/net461-x86/System.Resources.Reader.dll", + "tools/net461-x86/System.Resources.ResourceManager.dll", + "tools/net461-x86/System.Resources.Writer.dll", + "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461-x86/System.Runtime.Extensions.dll", + "tools/net461-x86/System.Runtime.Handles.dll", + "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461-x86/System.Runtime.InteropServices.dll", + "tools/net461-x86/System.Runtime.Numerics.dll", + "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", + "tools/net461-x86/System.Runtime.Serialization.Json.dll", + "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", + "tools/net461-x86/System.Runtime.Serialization.Xml.dll", + "tools/net461-x86/System.Runtime.dll", + "tools/net461-x86/System.Security.Claims.dll", + "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", + "tools/net461-x86/System.Security.Cryptography.Csp.dll", + "tools/net461-x86/System.Security.Cryptography.Encoding.dll", + "tools/net461-x86/System.Security.Cryptography.Primitives.dll", + "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", + "tools/net461-x86/System.Security.Principal.dll", + "tools/net461-x86/System.Security.SecureString.dll", + "tools/net461-x86/System.Text.Encoding.Extensions.dll", + "tools/net461-x86/System.Text.Encoding.dll", + "tools/net461-x86/System.Text.RegularExpressions.dll", + "tools/net461-x86/System.Threading.Overlapped.dll", + "tools/net461-x86/System.Threading.Tasks.Parallel.dll", + "tools/net461-x86/System.Threading.Tasks.dll", + "tools/net461-x86/System.Threading.Thread.dll", + "tools/net461-x86/System.Threading.ThreadPool.dll", + "tools/net461-x86/System.Threading.Timer.dll", + "tools/net461-x86/System.Threading.dll", + "tools/net461-x86/System.ValueTuple.dll", + "tools/net461-x86/System.Xml.ReaderWriter.dll", + "tools/net461-x86/System.Xml.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.dll", + "tools/net461-x86/System.Xml.XmlDocument.dll", + "tools/net461-x86/System.Xml.XmlSerializer.dll", + "tools/net461-x86/netstandard.dll", + "tools/net461/GetDocument.Insider.exe", + "tools/net461/GetDocument.Insider.exe.config", + "tools/net461/Microsoft.Win32.Primitives.dll", + "tools/net461/System.AppContext.dll", + "tools/net461/System.Buffers.dll", + "tools/net461/System.Collections.Concurrent.dll", + "tools/net461/System.Collections.NonGeneric.dll", + "tools/net461/System.Collections.Specialized.dll", + "tools/net461/System.Collections.dll", + "tools/net461/System.ComponentModel.EventBasedAsync.dll", + "tools/net461/System.ComponentModel.Primitives.dll", + "tools/net461/System.ComponentModel.TypeConverter.dll", + "tools/net461/System.ComponentModel.dll", + "tools/net461/System.Console.dll", + "tools/net461/System.Data.Common.dll", + "tools/net461/System.Diagnostics.Contracts.dll", + "tools/net461/System.Diagnostics.Debug.dll", + "tools/net461/System.Diagnostics.DiagnosticSource.dll", + "tools/net461/System.Diagnostics.FileVersionInfo.dll", + "tools/net461/System.Diagnostics.Process.dll", + "tools/net461/System.Diagnostics.StackTrace.dll", + "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461/System.Diagnostics.Tools.dll", + "tools/net461/System.Diagnostics.TraceSource.dll", + "tools/net461/System.Diagnostics.Tracing.dll", + "tools/net461/System.Drawing.Primitives.dll", + "tools/net461/System.Dynamic.Runtime.dll", + "tools/net461/System.Globalization.Calendars.dll", + "tools/net461/System.Globalization.Extensions.dll", + "tools/net461/System.Globalization.dll", + "tools/net461/System.IO.Compression.ZipFile.dll", + "tools/net461/System.IO.Compression.dll", + "tools/net461/System.IO.FileSystem.DriveInfo.dll", + "tools/net461/System.IO.FileSystem.Primitives.dll", + "tools/net461/System.IO.FileSystem.Watcher.dll", + "tools/net461/System.IO.FileSystem.dll", + "tools/net461/System.IO.IsolatedStorage.dll", + "tools/net461/System.IO.MemoryMappedFiles.dll", + "tools/net461/System.IO.Pipes.dll", + "tools/net461/System.IO.UnmanagedMemoryStream.dll", + "tools/net461/System.IO.dll", + "tools/net461/System.Linq.Expressions.dll", + "tools/net461/System.Linq.Parallel.dll", + "tools/net461/System.Linq.Queryable.dll", + "tools/net461/System.Linq.dll", + "tools/net461/System.Memory.dll", + "tools/net461/System.Net.Http.dll", + "tools/net461/System.Net.NameResolution.dll", + "tools/net461/System.Net.NetworkInformation.dll", + "tools/net461/System.Net.Ping.dll", + "tools/net461/System.Net.Primitives.dll", + "tools/net461/System.Net.Requests.dll", + "tools/net461/System.Net.Security.dll", + "tools/net461/System.Net.Sockets.dll", + "tools/net461/System.Net.WebHeaderCollection.dll", + "tools/net461/System.Net.WebSockets.Client.dll", + "tools/net461/System.Net.WebSockets.dll", + "tools/net461/System.Numerics.Vectors.dll", + "tools/net461/System.ObjectModel.dll", + "tools/net461/System.Reflection.Extensions.dll", + "tools/net461/System.Reflection.Primitives.dll", + "tools/net461/System.Reflection.dll", + "tools/net461/System.Resources.Reader.dll", + "tools/net461/System.Resources.ResourceManager.dll", + "tools/net461/System.Resources.Writer.dll", + "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461/System.Runtime.Extensions.dll", + "tools/net461/System.Runtime.Handles.dll", + "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461/System.Runtime.InteropServices.dll", + "tools/net461/System.Runtime.Numerics.dll", + "tools/net461/System.Runtime.Serialization.Formatters.dll", + "tools/net461/System.Runtime.Serialization.Json.dll", + "tools/net461/System.Runtime.Serialization.Primitives.dll", + "tools/net461/System.Runtime.Serialization.Xml.dll", + "tools/net461/System.Runtime.dll", + "tools/net461/System.Security.Claims.dll", + "tools/net461/System.Security.Cryptography.Algorithms.dll", + "tools/net461/System.Security.Cryptography.Csp.dll", + "tools/net461/System.Security.Cryptography.Encoding.dll", + "tools/net461/System.Security.Cryptography.Primitives.dll", + "tools/net461/System.Security.Cryptography.X509Certificates.dll", + "tools/net461/System.Security.Principal.dll", + "tools/net461/System.Security.SecureString.dll", + "tools/net461/System.Text.Encoding.Extensions.dll", + "tools/net461/System.Text.Encoding.dll", + "tools/net461/System.Text.RegularExpressions.dll", + "tools/net461/System.Threading.Overlapped.dll", + "tools/net461/System.Threading.Tasks.Parallel.dll", + "tools/net461/System.Threading.Tasks.dll", + "tools/net461/System.Threading.Thread.dll", + "tools/net461/System.Threading.ThreadPool.dll", + "tools/net461/System.Threading.Timer.dll", + "tools/net461/System.Threading.dll", + "tools/net461/System.ValueTuple.dll", + "tools/net461/System.Xml.ReaderWriter.dll", + "tools/net461/System.Xml.XDocument.dll", + "tools/net461/System.Xml.XPath.XDocument.dll", + "tools/net461/System.Xml.XPath.dll", + "tools/net461/System.Xml.XmlDocument.dll", + "tools/net461/System.Xml.XmlSerializer.dll", + "tools/net461/netstandard.dll", + "tools/netcoreapp2.1/GetDocument.Insider.deps.json", + "tools/netcoreapp2.1/GetDocument.Insider.dll", + "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", + "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/8.0.1": { + "sha512": "HFDnhYLccngrzyGgHkjEDU5FMLn4MpOsr5ElgsBMC4yx6lJh4jeWO7fHS8+TXPq+dgxCmUa/Trl8svObmwW4QA==", + "type": "package", + "path": "microsoft.extensions.caching.memory/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "sha512": "BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.2": { + "sha512": "mUBDZZRgZrSyFOsJ2qJJ9fXfqd/kXJwf3AiDoqLD9m6TjY5OO/vLNOb9fb4juC0487eq4hcGN/M2Rh/CKS7QYw==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging/8.0.1": { + "sha512": "4x+pzsQEbqxhNf1QYRr5TDkLP9UsLT3A6MdRKDDEgrW7h1ljiEPgTNhKYUhNCCAaVpQECVQ+onA91PTPnIp6Lw==", + "type": "package", + "path": "microsoft.extensions.logging/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.1.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.3": { + "sha512": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==", + "type": "package", + "path": "microsoft.extensions.logging.abstractions/8.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.3.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Options/8.0.2": { + "sha512": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==", + "type": "package", + "path": "microsoft.extensions.options/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.2.nupkg.sha512", + "microsoft.extensions.options.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "type": "package", + "path": "microsoft.extensions.primitives/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Identity.Client/4.61.3": { + "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "type": "package", + "path": "microsoft.identity.client/4.61.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net462/Microsoft.Identity.Client.dll", + "lib/net462/Microsoft.Identity.Client.xml", + "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", + "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", + "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", + "lib/net6.0/Microsoft.Identity.Client.dll", + "lib/net6.0/Microsoft.Identity.Client.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.61.3.nupkg.sha512", + "microsoft.identity.client.nuspec" + ] + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "type": "package", + "path": "microsoft.identity.client.extensions.msal/4.61.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", + "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", + "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "microsoft.identity.client.extensions.msal.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.OpenApi/1.6.14": { + "sha512": "tTaBT8qjk3xINfESyOPE2rIellPvB7qpVqiWiyA/lACVvz+xOGiXhFUfohcx82NLbi5avzLW0lx+s6oAqQijfw==", + "type": "package", + "path": "microsoft.openapi/1.6.14", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/netstandard2.0/Microsoft.OpenApi.dll", + "lib/netstandard2.0/Microsoft.OpenApi.pdb", + "lib/netstandard2.0/Microsoft.OpenApi.xml", + "microsoft.openapi.1.6.14.nupkg.sha512", + "microsoft.openapi.nuspec" + ] + }, + "Mono.TextTemplating/2.2.1": { + "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", + "type": "package", + "path": "mono.texttemplating/2.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net472/Mono.TextTemplating.dll", + "lib/netstandard2.0/Mono.TextTemplating.dll", + "mono.texttemplating.2.2.1.nupkg.sha512", + "mono.texttemplating.nuspec" + ] + }, + "Npgsql/8.0.6": { + "sha512": "KaS6CY5kY2Sd0P00MSeFcOI3t2DiQ4UWG8AuRpVOUeDWITOKfoEEG91DP3cmT6aerixPkjwKgXxnpDxIkDpO6g==", + "type": "package", + "path": "npgsql/8.0.6", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net6.0/Npgsql.dll", + "lib/net6.0/Npgsql.xml", + "lib/net7.0/Npgsql.dll", + "lib/net7.0/Npgsql.xml", + "lib/net8.0/Npgsql.dll", + "lib/net8.0/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.8.0.6.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" + ] + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.11": { + "sha512": "leShR/O/nSIS3Jpj8yUBmkzaXzBbtlV326+MYkX2BwAj2qSNrUv/H6m8G9Hnv2zUkQYccTpmV5jIVq5vdciEUA==", + "type": "package", + "path": "npgsql.entityframeworkcore.postgresql/8.0.11", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll", + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.xml", + "npgsql.entityframeworkcore.postgresql.8.0.11.nupkg.sha512", + "npgsql.entityframeworkcore.postgresql.nuspec", + "postgresql.png" + ] + }, + "Swashbuckle.AspNetCore/6.6.2": { + "sha512": "+NB4UYVYN6AhDSjW0IJAd1AGD8V33gemFNLPaxKTtPkHB+HaKAKf9MGAEUPivEWvqeQfcKIw8lJaHq6LHljRuw==", + "type": "package", + "path": "swashbuckle.aspnetcore/6.6.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Swashbuckle.AspNetCore.props", + "swashbuckle.aspnetcore.6.6.2.nupkg.sha512", + "swashbuckle.aspnetcore.nuspec" + ] + }, + "Swashbuckle.AspNetCore.Swagger/6.6.2": { + "sha512": "ovgPTSYX83UrQUWiS5vzDcJ8TEX1MAxBgDFMK45rC24MorHEPQlZAHlaXj/yth4Zf6xcktpUgTEBvffRQVwDKA==", + "type": "package", + "path": "swashbuckle.aspnetcore.swagger/6.6.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swagger.6.6.2.nupkg.sha512", + "swashbuckle.aspnetcore.swagger.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.6.2": { + "sha512": "zv4ikn4AT1VYuOsDCpktLq4QDq08e7Utzbir86M5/ZkRaLXbCPF11E1/vTmOiDzRTl0zTZINQU2qLKwTcHgfrA==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggergen/6.6.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggergen.6.6.2.nupkg.sha512", + "swashbuckle.aspnetcore.swaggergen.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.6.2": { + "sha512": "mBBb+/8Hm2Q3Wygag+hu2jj69tZW5psuv0vMRXY07Wy+Rrj40vRP8ZTbKBhs91r45/HXT4aY4z0iSBYx1h6JvA==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggerui/6.6.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "package-readme.md", + "swashbuckle.aspnetcore.swaggerui.6.6.2.nupkg.sha512", + "swashbuckle.aspnetcore.swaggerui.nuspec" + ] + }, + "System.ClientModel/1.6.0": { + "sha512": "cG2Nvpipe/d2Zkll9lknO/A6slINLYR36I49Uysd76NnGf7DKWnLNBLcaqSBxxfUXwk6fw1ncQ8n4RIjG88bMg==", + "type": "package", + "path": "system.clientmodel/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGELOG.md", + "DotNetPackageIcon.png", + "README.md", + "analyzers/dotnet/cs/System.ClientModel.SourceGeneration.dll", + "lib/net8.0/System.ClientModel.dll", + "lib/net8.0/System.ClientModel.xml", + "lib/netstandard2.0/System.ClientModel.dll", + "lib/netstandard2.0/System.ClientModel.xml", + "system.clientmodel.1.6.0.nupkg.sha512", + "system.clientmodel.nuspec" + ] + }, + "System.CodeDom/4.4.0": { + "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "type": "package", + "path": "system.codedom/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.dll", + "ref/net461/System.CodeDom.dll", + "ref/net461/System.CodeDom.xml", + "ref/netstandard2.0/System.CodeDom.dll", + "ref/netstandard2.0/System.CodeDom.xml", + "system.codedom.4.4.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Collections.Immutable/6.0.0": { + "sha512": "l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", + "type": "package", + "path": "system.collections.immutable/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Collections.Immutable.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Collections.Immutable.dll", + "lib/net461/System.Collections.Immutable.xml", + "lib/net6.0/System.Collections.Immutable.dll", + "lib/net6.0/System.Collections.Immutable.xml", + "lib/netstandard2.0/System.Collections.Immutable.dll", + "lib/netstandard2.0/System.Collections.Immutable.xml", + "system.collections.immutable.6.0.0.nupkg.sha512", + "system.collections.immutable.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition/6.0.0": { + "sha512": "d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "type": "package", + "path": "system.composition/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.targets", + "buildTransitive/netcoreapp3.1/_._", + "system.composition.6.0.0.nupkg.sha512", + "system.composition.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.AttributedModel/6.0.0": { + "sha512": "WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "type": "package", + "path": "system.composition.attributedmodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.AttributedModel.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.AttributedModel.dll", + "lib/net461/System.Composition.AttributedModel.xml", + "lib/net6.0/System.Composition.AttributedModel.dll", + "lib/net6.0/System.Composition.AttributedModel.xml", + "lib/netstandard2.0/System.Composition.AttributedModel.dll", + "lib/netstandard2.0/System.Composition.AttributedModel.xml", + "system.composition.attributedmodel.6.0.0.nupkg.sha512", + "system.composition.attributedmodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Convention/6.0.0": { + "sha512": "XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "type": "package", + "path": "system.composition.convention/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Convention.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Convention.dll", + "lib/net461/System.Composition.Convention.xml", + "lib/net6.0/System.Composition.Convention.dll", + "lib/net6.0/System.Composition.Convention.xml", + "lib/netstandard2.0/System.Composition.Convention.dll", + "lib/netstandard2.0/System.Composition.Convention.xml", + "system.composition.convention.6.0.0.nupkg.sha512", + "system.composition.convention.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Hosting/6.0.0": { + "sha512": "w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "type": "package", + "path": "system.composition.hosting/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Hosting.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Hosting.dll", + "lib/net461/System.Composition.Hosting.xml", + "lib/net6.0/System.Composition.Hosting.dll", + "lib/net6.0/System.Composition.Hosting.xml", + "lib/netstandard2.0/System.Composition.Hosting.dll", + "lib/netstandard2.0/System.Composition.Hosting.xml", + "system.composition.hosting.6.0.0.nupkg.sha512", + "system.composition.hosting.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.Runtime/6.0.0": { + "sha512": "qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "type": "package", + "path": "system.composition.runtime/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.Runtime.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.Runtime.dll", + "lib/net461/System.Composition.Runtime.xml", + "lib/net6.0/System.Composition.Runtime.dll", + "lib/net6.0/System.Composition.Runtime.xml", + "lib/netstandard2.0/System.Composition.Runtime.dll", + "lib/netstandard2.0/System.Composition.Runtime.xml", + "system.composition.runtime.6.0.0.nupkg.sha512", + "system.composition.runtime.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Composition.TypedParts/6.0.0": { + "sha512": "iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "type": "package", + "path": "system.composition.typedparts/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Composition.TypedParts.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Composition.TypedParts.dll", + "lib/net461/System.Composition.TypedParts.xml", + "lib/net6.0/System.Composition.TypedParts.dll", + "lib/net6.0/System.Composition.TypedParts.xml", + "lib/netstandard2.0/System.Composition.TypedParts.dll", + "lib/netstandard2.0/System.Composition.TypedParts.xml", + "system.composition.typedparts.6.0.0.nupkg.sha512", + "system.composition.typedparts.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.DiagnosticSource/6.0.1": { + "sha512": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Diagnostics.DiagnosticSource.dll", + "lib/net461/System.Diagnostics.DiagnosticSource.xml", + "lib/net5.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net5.0/System.Diagnostics.DiagnosticSource.xml", + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", + "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", + "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", + "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.IO.Pipelines/6.0.3": { + "sha512": "ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "type": "package", + "path": "system.io.pipelines/6.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.IO.Pipelines.dll", + "lib/net461/System.IO.Pipelines.xml", + "lib/net6.0/System.IO.Pipelines.dll", + "lib/net6.0/System.IO.Pipelines.xml", + "lib/netcoreapp3.1/System.IO.Pipelines.dll", + "lib/netcoreapp3.1/System.IO.Pipelines.xml", + "lib/netstandard2.0/System.IO.Pipelines.dll", + "lib/netstandard2.0/System.IO.Pipelines.xml", + "system.io.pipelines.6.0.3.nupkg.sha512", + "system.io.pipelines.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Memory/4.5.4": { + "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", + "type": "package", + "path": "system.memory/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Memory.dll", + "lib/net461/System.Memory.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.1/System.Memory.dll", + "lib/netstandard1.1/System.Memory.xml", + "lib/netstandard2.0/System.Memory.dll", + "lib/netstandard2.0/System.Memory.xml", + "ref/netcoreapp2.1/_._", + "system.memory.4.5.4.nupkg.sha512", + "system.memory.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Memory.Data/8.0.1": { + "sha512": "BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==", + "type": "package", + "path": "system.memory.data/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/System.Memory.Data.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/System.Memory.Data.targets", + "lib/net462/System.Memory.Data.dll", + "lib/net462/System.Memory.Data.xml", + "lib/net6.0/System.Memory.Data.dll", + "lib/net6.0/System.Memory.Data.xml", + "lib/net7.0/System.Memory.Data.dll", + "lib/net7.0/System.Memory.Data.xml", + "lib/net8.0/System.Memory.Data.dll", + "lib/net8.0/System.Memory.Data.xml", + "lib/netstandard2.0/System.Memory.Data.dll", + "lib/netstandard2.0/System.Memory.Data.xml", + "system.memory.data.8.0.1.nupkg.sha512", + "system.memory.data.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Reflection.Metadata/6.0.1": { + "sha512": "III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==", + "type": "package", + "path": "system.reflection.metadata/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Reflection.Metadata.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Reflection.Metadata.dll", + "lib/net461/System.Reflection.Metadata.xml", + "lib/net6.0/System.Reflection.Metadata.dll", + "lib/net6.0/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "system.reflection.metadata.6.0.1.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "type": "package", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", + "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "system.runtime.compilerservices.unsafe.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Security.Cryptography.ProtectedData/4.7.0": { + "sha512": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", + "type": "package", + "path": "system.security.cryptography.protecteddata/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.ProtectedData.dll", + "lib/net461/System.Security.Cryptography.ProtectedData.dll", + "lib/net461/System.Security.Cryptography.ProtectedData.xml", + "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.ProtectedData.dll", + "ref/net461/System.Security.Cryptography.ProtectedData.dll", + "ref/net461/System.Security.Cryptography.ProtectedData.xml", + "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", + "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", + "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", + "system.security.cryptography.protecteddata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encoding.CodePages/6.0.0": { + "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "type": "package", + "path": "system.text.encoding.codepages/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.xml", + "lib/net6.0/System.Text.Encoding.CodePages.dll", + "lib/net6.0/System.Text.Encoding.CodePages.xml", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", + "system.text.encoding.codepages.6.0.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Text.Json/4.7.2": { + "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==", + "type": "package", + "path": "system.text.json/4.7.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/System.Text.Json.dll", + "lib/net461/System.Text.Json.xml", + "lib/netcoreapp3.0/System.Text.Json.dll", + "lib/netcoreapp3.0/System.Text.Json.xml", + "lib/netstandard2.0/System.Text.Json.dll", + "lib/netstandard2.0/System.Text.Json.xml", + "system.text.json.4.7.2.nupkg.sha512", + "system.text.json.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Threading.Channels/6.0.0": { + "sha512": "TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==", + "type": "package", + "path": "system.threading.channels/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Threading.Channels.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Threading.Channels.dll", + "lib/net461/System.Threading.Channels.xml", + "lib/net6.0/System.Threading.Channels.dll", + "lib/net6.0/System.Threading.Channels.xml", + "lib/netcoreapp3.1/System.Threading.Channels.dll", + "lib/netcoreapp3.1/System.Threading.Channels.xml", + "lib/netstandard2.0/System.Threading.Channels.dll", + "lib/netstandard2.0/System.Threading.Channels.xml", + "lib/netstandard2.1/System.Threading.Channels.dll", + "lib/netstandard2.1/System.Threading.Channels.xml", + "system.threading.channels.6.0.0.nupkg.sha512", + "system.threading.channels.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "type": "package", + "path": "system.threading.tasks.extensions/4.5.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net461/System.Threading.Tasks.Extensions.dll", + "lib/net461/System.Threading.Tasks.Extensions.xml", + "lib/netcoreapp2.1/_._", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netcoreapp2.1/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.extensions.4.5.4.nupkg.sha512", + "system.threading.tasks.extensions.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net8.0": [ + "Azure.Identity >= 1.12.0", + "Azure.Monitor.Query >= 1.7.1", + "Microsoft.AspNetCore.OpenApi >= 8.0.16", + "Microsoft.EntityFrameworkCore.Design >= 8.0.11", + "Npgsql.EntityFrameworkCore.PostgreSQL >= 8.0.11", + "Swashbuckle.AspNetCore >= 6.6.2" + ] + }, + "packageFolders": { + "/Users/nsonic/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj", + "projectName": "DF.AppUsage.Api", + "projectPath": "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj", + "packagesPath": "/Users/nsonic/.nuget/packages/", + "outputPath": "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/nsonic/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "/usr/local/share/dotnet/library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "dependencies": { + "Azure.Identity": { + "target": "Package", + "version": "[1.12.0, )" + }, + "Azure.Monitor.Query": { + "target": "Package", + "version": "[1.7.1, )" + }, + "Microsoft.AspNetCore.OpenApi": { + "target": "Package", + "version": "[8.0.16, )" + }, + "Microsoft.EntityFrameworkCore.Design": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[8.0.11, )" + }, + "Npgsql.EntityFrameworkCore.PostgreSQL": { + "target": "Package", + "version": "[8.0.11, )" + }, + "Swashbuckle.AspNetCore": { + "target": "Package", + "version": "[6.6.2, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.AspNetCore.App": { + "privateAssets": "none" + }, + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/8.0.410/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/src/DF.AppUsage.Api/obj/project.nuget.cache b/src/DF.AppUsage.Api/obj/project.nuget.cache new file mode 100644 index 0000000..ee1b941 --- /dev/null +++ b/src/DF.AppUsage.Api/obj/project.nuget.cache @@ -0,0 +1,67 @@ +{ + "version": 2, + "dgSpecHash": "worZsQWAQeQ=", + "success": true, + "projectFilePath": "/Users/nsonic/Entwicklung/nsonic-cloud/DF-AppUsage/src/DF.AppUsage.Api/DF.AppUsage.Api.csproj", + "expectedPackageFiles": [ + "/Users/nsonic/.nuget/packages/azure.core/1.47.1/azure.core.1.47.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/azure.identity/1.12.0/azure.identity.1.12.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/azure.monitor.query/1.7.1/azure.monitor.query.1.7.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.aspnetcore.openapi/8.0.16/microsoft.aspnetcore.openapi.8.0.16.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.bcl.asyncinterfaces/8.0.0/microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.codeanalysis.common/4.5.0/microsoft.codeanalysis.common.4.5.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.codeanalysis.csharp/4.5.0/microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.5.0/microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.5.0/microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.entityframeworkcore/8.0.11/microsoft.entityframeworkcore.8.0.11.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.entityframeworkcore.abstractions/8.0.11/microsoft.entityframeworkcore.abstractions.8.0.11.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.entityframeworkcore.analyzers/8.0.11/microsoft.entityframeworkcore.analyzers.8.0.11.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.entityframeworkcore.design/8.0.11/microsoft.entityframeworkcore.design.8.0.11.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.entityframeworkcore.relational/8.0.11/microsoft.entityframeworkcore.relational.8.0.11.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.apidescription.server/6.0.5/microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.caching.abstractions/8.0.0/microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.caching.memory/8.0.1/microsoft.extensions.caching.memory.8.0.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.configuration.abstractions/8.0.0/microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.dependencymodel/8.0.2/microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.logging/8.0.1/microsoft.extensions.logging.8.0.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.logging.abstractions/8.0.3/microsoft.extensions.logging.abstractions.8.0.3.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.options/8.0.2/microsoft.extensions.options.8.0.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.extensions.primitives/8.0.0/microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.identitymodel.abstractions/6.35.0/microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/microsoft.openapi/1.6.14/microsoft.openapi.1.6.14.nupkg.sha512", + "/Users/nsonic/.nuget/packages/mono.texttemplating/2.2.1/mono.texttemplating.2.2.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/npgsql/8.0.6/npgsql.8.0.6.nupkg.sha512", + "/Users/nsonic/.nuget/packages/npgsql.entityframeworkcore.postgresql/8.0.11/npgsql.entityframeworkcore.postgresql.8.0.11.nupkg.sha512", + "/Users/nsonic/.nuget/packages/swashbuckle.aspnetcore/6.6.2/swashbuckle.aspnetcore.6.6.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/swashbuckle.aspnetcore.swagger/6.6.2/swashbuckle.aspnetcore.swagger.6.6.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/swashbuckle.aspnetcore.swaggergen/6.6.2/swashbuckle.aspnetcore.swaggergen.6.6.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/swashbuckle.aspnetcore.swaggerui/6.6.2/swashbuckle.aspnetcore.swaggerui.6.6.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.clientmodel/1.6.0/system.clientmodel.1.6.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.codedom/4.4.0/system.codedom.4.4.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.collections.immutable/6.0.0/system.collections.immutable.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.composition/6.0.0/system.composition.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.composition.attributedmodel/6.0.0/system.composition.attributedmodel.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.composition.convention/6.0.0/system.composition.convention.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.composition.hosting/6.0.0/system.composition.hosting.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.composition.runtime/6.0.0/system.composition.runtime.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.composition.typedparts/6.0.0/system.composition.typedparts.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.diagnostics.diagnosticsource/6.0.1/system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.io.pipelines/6.0.3/system.io.pipelines.6.0.3.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.memory/4.5.4/system.memory.4.5.4.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.memory.data/8.0.1/system.memory.data.8.0.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.reflection.metadata/6.0.1/system.reflection.metadata.6.0.1.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.security.cryptography.protecteddata/4.7.0/system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.text.json/4.7.2/system.text.json.4.7.2.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.threading.channels/6.0.0/system.threading.channels.6.0.0.nupkg.sha512", + "/Users/nsonic/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file