From 7bbc60dfd909cc10cb9b43a8fea7fc7e05c5988f Mon Sep 17 00:00:00 2001 From: VS Date: Fri, 16 Aug 2024 10:36:56 +0100 Subject: [PATCH 1/4] replaced N/A with PNTS option for bio questions --- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs | 2 +- src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs | 2 +- .../Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs index 86afe238..941340e6 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B1.cs @@ -8,5 +8,5 @@ public class B1() : SingleChoiceQuestion("Spent time in care as a child", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs index d369f109..054311d6 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B10.cs @@ -8,5 +8,5 @@ public class B10() : SingleChoiceQuestion("Felt safe at home", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs index 9f89aae8..0fcb6aa1 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B11.cs @@ -8,5 +8,5 @@ public class B11() : SingleChoiceQuestion("Enjoyed going to school", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs index 5e46bcf2..079032bc 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B12.cs @@ -8,5 +8,5 @@ public class B12() : SingleChoiceQuestion("Parent or guardian had a drug / alcoh { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs index da7dd2c0..84e01ac7 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B13.cs @@ -8,5 +8,5 @@ public class B13() : SingleChoiceQuestion("Parent or guardian was seriously ill { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs index c711e5aa..7848cdc9 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B14.cs @@ -8,5 +8,5 @@ public class B14() : SingleChoiceQuestion("Had a close friend you could confide { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs index 1e76f819..bdbbf4df 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B15.cs @@ -8,5 +8,5 @@ public class B15() : SingleChoiceQuestion("Had someone you looked up to", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs index 333c8626..0a3fd0b3 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B2.cs @@ -8,5 +8,5 @@ public class B2() : SingleChoiceQuestion("Spent most of childhood in the same fa { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs index 2e8b0bdd..1d94d9d9 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B3.cs @@ -8,5 +8,5 @@ public class B3() : SingleChoiceQuestion("Suffered abuse or neglect as a child", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs index ca2e6137..5518830f 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B4.cs @@ -8,5 +8,5 @@ public class B4() : SingleChoiceQuestion("Had a difficult childhood", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs index 7c88d529..61989309 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B5.cs @@ -8,5 +8,5 @@ public class B5() : SingleChoiceQuestion("Both parents/guardians were mostly pre { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs index dd8128b8..b7f0201a 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B6.cs @@ -8,5 +8,5 @@ public class B6() : SingleChoiceQuestion("At least one parent or guardian was mo { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs index 5d33d923..02e6c62c 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B7.cs @@ -8,5 +8,5 @@ public class B7() : SingleChoiceQuestion("A parent or guardian was in trouble wi { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs index 2a19e242..154c5db0 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B8.cs @@ -8,5 +8,5 @@ public class B8() : SingleChoiceQuestion("A parent or guardian spent time in pri { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs index 73510665..b2a476dc 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/ChildhoodExperiences/B9.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs index 5ee0324c..ba8163bb 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A1.cs @@ -9,5 +9,5 @@ public class A1() : SingleChoiceQuestion("Consider yourself a religious person", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs index 9ea30f29..cb8adcf0 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A10.cs @@ -9,5 +9,5 @@ public class A10() : SingleChoiceQuestion("Are/have been a member of a gang", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs index 7e5c4d47..c0bab68b 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A11.cs @@ -9,5 +9,5 @@ public class A11() : SingleChoiceQuestion("Have carried an illegal weapon at som { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs index f42c1cef..9ebbcd6a 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A12.cs @@ -9,5 +9,5 @@ public class A12() : SingleChoiceQuestion("Have undertaken prostitution or sex w { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs index 5052a9b6..c0c836b0 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A13.cs @@ -9,5 +9,5 @@ public class A13() : SingleChoiceQuestion("Feel you are being taken advantage of { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs index 5a64def2..87d7ad5b 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A14.cs @@ -9,5 +9,5 @@ public class A14() : SingleChoiceQuestion("Feel you are part of a community ", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs index 49052816..d24f98ac 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A15.cs @@ -9,5 +9,5 @@ public class A15() : SingleChoiceQuestion("Feel you have been discriminated agai { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs index 31640637..592eddc1 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A16.cs @@ -8,5 +8,5 @@ public class A16() : SingleChoiceQuestion("Feel you generally share the same vie { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs index 56c7f1bd..00be53f4 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A17.cs @@ -9,5 +9,5 @@ public class A17() : SingleChoiceQuestion("Feel you are always getting into trou { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs index 36ec327f..5ee55cfb 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A18.cs @@ -9,5 +9,5 @@ public class A18() : SingleChoiceQuestion("Regret the offence(s) you committed", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs index 9ddbc953..404bd9ac 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A19.cs @@ -9,5 +9,5 @@ public class A19() : SingleChoiceQuestion("Feel your current situation is not yo { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs index efaf52a3..ecb484a9 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A2.cs @@ -9,5 +9,5 @@ public class A2() : SingleChoiceQuestion("Practise your faith regularly", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs index b134256f..2a1b7c4f 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A20.cs @@ -9,5 +9,5 @@ public class A20() : SingleChoiceQuestion("Feel you are a better person than you { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs index 4e2d52b0..6ea5469d 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A3.cs @@ -9,5 +9,5 @@ public class A3() : SingleChoiceQuestion("Gay, lesbian, bisexual, or other non-h { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs index cc1f6a77..ac969c74 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A4.cs @@ -9,5 +9,5 @@ public class A4() : SingleChoiceQuestion("Gender you identify with is different { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs index fdab4654..7b6cbae4 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A5.cs @@ -9,5 +9,5 @@ public class A5() : SingleChoiceQuestion("A member of a Gypsy or Irish traveller { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs index ed156c05..657e2200 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A6.cs @@ -9,5 +9,5 @@ public class A6() : SingleChoiceQuestion("A member of the Roma community", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs index 555c4ad7..2f4057c5 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A7.cs @@ -9,5 +9,5 @@ public class A7() : SingleChoiceQuestion("Served in the British Armed Forces, in { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs index 0ddd3824..222c71e5 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A8.cs @@ -9,5 +9,5 @@ public class A8() : SingleChoiceQuestion("Undertook an operational tour with the { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs index 680e00f6..cb0de2c2 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/Diversity/A9.cs @@ -9,5 +9,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs index 16ddeffc..b0ea563c 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C1.cs @@ -8,5 +8,5 @@ public class C1() : SingleChoiceQuestion("Had a loved one become seriously ill o { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs index e3ff853b..b178690d 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C10.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs index 00d76888..9e90f9b3 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C2.cs @@ -8,5 +8,5 @@ public class C2() : SingleChoiceQuestion("Got engaged, married, entered a civil { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs index 7281fdca..421834cf 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C3.cs @@ -8,5 +8,5 @@ public class C3() : SingleChoiceQuestion("Became a parent", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs index ea68f919..b115802f 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C4.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs index cceddcae..f858a825 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C5.cs @@ -8,5 +8,5 @@ public class C5() : SingleChoiceQuestion("Left a significant long-term relations { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs index 85284b8b..57646619 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C6.cs @@ -8,5 +8,5 @@ public class C6() : SingleChoiceQuestion("Subject to verbal abuse or harassment" { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs index af37baa0..2e117a46 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C7.cs @@ -8,5 +8,5 @@ public class C7() : SingleChoiceQuestion("Subject to violence or harm by another { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs index c51f4d38..ac5240d4 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C8.cs @@ -8,5 +8,5 @@ public class C8() : SingleChoiceQuestion("Lost your job", { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file diff --git a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs index 2ef1f1da..ae0ff768 100644 --- a/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs +++ b/src/Application/Features/Bios/DTOs/V1/Pathways/RecentExperiences/C9.cs @@ -8,5 +8,5 @@ { public const string Yes = "Yes"; public const string No = "No"; - public const string NA = "N/A"; + public const string NA = "PNTS"; }; \ No newline at end of file From 8177088a9f8b91a25ff138b511054688613df842 Mon Sep 17 00:00:00 2001 From: samgibsonmoj Date: Mon, 19 Aug 2024 08:03:18 +0100 Subject: [PATCH 2/4] Notes consistency amends --- .../Participants/Components/CaseNotes.razor | 21 ++++++------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/src/Server.UI/Pages/Participants/Components/CaseNotes.razor b/src/Server.UI/Pages/Participants/Components/CaseNotes.razor index 84f3b635..af674040 100644 --- a/src/Server.UI/Pages/Participants/Components/CaseNotes.razor +++ b/src/Server.UI/Pages/Participants/Components/CaseNotes.razor @@ -9,9 +9,12 @@ { - - - +
+ + + + New note +
@foreach(var note in _notes.OrderByDescending(x => x.Created)) { @@ -50,18 +53,6 @@ }
- - - @if(_notes.Length is 0) - { - Nothing to see here. Why not add a note yourself? - } - else - { - You're all caught up! - } - - } @code { From 42b7b9cdce2fb9e21e591b5d9ac1c78eff6cdab1 Mon Sep 17 00:00:00 2001 From: PaulCooperWorkJustice Date: Mon, 19 Aug 2024 08:01:43 +0100 Subject: [PATCH 3/4] unlock functionality --- .../Pages/Identity/Users/Users.razor | 42 +++++++++++++------ 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/src/Server.UI/Pages/Identity/Users/Users.razor b/src/Server.UI/Pages/Identity/Users/Users.razor index 696ea0d5..2b4a8c14 100644 --- a/src/Server.UI/Pages/Identity/Users/Users.razor +++ b/src/Server.UI/Pages/Identity/Users/Users.razor @@ -178,6 +178,10 @@ { @L["Reset Password"] } + @if (context.Item.LockoutEnd is not null) + { + @L["Unlock"] + } } else @@ -249,25 +253,19 @@
@if (context.Item.IsActive) { - @L["Active"] - @if (context.Item.LockoutEnd is not null) - { -
-

@L["Lockout End"]:

- -
- } + @L["Active"] } else { @L["Inactive"] + + } @if (context.Item.LockoutEnd is not null) { -
-

@L["Lockout End"]:

- -
- } +
+

@L["Lockout End"]:

+ +
}
@@ -655,6 +653,24 @@ } + private async Task OnUnlock(ApplicationUserDto item) + { + var user = await UserManager.FindByIdAsync(item.Id!) ?? throw new NotFoundException($"Application user not found {item.Id}."); + + user.LockoutEnd = null; + var identityResult = await UserManager.UpdateAsync(user); + + if (identityResult.Succeeded) + { + item.LockoutEnd = null; + Snackbar.Add($"{L["The user has been unlocked."]}", Severity.Info); + } + else + { + Snackbar.Add($"{string.Join(",", identityResult.Errors.Select(x => x.Description).ToArray())}", Severity.Error); + } + } + private async Task OnSetActive(ApplicationUserDto item) { var user = await UserManager.FindByIdAsync(item.Id!) ?? throw new NotFoundException($"Application user not found {item.Id}."); From 74dc1e8bba1e59c57ef60e7a2bd6c49f64e082a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 04:46:34 +0000 Subject: [PATCH 4/4] deps: bump the all-dependencies group with 22 updates Bumps the all-dependencies group with 22 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Microsoft.AspNetCore.DataProtection.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.Extensions.Localization.Abstractions](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | Newtonsoft.Json | `13.0.1` | `13.0.3` | | [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.400` | `3.7.401.1` | | [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.7` | `8.0.8` | | [Microsoft.Extensions.Http.Polly](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | | [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) | `4.9.0` | `4.10.1` | | [ActualLab.Fusion](https://github.com/ActualLab/Fusion) | `9.0.81` | `9.0.92` | | [ActualLab.Fusion.Blazor](https://github.com/ActualLab/Fusion) | `9.0.81` | `9.0.92` | | [ActualLab.Fusion.Ext.Services](https://github.com/ActualLab/Fusion) | `9.0.81` | `9.0.92` | | [ActualLab.Generators](https://github.com/ActualLab/Fusion) | `9.0.81` | `9.0.92` | | [CodeBeam.MudBlazor.Extensions](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions) | `7.0.0` | `7.0.1` | | [Microsoft.AspNetCore.SignalR.Client](https://github.com/dotnet/aspnetcore) | `8.0.7` | `8.0.8` | Updates `Microsoft.AspNetCore.Components.Web` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.AspNetCore.DataProtection.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.Extensions.Localization.Abstractions` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3 Updates `Microsoft.AspNetCore.Identity.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.Extensions.Identity.Core` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `AWSSDK.S3` from 3.7.400 to 3.7.401.1 - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.EntityFrameworkCore` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.Extensions.Http.Polly` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Sentry.Serilog` from 4.9.0 to 4.10.1 - [Release notes](https://github.com/getsentry/sentry-dotnet/releases) - [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-dotnet/compare/4.9.0...4.10.1) Updates `ActualLab.Fusion` from 9.0.81 to 9.0.92 - [Commits](https://github.com/ActualLab/Fusion/commits) Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3 Updates `ActualLab.Fusion.Blazor` from 9.0.81 to 9.0.92 - [Commits](https://github.com/ActualLab/Fusion/commits) Updates `ActualLab.Fusion` from 9.0.81 to 9.0.92 - [Commits](https://github.com/ActualLab/Fusion/commits) Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3 Updates `ActualLab.Fusion.Ext.Services` from 9.0.81 to 9.0.92 - [Commits](https://github.com/ActualLab/Fusion/commits) Updates `ActualLab.Fusion` from 9.0.81 to 9.0.92 - [Commits](https://github.com/ActualLab/Fusion/commits) Updates `Newtonsoft.Json` from 13.0.1 to 13.0.3 Updates `ActualLab.Generators` from 9.0.81 to 9.0.92 - [Commits](https://github.com/ActualLab/Fusion/commits) Updates `CodeBeam.MudBlazor.Extensions` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/releases) - [Changelog](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/blob/dev/BreakingChanges.md) - [Commits](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/compare/7.0.0...7.0.1) Updates `Microsoft.AspNetCore.Components.Web` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) Updates `Microsoft.AspNetCore.SignalR.Client` from 8.0.7 to 8.0.8 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.7...v8.0.8) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Components.Web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Localization.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Identity.Core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore.Tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.EntityFrameworkCore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Sentry.Serilog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ActualLab.Fusion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ActualLab.Fusion.Blazor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ActualLab.Fusion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ActualLab.Fusion.Ext.Services dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ActualLab.Fusion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ActualLab.Generators dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: CodeBeam.MudBlazor.Extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.AspNetCore.Components.Web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.AspNetCore.SignalR.Client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- src/Application/Application.csproj | 6 +-- src/Domain/Domain.csproj | 4 +- src/Infrastructure/Infrastructure.csproj | 39 ++++++++++--------- src/Server.UI/Server.UI.csproj | 14 +++---- .../Application.UnitTests.csproj | 5 ++- .../ArchitectureTests.csproj | 1 + 6 files changed, 36 insertions(+), 33 deletions(-) diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj index c6c4b8de..f9c842f8 100644 --- a/src/Application/Application.csproj +++ b/src/Application/Application.csproj @@ -10,7 +10,7 @@ - + @@ -19,8 +19,8 @@ - - + + diff --git a/src/Domain/Domain.csproj b/src/Domain/Domain.csproj index dfa01cf8..f3a2f98c 100644 --- a/src/Domain/Domain.csproj +++ b/src/Domain/Domain.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index a711284f..1a90bed4 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -11,35 +11,36 @@ - - - - - - - + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + + - + - + diff --git a/src/Server.UI/Server.UI.csproj b/src/Server.UI/Server.UI.csproj index e69d301a..8c4bb93e 100644 --- a/src/Server.UI/Server.UI.csproj +++ b/src/Server.UI/Server.UI.csproj @@ -17,10 +17,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -28,7 +28,7 @@ - + @@ -36,8 +36,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/Application.UnitTests/Application.UnitTests.csproj b/test/Application.UnitTests/Application.UnitTests.csproj index 66497d75..7c6f4bf0 100644 --- a/test/Application.UnitTests/Application.UnitTests.csproj +++ b/test/Application.UnitTests/Application.UnitTests.csproj @@ -13,6 +13,7 @@ + @@ -20,7 +21,7 @@ - - + + diff --git a/test/ArchitectureTests/ArchitectureTests.csproj b/test/ArchitectureTests/ArchitectureTests.csproj index 9e413368..2d1d3a68 100644 --- a/test/ArchitectureTests/ArchitectureTests.csproj +++ b/test/ArchitectureTests/ArchitectureTests.csproj @@ -14,6 +14,7 @@ +