From 18f0dc566bbaf8bdc85e878bdb1f06b7b8728866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20=C3=96man?= Date: Sat, 11 Oct 2025 08:45:09 +0200 Subject: [PATCH] =?UTF-8?q?En=20f=C3=B6rsta=20justering=20,=20det=20fanns?= =?UTF-8?q?=20m=C3=A5nga=20referenser=20kvar=20till=20GreadyPoang...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common.Library/BaseClasses/ViewModelBase.cs | 2 +- Gready_Poang.Common/Base/BehaviorBase.cs | 2 +- .../Specifics/DigitsOnlyBehavior.cs | 2 +- .../Specifics/EventToCommandBehavior.cs | 2 +- .../DataClasses/CombinedRepository.cs | 6 ++--- .../DataClasses/GamePointRepository.cs | 6 ++--- .../DataClasses/GameRoundRepository.cs | 6 ++--- .../DataClasses/ParticipantRepository.cs | 6 ++--- .../Database/DataContext.cs | 4 +-- .../LocalInterfaces/ICombinedRepository.cs | 4 +-- .../20250901152226_initialCreate.Designer.cs | 6 ++--- .../20250901152226_initialCreate.cs | 2 +- ...20250902115700_GamePointsTable.Designer.cs | 8 +++--- .../20250902115700_GamePointsTable.cs | 2 +- ...0934_GamePointsTableStaticSeed.Designer.cs | 8 +++--- ...0250902120934_GamePointsTableStaticSeed.cs | 2 +- ...20250902122130_FixDateTimeSeed.Designer.cs | 8 +++--- .../20250902122130_FixDateTimeSeed.cs | 2 +- ...062957_FixHeatToRoundParameter.Designer.cs | 8 +++--- .../20250903062957_FixHeatToRoundParameter.cs | 2 +- ...903070200_FixHeatToRoundParams.Designer.cs | 8 +++--- .../20250903070200_FixHeatToRoundParams.cs | 2 +- ...20250903074537_AddedStatusEnum.Designer.cs | 8 +++--- .../20250903074537_AddedStatusEnum.cs | 2 +- ...903195147_AddedTableGameRounds.Designer.cs | 10 +++---- .../20250903195147_AddedTableGameRounds.cs | 2 +- ...35_ChangedUpdateOrderInSeeding.Designer.cs | 10 +++---- ...50903195935_ChangedUpdateOrderInSeeding.cs | 2 +- ...20250914064850_statusfieldmove.Designer.cs | 10 +++---- .../20250914064850_statusfieldmove.cs | 2 +- .../Migrations/DataContextModelSnapshot.cs | 10 +++---- .../EntityClasses/GamePoint.cs | 2 +- .../EntityClasses/GameRound.cs | 2 +- .../EntityClasses/Participant.cs | 2 +- .../Enums/GamePointStatus.cs | 2 +- .../HelperEntities/PlayerColumn.cs | 2 +- .../HelperEntities/RoundBuilderElement.cs | 2 +- .../HelperEntities/RoundBuilderGroup.cs | 2 +- Gready_Poang.Migrations/Program.cs | 8 +++--- .../Implements/ObjectMessageService.cs | 4 +-- .../Interfaces/IObjectMessageService.cs | 4 +-- .../Interfaces/INavigationService.cs | 2 +- .../Interfaces/IPageFactory.cs | 2 +- .../Interfaces/ISplashService.cs | 2 +- .../ViewModelClasses/AppShellViewModel.cs | 2 +- .../ViewModelClasses/MainPageViewModel.cs | 4 +-- .../ViewModelClasses/MethodSharingService.cs | 4 +-- .../ViewModelClasses/ParticipantViewModel.cs | 6 ++--- .../ViewModelClasses/RoundRunningViewModel.cs | 15 ++++++----- .../RoundStartingViewModel.cs | 10 +++---- .../ViewModelClasses/SplashViewModel.cs | 2 +- Gready_Poang/App.xaml | 4 +-- Gready_Poang/App.xaml.cs | 4 +-- Gready_Poang/AppShell.xaml | 12 ++++----- Gready_Poang/AppShell.xaml.cs | 6 ++--- Gready_Poang/BasePage.xaml | 4 +-- Gready_Poang/BasePage.xaml.cs | 4 +-- .../AppShellViewModelCommands.cs | 4 +-- .../MainPageViewModelCommands.cs | 6 ++--- .../ParticipantViewModelCommands.cs | 8 +++--- .../RoundRunningViewModelCommands.cs | 12 ++++----- .../RoundStartingViewModelCommands.cs | 12 ++++----- .../CommandClasses/SplashViewModelCommands.cs | 4 +-- Gready_Poang/Core/NavigationService.cs | 2 +- Gready_Poang/Core/PageFactory.cs | 8 +++--- Gready_Poang/Core/ServiceLocator.cs | 4 +-- Gready_Poang/InterFaces/IServiceLocator.cs | 2 +- .../LocalServices/Implements/SplashService.cs | 6 ++--- Gready_Poang/MainPage.xaml | 6 ++--- Gready_Poang/MainPage.xaml.cs | 4 +-- Gready_Poang/MauiProgram.cs | 26 +++++++++---------- Gready_Poang/Pages/ParticipantListPage.cs | 6 ++--- Gready_Poang/Pages/RoundRunningPage.cs | 8 +++--- Gready_Poang/Pages/RoundStartingPage.cs | 6 ++--- .../Platforms/Android/MainActivity.cs | 2 +- .../Platforms/Android/MainApplication.cs | 2 +- .../Platforms/MacCatalyst/AppDelegate.cs | 2 +- Gready_Poang/Platforms/MacCatalyst/Program.cs | 2 +- Gready_Poang/Platforms/Tizen/Main.cs | 2 +- .../Platforms/Tizen/tizen-manifest.xml | 2 +- Gready_Poang/Platforms/Windows/App.xaml | 4 +-- Gready_Poang/Platforms/Windows/App.xaml.cs | 2 +- .../Platforms/Windows/Package.appxmanifest | 4 +-- Gready_Poang/Platforms/Windows/app.manifest | 2 +- Gready_Poang/Platforms/iOS/AppDelegate.cs | 2 +- Gready_Poang/Platforms/iOS/Program.cs | 2 +- Gready_Poang/Views/ParticipantListView.xaml | 8 +++--- .../Views/ParticipantListView.xaml.cs | 4 +-- Gready_Poang/Views/RoundRunningView.xaml | 12 ++++----- Gready_Poang/Views/RoundRunningView.xaml.cs | 6 ++--- Gready_Poang/Views/RoundStartingView.xaml | 10 +++---- Gready_Poang/Views/RoundStartingView.xaml.cs | 4 +-- Gready_Poang/ViewsPartial/HeaderView.xaml | 2 +- Gready_Poang/ViewsPartial/HeaderView.xaml.cs | 2 +- Gready_Poang/ViewsPartial/SplashView.xaml | 4 +-- Gready_Poang/ViewsPartial/SplashView.xaml.cs | 4 +-- 96 files changed, 239 insertions(+), 236 deletions(-) diff --git a/Common.Library/BaseClasses/ViewModelBase.cs b/Common.Library/BaseClasses/ViewModelBase.cs index e33b2e7..da680b0 100644 --- a/Common.Library/BaseClasses/ViewModelBase.cs +++ b/Common.Library/BaseClasses/ViewModelBase.cs @@ -1,4 +1,4 @@ -//using GreadyPoang.DataLayer; +//using Gready_Poang.DataLayer; namespace Common.Library; public class ViewModelBase : CommonBase diff --git a/Gready_Poang.Common/Base/BehaviorBase.cs b/Gready_Poang.Common/Base/BehaviorBase.cs index f175645..7f53519 100644 --- a/Gready_Poang.Common/Base/BehaviorBase.cs +++ b/Gready_Poang.Common/Base/BehaviorBase.cs @@ -1,4 +1,4 @@ -namespace GreadyPoang.Common; +namespace Gready_Poang.Common; public class BehaviorBase : Behavior where T : BindableObject { diff --git a/Gready_Poang.Common/Specifics/DigitsOnlyBehavior.cs b/Gready_Poang.Common/Specifics/DigitsOnlyBehavior.cs index 4c1f2f7..6f1aab7 100644 --- a/Gready_Poang.Common/Specifics/DigitsOnlyBehavior.cs +++ b/Gready_Poang.Common/Specifics/DigitsOnlyBehavior.cs @@ -1,6 +1,6 @@ using System.Text.RegularExpressions; -namespace GreadyPoang.Common; +namespace Gready_Poang.Common; public class DigitsOnlyBehavior : Behavior { diff --git a/Gready_Poang.Common/Specifics/EventToCommandBehavior.cs b/Gready_Poang.Common/Specifics/EventToCommandBehavior.cs index bc6c35b..6257183 100644 --- a/Gready_Poang.Common/Specifics/EventToCommandBehavior.cs +++ b/Gready_Poang.Common/Specifics/EventToCommandBehavior.cs @@ -1,7 +1,7 @@ using System.Reflection; using System.Windows.Input; -namespace GreadyPoang.Common; +namespace Gready_Poang.Common; public class EventToCommandBehavior : BehaviorBase { public required string EventName { get; set; } diff --git a/Gready_Poang.DataLayer/DataClasses/CombinedRepository.cs b/Gready_Poang.DataLayer/DataClasses/CombinedRepository.cs index 46860b7..0a25731 100644 --- a/Gready_Poang.DataLayer/DataClasses/CombinedRepository.cs +++ b/Gready_Poang.DataLayer/DataClasses/CombinedRepository.cs @@ -1,8 +1,8 @@ -using GreadyPoang.DataLayer.Database; -using GreadyPoang.EntityLayer; +using Gready_Poang.DataLayer.Database; +using Gready_Poang.EntityLayer; using Microsoft.EntityFrameworkCore; -namespace GreadyPoang.DataLayer; +namespace Gready_Poang.DataLayer; public class CombinedRepository : ICombinedRepository { diff --git a/Gready_Poang.DataLayer/DataClasses/GamePointRepository.cs b/Gready_Poang.DataLayer/DataClasses/GamePointRepository.cs index f71a129..979b288 100644 --- a/Gready_Poang.DataLayer/DataClasses/GamePointRepository.cs +++ b/Gready_Poang.DataLayer/DataClasses/GamePointRepository.cs @@ -1,9 +1,9 @@ using Common.Library; -using GreadyPoang.DataLayer.Database; -using GreadyPoang.EntityLayer; +using Gready_Poang.DataLayer.Database; +using Gready_Poang.EntityLayer; using Microsoft.EntityFrameworkCore; -namespace GreadyPoang.DataLayer; +namespace Gready_Poang.DataLayer; public class GamePointRepository : IRepository { diff --git a/Gready_Poang.DataLayer/DataClasses/GameRoundRepository.cs b/Gready_Poang.DataLayer/DataClasses/GameRoundRepository.cs index 392e467..1121f11 100644 --- a/Gready_Poang.DataLayer/DataClasses/GameRoundRepository.cs +++ b/Gready_Poang.DataLayer/DataClasses/GameRoundRepository.cs @@ -1,9 +1,9 @@ using Common.Library; -using GreadyPoang.DataLayer.Database; -using GreadyPoang.EntityLayer; +using Gready_Poang.DataLayer.Database; +using Gready_Poang.EntityLayer; using Microsoft.EntityFrameworkCore; -namespace GreadyPoang.DataLayer; +namespace Gready_Poang.DataLayer; public class GameRoundRepository : IRepository { diff --git a/Gready_Poang.DataLayer/DataClasses/ParticipantRepository.cs b/Gready_Poang.DataLayer/DataClasses/ParticipantRepository.cs index af72206..b7daab7 100644 --- a/Gready_Poang.DataLayer/DataClasses/ParticipantRepository.cs +++ b/Gready_Poang.DataLayer/DataClasses/ParticipantRepository.cs @@ -1,9 +1,9 @@ using Common.Library; -using GreadyPoang.DataLayer.Database; -using GreadyPoang.EntityLayer; +using Gready_Poang.DataLayer.Database; +using Gready_Poang.EntityLayer; using Microsoft.EntityFrameworkCore; -namespace GreadyPoang.DataLayer; +namespace Gready_Poang.DataLayer; public class ParticipantRepository : IRepository { diff --git a/Gready_Poang.DataLayer/Database/DataContext.cs b/Gready_Poang.DataLayer/Database/DataContext.cs index f602108..2ae567f 100644 --- a/Gready_Poang.DataLayer/Database/DataContext.cs +++ b/Gready_Poang.DataLayer/Database/DataContext.cs @@ -1,7 +1,7 @@ -using GreadyPoang.EntityLayer; +using Gready_Poang.EntityLayer; using Microsoft.EntityFrameworkCore; -namespace GreadyPoang.DataLayer.Database; +namespace Gready_Poang.DataLayer.Database; public class DataContext : DbContext { diff --git a/Gready_Poang.DataLayer/LocalInterfaces/ICombinedRepository.cs b/Gready_Poang.DataLayer/LocalInterfaces/ICombinedRepository.cs index fe7d614..761e554 100644 --- a/Gready_Poang.DataLayer/LocalInterfaces/ICombinedRepository.cs +++ b/Gready_Poang.DataLayer/LocalInterfaces/ICombinedRepository.cs @@ -1,7 +1,7 @@  -using GreadyPoang.EntityLayer; +using Gready_Poang.EntityLayer; -namespace GreadyPoang.DataLayer; +namespace Gready_Poang.DataLayer; public interface ICombinedRepository { diff --git a/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.Designer.cs index 680fd3a..f51b0e2 100644 --- a/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.Designer.cs @@ -1,5 +1,5 @@ // -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250901152226_initialCreate")] @@ -19,7 +19,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.cs b/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.cs index 72e7638..333ee8d 100644 --- a/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.cs +++ b/Gready_Poang.DataLayer/Migrations/20250901152226_initialCreate.cs @@ -4,7 +4,7 @@ #pragma warning disable CA1814 // Prefer jagged arrays over multidimensional -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class initialCreate : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.Designer.cs index 05d8650..31301dc 100644 --- a/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250902115700_GamePointsTable")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -84,7 +84,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.cs b/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.cs index e5f346f..12a1481 100644 --- a/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.cs +++ b/Gready_Poang.DataLayer/Migrations/20250902115700_GamePointsTable.cs @@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Migrations; #pragma warning disable CA1814 // Prefer jagged arrays over multidimensional -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class GamePointsTable : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.Designer.cs index 2436097..79a4b7e 100644 --- a/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250902120934_GamePointsTableStaticSeed")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -84,7 +84,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.cs b/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.cs index 133961e..0f0fdf4 100644 --- a/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.cs +++ b/Gready_Poang.DataLayer/Migrations/20250902120934_GamePointsTableStaticSeed.cs @@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class GamePointsTableStaticSeed : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.Designer.cs index 046bce8..d076a54 100644 --- a/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250902122130_FixDateTimeSeed")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -84,7 +84,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.cs b/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.cs index 5541faa..9cec91f 100644 --- a/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.cs +++ b/Gready_Poang.DataLayer/Migrations/20250902122130_FixDateTimeSeed.cs @@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore.Migrations; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class FixDateTimeSeed : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.Designer.cs index 8092022..38e9875 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250903062957_FixHeatToRoundParameter")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -84,7 +84,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.cs b/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.cs index 8f10e1c..c59d240 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903062957_FixHeatToRoundParameter.cs @@ -2,7 +2,7 @@ #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class FixHeatToRoundParameter : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.Designer.cs index 0ced9ca..becde20 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250903070200_FixHeatToRoundParams")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -84,7 +84,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.cs b/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.cs index b51d2a6..741d12b 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903070200_FixHeatToRoundParams.cs @@ -2,7 +2,7 @@ #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class FixHeatToRoundParams : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.Designer.cs index ea5f5eb..2e9cd62 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250903074537_AddedStatusEnum")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -84,7 +84,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.cs b/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.cs index 7a05ec8..4150562 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903074537_AddedStatusEnum.cs @@ -2,7 +2,7 @@ #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class AddedStatusEnum : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.Designer.cs index db2a9d7..30d566f 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250903195147_AddedTableGameRounds")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -91,7 +91,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.GameRound", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GameRound", b => { b.Property("GameRoundId") .ValueGeneratedOnAdd() @@ -128,7 +128,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.cs b/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.cs index d01a536..5ff18c2 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903195147_AddedTableGameRounds.cs @@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Migrations; #pragma warning disable CA1814 // Prefer jagged arrays over multidimensional -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class AddedTableGameRounds : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.Designer.cs index 13e9a6c..8606be5 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250903195935_ChangedUpdateOrderInSeeding")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -91,7 +91,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.GameRound", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GameRound", b => { b.Property("GameRoundId") .ValueGeneratedOnAdd() @@ -128,7 +128,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.cs b/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.cs index 840f094..9dbcdf0 100644 --- a/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.cs +++ b/Gready_Poang.DataLayer/Migrations/20250903195935_ChangedUpdateOrderInSeeding.cs @@ -2,7 +2,7 @@ #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class ChangedUpdateOrderInSeeding : Migration diff --git a/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.Designer.cs b/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.Designer.cs index e1e888f..f3429a5 100644 --- a/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.Designer.cs +++ b/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.Designer.cs @@ -1,6 +1,6 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; @@ -8,7 +8,7 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] [Migration("20250914064850_statusfieldmove")] @@ -20,7 +20,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -84,7 +84,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.GameRound", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GameRound", b => { b.Property("GameRoundId") .ValueGeneratedOnAdd() @@ -127,7 +127,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.cs b/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.cs index cfed5ae..b008040 100644 --- a/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.cs +++ b/Gready_Poang.DataLayer/Migrations/20250914064850_statusfieldmove.cs @@ -2,7 +2,7 @@ #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { /// public partial class statusfieldmove : Migration diff --git a/Gready_Poang.DataLayer/Migrations/DataContextModelSnapshot.cs b/Gready_Poang.DataLayer/Migrations/DataContextModelSnapshot.cs index 0eabf33..7f3a19a 100644 --- a/Gready_Poang.DataLayer/Migrations/DataContextModelSnapshot.cs +++ b/Gready_Poang.DataLayer/Migrations/DataContextModelSnapshot.cs @@ -1,13 +1,13 @@ // using System; -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable -namespace GreadyPoang.DataLayer.Migrations +namespace Gready_Poang.DataLayer.Migrations { [DbContext(typeof(DataContext))] partial class DataContextModelSnapshot : ModelSnapshot @@ -17,7 +17,7 @@ namespace GreadyPoang.DataLayer.Migrations #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "9.0.8"); - modelBuilder.Entity("GreadyPoang.EntityLayer.GamePoint", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GamePoint", b => { b.Property("GamePointId") .ValueGeneratedOnAdd() @@ -81,7 +81,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.GameRound", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.GameRound", b => { b.Property("GameRoundId") .ValueGeneratedOnAdd() @@ -124,7 +124,7 @@ namespace GreadyPoang.DataLayer.Migrations }); }); - modelBuilder.Entity("GreadyPoang.EntityLayer.Participant", b => + modelBuilder.Entity("Gready_Poang.EntityLayer.Participant", b => { b.Property("ParticipantId") .ValueGeneratedOnAdd() diff --git a/Gready_Poang.EntityLayer/EntityClasses/GamePoint.cs b/Gready_Poang.EntityLayer/EntityClasses/GamePoint.cs index 1bd6b85..60a164a 100644 --- a/Gready_Poang.EntityLayer/EntityClasses/GamePoint.cs +++ b/Gready_Poang.EntityLayer/EntityClasses/GamePoint.cs @@ -1,7 +1,7 @@ using Common.Library; using SQLite; -namespace GreadyPoang.EntityLayer; +namespace Gready_Poang.EntityLayer; [Table("GamePoint")] public class GamePoint : EntityBase { diff --git a/Gready_Poang.EntityLayer/EntityClasses/GameRound.cs b/Gready_Poang.EntityLayer/EntityClasses/GameRound.cs index f1e638e..a0002f9 100644 --- a/Gready_Poang.EntityLayer/EntityClasses/GameRound.cs +++ b/Gready_Poang.EntityLayer/EntityClasses/GameRound.cs @@ -1,7 +1,7 @@ using Common.Library; using SQLite; -namespace GreadyPoang.EntityLayer; +namespace Gready_Poang.EntityLayer; [Table("GameRound")] diff --git a/Gready_Poang.EntityLayer/EntityClasses/Participant.cs b/Gready_Poang.EntityLayer/EntityClasses/Participant.cs index b18b9bd..cdc3613 100644 --- a/Gready_Poang.EntityLayer/EntityClasses/Participant.cs +++ b/Gready_Poang.EntityLayer/EntityClasses/Participant.cs @@ -1,7 +1,7 @@ using Common.Library; using SQLite; -namespace GreadyPoang.EntityLayer; +namespace Gready_Poang.EntityLayer; [Table("Participants")] public class Participant : EntityBase { diff --git a/Gready_Poang.EntityLayer/Enums/GamePointStatus.cs b/Gready_Poang.EntityLayer/Enums/GamePointStatus.cs index c2700de..b12de6c 100644 --- a/Gready_Poang.EntityLayer/Enums/GamePointStatus.cs +++ b/Gready_Poang.EntityLayer/Enums/GamePointStatus.cs @@ -1,4 +1,4 @@ -namespace GreadyPoang.EntityLayer; +namespace Gready_Poang.EntityLayer; public enum GamePointStatus { diff --git a/Gready_Poang.EntityLayer/HelperEntities/PlayerColumn.cs b/Gready_Poang.EntityLayer/HelperEntities/PlayerColumn.cs index 41cae42..27af571 100644 --- a/Gready_Poang.EntityLayer/HelperEntities/PlayerColumn.cs +++ b/Gready_Poang.EntityLayer/HelperEntities/PlayerColumn.cs @@ -1,6 +1,6 @@ using Common.Library; -namespace GreadyPoang.EntityLayer; +namespace Gready_Poang.EntityLayer; public class PlayerColumn : EntityBase { diff --git a/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderElement.cs b/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderElement.cs index f956bf7..ccbfb9e 100644 --- a/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderElement.cs +++ b/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderElement.cs @@ -1,6 +1,6 @@ using Common.Library; -namespace GreadyPoang.EntityLayer; +namespace Gready_Poang.EntityLayer; public class RoundBuilderElement : EntityBase { diff --git a/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderGroup.cs b/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderGroup.cs index 7e01867..7c32994 100644 --- a/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderGroup.cs +++ b/Gready_Poang.EntityLayer/HelperEntities/RoundBuilderGroup.cs @@ -1,6 +1,6 @@ using Common.Library; -namespace GreadyPoang.EntityLayer; +namespace Gready_Poang.EntityLayer; public class RoundBuilderGroup : EntityBase { diff --git a/Gready_Poang.Migrations/Program.cs b/Gready_Poang.Migrations/Program.cs index d82150b..6b73d0b 100644 --- a/Gready_Poang.Migrations/Program.cs +++ b/Gready_Poang.Migrations/Program.cs @@ -1,4 +1,4 @@ -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Hosting; // Replace with your actual namespace @@ -22,12 +22,12 @@ class Program .ConfigureServices((_, services) => { var MauiDataPath = string.Empty; - MauiDataPath = File.ReadAllText(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "MauiDataPath_GreadyPoang.txt")); + MauiDataPath = File.ReadAllText(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "MauiDataPath_Gready_Poang.txt")); var dbPath = Path.Combine(MauiDataPath, "PoangDB.db"); services.AddDbContext(options => options.UseSqlite($"Data Source={dbPath}")); }); } -// dotnet ef migrations add FixHeatToRoundParams --project GreadyPoang.DataLayer --startup-project GreadyPoang.Migrations -// dotnet ef database update --project GreadyPoang.DataLayer --startup-project GreadyPoang.Migrations \ No newline at end of file +// dotnet ef migrations add FixHeatToRoundParams --project Gready_Poang.DataLayer --startup-project Gready_Poang.Migrations +// dotnet ef database update --project Gready_Poang.DataLayer --startup-project Gready_Poang.Migrations \ No newline at end of file diff --git a/Gready_Poang.Services/Services/Implements/ObjectMessageService.cs b/Gready_Poang.Services/Services/Implements/ObjectMessageService.cs index 2a8fa18..840a58f 100644 --- a/Gready_Poang.Services/Services/Implements/ObjectMessageService.cs +++ b/Gready_Poang.Services/Services/Implements/ObjectMessageService.cs @@ -1,6 +1,6 @@ -using GreadyPoang.EntityLayer; +using Gready_Poang.EntityLayer; -namespace GreadyPoang.Services; +namespace Gready_Poang.Services; public class ObjectMessageService : IObjectMessageService { diff --git a/Gready_Poang.Services/Services/Interfaces/IObjectMessageService.cs b/Gready_Poang.Services/Services/Interfaces/IObjectMessageService.cs index 81203a1..31cf14d 100644 --- a/Gready_Poang.Services/Services/Interfaces/IObjectMessageService.cs +++ b/Gready_Poang.Services/Services/Interfaces/IObjectMessageService.cs @@ -1,6 +1,6 @@ -using GreadyPoang.EntityLayer; +using Gready_Poang.EntityLayer; -namespace GreadyPoang.Services +namespace Gready_Poang.Services { public interface IObjectMessageService { diff --git a/Gready_Poang.ViewModelLayer/Interfaces/INavigationService.cs b/Gready_Poang.ViewModelLayer/Interfaces/INavigationService.cs index a1a18c0..54c09b8 100644 --- a/Gready_Poang.ViewModelLayer/Interfaces/INavigationService.cs +++ b/Gready_Poang.ViewModelLayer/Interfaces/INavigationService.cs @@ -1,4 +1,4 @@ -namespace GreadyPoang.Core; +namespace Gready_Poang.Core; public interface INavigationService { diff --git a/Gready_Poang.ViewModelLayer/Interfaces/IPageFactory.cs b/Gready_Poang.ViewModelLayer/Interfaces/IPageFactory.cs index b45d9df..82e55c4 100644 --- a/Gready_Poang.ViewModelLayer/Interfaces/IPageFactory.cs +++ b/Gready_Poang.ViewModelLayer/Interfaces/IPageFactory.cs @@ -1,4 +1,4 @@ -namespace GreadyPoang.Core; +namespace Gready_Poang.Core; public interface IPageFactory { diff --git a/Gready_Poang.ViewModelLayer/Interfaces/ISplashService.cs b/Gready_Poang.ViewModelLayer/Interfaces/ISplashService.cs index 31d5247..a555da8 100644 --- a/Gready_Poang.ViewModelLayer/Interfaces/ISplashService.cs +++ b/Gready_Poang.ViewModelLayer/Interfaces/ISplashService.cs @@ -1,5 +1,5 @@  -namespace GreadyPoang.Core; +namespace Gready_Poang.Core; public interface ISplashService { diff --git a/Gready_Poang.ViewModelLayer/ViewModelClasses/AppShellViewModel.cs b/Gready_Poang.ViewModelLayer/ViewModelClasses/AppShellViewModel.cs index dfa88c4..2898363 100644 --- a/Gready_Poang.ViewModelLayer/ViewModelClasses/AppShellViewModel.cs +++ b/Gready_Poang.ViewModelLayer/ViewModelClasses/AppShellViewModel.cs @@ -1,6 +1,6 @@ using Common.Library; -namespace GreadyPoang.ViewModelLayer; +namespace Gready_Poang.ViewModelLayer; public class AppShellViewModel : ViewModelBase { diff --git a/Gready_Poang.ViewModelLayer/ViewModelClasses/MainPageViewModel.cs b/Gready_Poang.ViewModelLayer/ViewModelClasses/MainPageViewModel.cs index 1656052..8721e40 100644 --- a/Gready_Poang.ViewModelLayer/ViewModelClasses/MainPageViewModel.cs +++ b/Gready_Poang.ViewModelLayer/ViewModelClasses/MainPageViewModel.cs @@ -1,7 +1,7 @@ using Common.Library; -using GreadyPoang.Services; +using Gready_Poang.Services; -namespace GreadyPoang.ViewModelLayer; +namespace Gready_Poang.ViewModelLayer; public class MainPageViewModel : ViewModelBase { diff --git a/Gready_Poang.ViewModelLayer/ViewModelClasses/MethodSharingService.cs b/Gready_Poang.ViewModelLayer/ViewModelClasses/MethodSharingService.cs index 46a95c2..05dc77f 100644 --- a/Gready_Poang.ViewModelLayer/ViewModelClasses/MethodSharingService.cs +++ b/Gready_Poang.ViewModelLayer/ViewModelClasses/MethodSharingService.cs @@ -1,8 +1,8 @@ using Common.Library; -using GreadyPoang.EntityLayer; +using Gready_Poang.EntityLayer; using System.Collections.ObjectModel; -namespace GreadyPoang.ViewModelLayer; +namespace Gready_Poang.ViewModelLayer; public class MethodSharingService : ViewModelBase, IMethodSharingService { diff --git a/Gready_Poang.ViewModelLayer/ViewModelClasses/ParticipantViewModel.cs b/Gready_Poang.ViewModelLayer/ViewModelClasses/ParticipantViewModel.cs index 06105cd..80e5cf8 100644 --- a/Gready_Poang.ViewModelLayer/ViewModelClasses/ParticipantViewModel.cs +++ b/Gready_Poang.ViewModelLayer/ViewModelClasses/ParticipantViewModel.cs @@ -1,10 +1,10 @@ using Common.Library; -using GreadyPoang.EntityLayer; -using GreadyPoang.Services; +using Gready_Poang.EntityLayer; +using Gready_Poang.Services; using System.Collections.ObjectModel; -namespace GreadyPoang.ViewModelLayer; +namespace Gready_Poang.ViewModelLayer; public class ParticipantViewModel : ViewModelBase { diff --git a/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundRunningViewModel.cs b/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundRunningViewModel.cs index 234e2c3..1f8999a 100644 --- a/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundRunningViewModel.cs +++ b/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundRunningViewModel.cs @@ -1,12 +1,12 @@ using Common.Library; -using GreadyPoang.Core; -using GreadyPoang.DataLayer; -using GreadyPoang.EntityLayer; -using GreadyPoang.Services; +using Gready_Poang.Core; +using Gready_Poang.DataLayer; +using Gready_Poang.EntityLayer; +using Gready_Poang.Services; using System.Collections.ObjectModel; using System.Diagnostics; -namespace GreadyPoang.ViewModelLayer; +namespace Gready_Poang.ViewModelLayer; public class RoundRunningViewModel : ViewModelBase { @@ -142,6 +142,7 @@ public class RoundRunningViewModel : ViewModelBase var localElements = _combined.roundBuilderElementsTotalById(_objectMessage.CurrentGroup.GameRoundId); FillupResultTable(localElements); + foreach (var col in _playerColumns) { RoundElements.FirstOrDefault(e => e.ParticipantId == col.PlayerId).GameRegPoints = col.PlayerPoints; @@ -270,7 +271,9 @@ public class RoundRunningViewModel : ViewModelBase { var player = new PlayerColumn { - PlayerName = element.ParticipantName + PlayerName = element.ParticipantName, + PlayerId = element.ParticipantId, + PlayerPoints = 0 }; for (int i = 0; i < slumper.Next(6); i++) diff --git a/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundStartingViewModel.cs b/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundStartingViewModel.cs index f32a9d7..3f8a042 100644 --- a/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundStartingViewModel.cs +++ b/Gready_Poang.ViewModelLayer/ViewModelClasses/RoundStartingViewModel.cs @@ -1,12 +1,12 @@ using Common.Library; -using GreadyPoang.Core; -using GreadyPoang.DataLayer; -using GreadyPoang.EntityLayer; -using GreadyPoang.Services; +using Gready_Poang.Core; +using Gready_Poang.DataLayer; +using Gready_Poang.EntityLayer; +using Gready_Poang.Services; using System.Collections.ObjectModel; using System.Diagnostics; -namespace GreadyPoang.ViewModelLayer; +namespace Gready_Poang.ViewModelLayer; public class RoundStartingViewModel : ViewModelBase { diff --git a/Gready_Poang.ViewModelLayer/ViewModelClasses/SplashViewModel.cs b/Gready_Poang.ViewModelLayer/ViewModelClasses/SplashViewModel.cs index cecf2d0..aa6d616 100644 --- a/Gready_Poang.ViewModelLayer/ViewModelClasses/SplashViewModel.cs +++ b/Gready_Poang.ViewModelLayer/ViewModelClasses/SplashViewModel.cs @@ -1,6 +1,6 @@ using Common.Library; -namespace GreadyPoang.ViewModelLayer; +namespace Gready_Poang.ViewModelLayer; public class SplashViewModel : ViewModelBase { diff --git a/Gready_Poang/App.xaml b/Gready_Poang/App.xaml index f937e9c..a0d63e9 100644 --- a/Gready_Poang/App.xaml +++ b/Gready_Poang/App.xaml @@ -1,8 +1,8 @@  + xmlns:local="clr-namespace:Gready_Poang" + x:Class="Gready_Poang.App"> diff --git a/Gready_Poang/App.xaml.cs b/Gready_Poang/App.xaml.cs index ee69b7e..9af81ab 100644 --- a/Gready_Poang/App.xaml.cs +++ b/Gready_Poang/App.xaml.cs @@ -1,7 +1,7 @@ -using GreadyPoang.DataLayer.Database; +using Gready_Poang.DataLayer.Database; using System.Diagnostics; -namespace GreadyPoang; +namespace Gready_Poang; public partial class App : Application { diff --git a/Gready_Poang/AppShell.xaml b/Gready_Poang/AppShell.xaml index 4bcae85..d8e5967 100644 --- a/Gready_Poang/AppShell.xaml +++ b/Gready_Poang/AppShell.xaml @@ -1,13 +1,13 @@ diff --git a/Gready_Poang/AppShell.xaml.cs b/Gready_Poang/AppShell.xaml.cs index ae96b64..f97eeb6 100644 --- a/Gready_Poang/AppShell.xaml.cs +++ b/Gready_Poang/AppShell.xaml.cs @@ -1,7 +1,7 @@ -using GreadyPoang.Core; -using GreadyPoang.ViewModelLayer; +using Gready_Poang.Core; +using Gready_Poang.ViewModelLayer; -namespace GreadyPoang +namespace Gready_Poang { public partial class AppShell : Shell { diff --git a/Gready_Poang/BasePage.xaml b/Gready_Poang/BasePage.xaml index 16166ab..cb7a93b 100644 --- a/Gready_Poang/BasePage.xaml +++ b/Gready_Poang/BasePage.xaml @@ -1,8 +1,8 @@ diff --git a/Gready_Poang/BasePage.xaml.cs b/Gready_Poang/BasePage.xaml.cs index 444d4d7..23f42a0 100644 --- a/Gready_Poang/BasePage.xaml.cs +++ b/Gready_Poang/BasePage.xaml.cs @@ -1,6 +1,6 @@ -using GreadyPoang.CommandClasses; +using Gready_Poang.CommandClasses; -namespace GreadyPoang; +namespace Gready_Poang; public partial class BasePage : ContentPage { diff --git a/Gready_Poang/CommandClasses/AppShellViewModelCommands.cs b/Gready_Poang/CommandClasses/AppShellViewModelCommands.cs index 28ed037..1d90b58 100644 --- a/Gready_Poang/CommandClasses/AppShellViewModelCommands.cs +++ b/Gready_Poang/CommandClasses/AppShellViewModelCommands.cs @@ -1,6 +1,6 @@ -using GreadyPoang.ViewModelLayer; +using Gready_Poang.ViewModelLayer; -namespace GreadyPoang.CommandClasses; +namespace Gready_Poang.CommandClasses; public class AppShellViewModelCommands : AppShellViewModel { diff --git a/Gready_Poang/CommandClasses/MainPageViewModelCommands.cs b/Gready_Poang/CommandClasses/MainPageViewModelCommands.cs index c295f5b..ad99cd3 100644 --- a/Gready_Poang/CommandClasses/MainPageViewModelCommands.cs +++ b/Gready_Poang/CommandClasses/MainPageViewModelCommands.cs @@ -1,7 +1,7 @@ -using GreadyPoang.Services; -using GreadyPoang.ViewModelLayer; +using Gready_Poang.Services; +using Gready_Poang.ViewModelLayer; -namespace GreadyPoang.CommandClasses; +namespace Gready_Poang.CommandClasses; public class MainPageViewModelCommands : MainPageViewModel { diff --git a/Gready_Poang/CommandClasses/ParticipantViewModelCommands.cs b/Gready_Poang/CommandClasses/ParticipantViewModelCommands.cs index 9ee4615..91c34c6 100644 --- a/Gready_Poang/CommandClasses/ParticipantViewModelCommands.cs +++ b/Gready_Poang/CommandClasses/ParticipantViewModelCommands.cs @@ -1,11 +1,11 @@ using Common.Library; -using GreadyPoang.EntityLayer; -using GreadyPoang.Services; -using GreadyPoang.ViewModelLayer; +using Gready_Poang.EntityLayer; +using Gready_Poang.Services; +using Gready_Poang.ViewModelLayer; using System.Windows.Input; -namespace GreadyPoang.CommandClasses; +namespace Gready_Poang.CommandClasses; public class ParticipantViewModelCommands : ParticipantViewModel { diff --git a/Gready_Poang/CommandClasses/RoundRunningViewModelCommands.cs b/Gready_Poang/CommandClasses/RoundRunningViewModelCommands.cs index d16ec5e..cf62a34 100644 --- a/Gready_Poang/CommandClasses/RoundRunningViewModelCommands.cs +++ b/Gready_Poang/CommandClasses/RoundRunningViewModelCommands.cs @@ -1,12 +1,12 @@ using Common.Library; -using GreadyPoang.Core; -using GreadyPoang.DataLayer; -using GreadyPoang.EntityLayer; -using GreadyPoang.Services; -using GreadyPoang.ViewModelLayer; +using Gready_Poang.Core; +using Gready_Poang.DataLayer; +using Gready_Poang.EntityLayer; +using Gready_Poang.Services; +using Gready_Poang.ViewModelLayer; using System.Windows.Input; -namespace GreadyPoang.CommandClasses; +namespace Gready_Poang.CommandClasses; public class RoundRunningViewModelCommands : RoundRunningViewModel { diff --git a/Gready_Poang/CommandClasses/RoundStartingViewModelCommands.cs b/Gready_Poang/CommandClasses/RoundStartingViewModelCommands.cs index 8784549..c64ada0 100644 --- a/Gready_Poang/CommandClasses/RoundStartingViewModelCommands.cs +++ b/Gready_Poang/CommandClasses/RoundStartingViewModelCommands.cs @@ -1,12 +1,12 @@ using Common.Library; -using GreadyPoang.Core; -using GreadyPoang.DataLayer; -using GreadyPoang.EntityLayer; -using GreadyPoang.Services; -using GreadyPoang.ViewModelLayer; +using Gready_Poang.Core; +using Gready_Poang.DataLayer; +using Gready_Poang.EntityLayer; +using Gready_Poang.Services; +using Gready_Poang.ViewModelLayer; using System.Windows.Input; -namespace GreadyPoang.CommandClasses; +namespace Gready_Poang.CommandClasses; public class RoundStartingViewModelCommands : RoundStartingViewModel { diff --git a/Gready_Poang/CommandClasses/SplashViewModelCommands.cs b/Gready_Poang/CommandClasses/SplashViewModelCommands.cs index 942444b..6f1b887 100644 --- a/Gready_Poang/CommandClasses/SplashViewModelCommands.cs +++ b/Gready_Poang/CommandClasses/SplashViewModelCommands.cs @@ -1,6 +1,6 @@ -using GreadyPoang.ViewModelLayer; +using Gready_Poang.ViewModelLayer; -namespace GreadyPoang.CommandClasses; +namespace Gready_Poang.CommandClasses; public class SplashViewModelCommands : SplashViewModel { diff --git a/Gready_Poang/Core/NavigationService.cs b/Gready_Poang/Core/NavigationService.cs index 06756ff..17ad328 100644 --- a/Gready_Poang/Core/NavigationService.cs +++ b/Gready_Poang/Core/NavigationService.cs @@ -1,4 +1,4 @@ -namespace GreadyPoang.Core; +namespace Gready_Poang.Core; public class NavigationService : INavigationService { diff --git a/Gready_Poang/Core/PageFactory.cs b/Gready_Poang/Core/PageFactory.cs index f8982db..718b9ad 100644 --- a/Gready_Poang/Core/PageFactory.cs +++ b/Gready_Poang/Core/PageFactory.cs @@ -1,8 +1,8 @@ -using GreadyPoang.CommandClasses; -using GreadyPoang.Core; -using GreadyPoang.Pages; +using Gready_Poang.CommandClasses; +using Gready_Poang.Core; +using Gready_Poang.Pages; -namespace GreadyPoang; +namespace Gready_Poang; public class PageFactory : IPageFactory { diff --git a/Gready_Poang/Core/ServiceLocator.cs b/Gready_Poang/Core/ServiceLocator.cs index 898a6f4..f073327 100644 --- a/Gready_Poang/Core/ServiceLocator.cs +++ b/Gready_Poang/Core/ServiceLocator.cs @@ -1,6 +1,6 @@ -using GreadyPoang.InterFaces; +using Gready_Poang.InterFaces; -namespace GreadyPoang; +namespace Gready_Poang; public class ServiceLocator : IServiceLocator { diff --git a/Gready_Poang/InterFaces/IServiceLocator.cs b/Gready_Poang/InterFaces/IServiceLocator.cs index d6ae444..84c1fd6 100644 --- a/Gready_Poang/InterFaces/IServiceLocator.cs +++ b/Gready_Poang/InterFaces/IServiceLocator.cs @@ -4,7 +4,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; -namespace GreadyPoang.InterFaces; +namespace Gready_Poang.InterFaces; public interface IServiceLocator { diff --git a/Gready_Poang/LocalServices/Implements/SplashService.cs b/Gready_Poang/LocalServices/Implements/SplashService.cs index 7af6a7c..aa732ba 100644 --- a/Gready_Poang/LocalServices/Implements/SplashService.cs +++ b/Gready_Poang/LocalServices/Implements/SplashService.cs @@ -1,7 +1,7 @@ -using GreadyPoang.CommandClasses; -using GreadyPoang.Core; +using Gready_Poang.CommandClasses; +using Gready_Poang.Core; -namespace GreadyPoang.LocalServices; +namespace Gready_Poang.LocalServices; public class SplashService : ISplashService { diff --git a/Gready_Poang/MainPage.xaml b/Gready_Poang/MainPage.xaml index a9ffb2f..6848933 100644 --- a/Gready_Poang/MainPage.xaml +++ b/Gready_Poang/MainPage.xaml @@ -1,9 +1,9 @@  diff --git a/Gready_Poang/MainPage.xaml.cs b/Gready_Poang/MainPage.xaml.cs index 2769e9b..0bb61f3 100644 --- a/Gready_Poang/MainPage.xaml.cs +++ b/Gready_Poang/MainPage.xaml.cs @@ -1,6 +1,6 @@ -using GreadyPoang.CommandClasses; +using Gready_Poang.CommandClasses; -namespace GreadyPoang; +namespace Gready_Poang; public partial class MainPage : ContentPage { diff --git a/Gready_Poang/MauiProgram.cs b/Gready_Poang/MauiProgram.cs index 8a863fa..ca7cd6f 100644 --- a/Gready_Poang/MauiProgram.cs +++ b/Gready_Poang/MauiProgram.cs @@ -1,18 +1,18 @@ using Common.Library; -using GreadyPoang.CommandClasses; -using GreadyPoang.Core; -using GreadyPoang.DataLayer; -using GreadyPoang.DataLayer.Database; -using GreadyPoang.EntityLayer; -using GreadyPoang.InterFaces; -using GreadyPoang.LocalServices; -using GreadyPoang.Services; -using GreadyPoang.ViewModelLayer; -using GreadyPoang.Views; +using Gready_Poang.CommandClasses; +using Gready_Poang.Core; +using Gready_Poang.DataLayer; +using Gready_Poang.DataLayer.Database; +using Gready_Poang.EntityLayer; +using Gready_Poang.InterFaces; +using Gready_Poang.LocalServices; +using Gready_Poang.Services; +using Gready_Poang.ViewModelLayer; +using Gready_Poang.Views; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; -namespace GreadyPoang; +namespace Gready_Poang; public static class MauiProgram { @@ -33,9 +33,9 @@ public static class MauiProgram builder.Services.AddDbContext(options => { var MauiDataPath = FileSystem.Current.AppDataDirectory; - if (!File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "MauiDataPath_GreadyPoang.txt"))) ; + if (!File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "MauiDataPath_Gready_Poang.txt"))) ; { - File.WriteAllText(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "MauiDataPath_GreadyPoang.txt"), MauiDataPath); + File.WriteAllText(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "MauiDataPath_Gready_Poang.txt"), MauiDataPath); } var dbPath = Path.Combine(MauiDataPath, "PoangDB.db"); options.UseSqlite($"Data Source={dbPath}"); diff --git a/Gready_Poang/Pages/ParticipantListPage.cs b/Gready_Poang/Pages/ParticipantListPage.cs index 53cda00..6f1cc90 100644 --- a/Gready_Poang/Pages/ParticipantListPage.cs +++ b/Gready_Poang/Pages/ParticipantListPage.cs @@ -1,7 +1,7 @@ -using GreadyPoang.CommandClasses; -using GreadyPoang.Views; +using Gready_Poang.CommandClasses; +using Gready_Poang.Views; -namespace GreadyPoang.Pages; +namespace Gready_Poang.Pages; public class ParticipantListPage : BasePage { diff --git a/Gready_Poang/Pages/RoundRunningPage.cs b/Gready_Poang/Pages/RoundRunningPage.cs index d8e0f81..81afb70 100644 --- a/Gready_Poang/Pages/RoundRunningPage.cs +++ b/Gready_Poang/Pages/RoundRunningPage.cs @@ -1,8 +1,8 @@ -using GreadyPoang.CommandClasses; -using GreadyPoang.Core; -using GreadyPoang.Views; +using Gready_Poang.CommandClasses; +using Gready_Poang.Core; +using Gready_Poang.Views; -namespace GreadyPoang.Pages; +namespace Gready_Poang.Pages; public class RoundRunningPage : BasePage { diff --git a/Gready_Poang/Pages/RoundStartingPage.cs b/Gready_Poang/Pages/RoundStartingPage.cs index 1c59651..4e74b61 100644 --- a/Gready_Poang/Pages/RoundStartingPage.cs +++ b/Gready_Poang/Pages/RoundStartingPage.cs @@ -1,7 +1,7 @@ -using GreadyPoang.CommandClasses; -using GreadyPoang.Views; +using Gready_Poang.CommandClasses; +using Gready_Poang.Views; -namespace GreadyPoang.Pages; +namespace Gready_Poang.Pages; public class RoundStartingPage : BasePage { diff --git a/Gready_Poang/Platforms/Android/MainActivity.cs b/Gready_Poang/Platforms/Android/MainActivity.cs index 86052ce..348a6f1 100644 --- a/Gready_Poang/Platforms/Android/MainActivity.cs +++ b/Gready_Poang/Platforms/Android/MainActivity.cs @@ -2,7 +2,7 @@ using Android.Content.PM; using Android.OS; -namespace GreadyPoang +namespace Gready_Poang { [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTop, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)] public class MainActivity : MauiAppCompatActivity diff --git a/Gready_Poang/Platforms/Android/MainApplication.cs b/Gready_Poang/Platforms/Android/MainApplication.cs index d6129dc..7b3801c 100644 --- a/Gready_Poang/Platforms/Android/MainApplication.cs +++ b/Gready_Poang/Platforms/Android/MainApplication.cs @@ -1,7 +1,7 @@ using Android.App; using Android.Runtime; -namespace GreadyPoang +namespace Gready_Poang { [Application] public class MainApplication : MauiApplication diff --git a/Gready_Poang/Platforms/MacCatalyst/AppDelegate.cs b/Gready_Poang/Platforms/MacCatalyst/AppDelegate.cs index f0dea5b..19f1e46 100644 --- a/Gready_Poang/Platforms/MacCatalyst/AppDelegate.cs +++ b/Gready_Poang/Platforms/MacCatalyst/AppDelegate.cs @@ -1,6 +1,6 @@ using Foundation; -namespace GreadyPoang +namespace Gready_Poang { [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate diff --git a/Gready_Poang/Platforms/MacCatalyst/Program.cs b/Gready_Poang/Platforms/MacCatalyst/Program.cs index ad29e7f..5af4b18 100644 --- a/Gready_Poang/Platforms/MacCatalyst/Program.cs +++ b/Gready_Poang/Platforms/MacCatalyst/Program.cs @@ -1,7 +1,7 @@ using ObjCRuntime; using UIKit; -namespace GreadyPoang +namespace Gready_Poang { public class Program { diff --git a/Gready_Poang/Platforms/Tizen/Main.cs b/Gready_Poang/Platforms/Tizen/Main.cs index 2b15a15..d762c79 100644 --- a/Gready_Poang/Platforms/Tizen/Main.cs +++ b/Gready_Poang/Platforms/Tizen/Main.cs @@ -2,7 +2,7 @@ using System; using Microsoft.Maui; using Microsoft.Maui.Hosting; -namespace GreadyPoang +namespace Gready_Poang { internal class Program : MauiApplication { diff --git a/Gready_Poang/Platforms/Tizen/tizen-manifest.xml b/Gready_Poang/Platforms/Tizen/tizen-manifest.xml index 27b0efc..b940af8 100644 --- a/Gready_Poang/Platforms/Tizen/tizen-manifest.xml +++ b/Gready_Poang/Platforms/Tizen/tizen-manifest.xml @@ -1,7 +1,7 @@  - + maui-appicon-placeholder diff --git a/Gready_Poang/Platforms/Windows/App.xaml b/Gready_Poang/Platforms/Windows/App.xaml index 996aa2a..2e38993 100644 --- a/Gready_Poang/Platforms/Windows/App.xaml +++ b/Gready_Poang/Platforms/Windows/App.xaml @@ -1,8 +1,8 @@  + xmlns:local="using:Gready_Poang.WinUI"> diff --git a/Gready_Poang/Platforms/Windows/App.xaml.cs b/Gready_Poang/Platforms/Windows/App.xaml.cs index 9d538bd..a522903 100644 --- a/Gready_Poang/Platforms/Windows/App.xaml.cs +++ b/Gready_Poang/Platforms/Windows/App.xaml.cs @@ -3,7 +3,7 @@ // To learn more about WinUI, the WinUI project structure, // and more about our project templates, see: http://aka.ms/winui-project-info. -namespace GreadyPoang.WinUI +namespace Gready_Poang.WinUI { /// /// Provides application-specific behavior to supplement the default Application class. diff --git a/Gready_Poang/Platforms/Windows/Package.appxmanifest b/Gready_Poang/Platforms/Windows/Package.appxmanifest index b99e85f..c48029f 100644 --- a/Gready_Poang/Platforms/Windows/Package.appxmanifest +++ b/Gready_Poang/Platforms/Windows/Package.appxmanifest @@ -6,12 +6,12 @@ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap rescap"> - - GreadyPoang + Gready_Poang Idoit4u diff --git a/Gready_Poang/Platforms/Windows/app.manifest b/Gready_Poang/Platforms/Windows/app.manifest index b365b9d..06af677 100644 --- a/Gready_Poang/Platforms/Windows/app.manifest +++ b/Gready_Poang/Platforms/Windows/app.manifest @@ -1,6 +1,6 @@ - + diff --git a/Gready_Poang/Platforms/iOS/AppDelegate.cs b/Gready_Poang/Platforms/iOS/AppDelegate.cs index f0dea5b..19f1e46 100644 --- a/Gready_Poang/Platforms/iOS/AppDelegate.cs +++ b/Gready_Poang/Platforms/iOS/AppDelegate.cs @@ -1,6 +1,6 @@ using Foundation; -namespace GreadyPoang +namespace Gready_Poang { [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate diff --git a/Gready_Poang/Platforms/iOS/Program.cs b/Gready_Poang/Platforms/iOS/Program.cs index ad29e7f..5af4b18 100644 --- a/Gready_Poang/Platforms/iOS/Program.cs +++ b/Gready_Poang/Platforms/iOS/Program.cs @@ -1,7 +1,7 @@ using ObjCRuntime; using UIKit; -namespace GreadyPoang +namespace Gready_Poang { public class Program { diff --git a/Gready_Poang/Views/ParticipantListView.xaml b/Gready_Poang/Views/ParticipantListView.xaml index 3228a54..044f995 100644 --- a/Gready_Poang/Views/ParticipantListView.xaml +++ b/Gready_Poang/Views/ParticipantListView.xaml @@ -1,10 +1,10 @@ diff --git a/Gready_Poang/Views/ParticipantListView.xaml.cs b/Gready_Poang/Views/ParticipantListView.xaml.cs index 38c12a1..cea01c5 100644 --- a/Gready_Poang/Views/ParticipantListView.xaml.cs +++ b/Gready_Poang/Views/ParticipantListView.xaml.cs @@ -1,6 +1,6 @@ -using GreadyPoang.CommandClasses; +using Gready_Poang.CommandClasses; -namespace GreadyPoang.Views; +namespace Gready_Poang.Views; public partial class ParticipantListView : ContentView { diff --git a/Gready_Poang/Views/RoundRunningView.xaml b/Gready_Poang/Views/RoundRunningView.xaml index 44bd68d..7537406 100644 --- a/Gready_Poang/Views/RoundRunningView.xaml +++ b/Gready_Poang/Views/RoundRunningView.xaml @@ -1,12 +1,12 @@ diff --git a/Gready_Poang/Views/RoundRunningView.xaml.cs b/Gready_Poang/Views/RoundRunningView.xaml.cs index a603bf3..06494d0 100644 --- a/Gready_Poang/Views/RoundRunningView.xaml.cs +++ b/Gready_Poang/Views/RoundRunningView.xaml.cs @@ -1,7 +1,7 @@ -using GreadyPoang.CommandClasses; -using GreadyPoang.EntityLayer; +using Gready_Poang.CommandClasses; +using Gready_Poang.EntityLayer; -namespace GreadyPoang.Views; +namespace Gready_Poang.Views; public partial class RoundRunningView : ContentView { diff --git a/Gready_Poang/Views/RoundStartingView.xaml b/Gready_Poang/Views/RoundStartingView.xaml index 0b2713d..b7c3901 100644 --- a/Gready_Poang/Views/RoundStartingView.xaml +++ b/Gready_Poang/Views/RoundStartingView.xaml @@ -1,11 +1,11 @@ diff --git a/Gready_Poang/Views/RoundStartingView.xaml.cs b/Gready_Poang/Views/RoundStartingView.xaml.cs index e41fcd2..a3f88e1 100644 --- a/Gready_Poang/Views/RoundStartingView.xaml.cs +++ b/Gready_Poang/Views/RoundStartingView.xaml.cs @@ -1,6 +1,6 @@ -using GreadyPoang.CommandClasses; +using Gready_Poang.CommandClasses; -namespace GreadyPoang.Views; +namespace Gready_Poang.Views; public partial class RoundStartingView : ContentView { diff --git a/Gready_Poang/ViewsPartial/HeaderView.xaml b/Gready_Poang/ViewsPartial/HeaderView.xaml index 7925fe1..b2eb907 100644 --- a/Gready_Poang/ViewsPartial/HeaderView.xaml +++ b/Gready_Poang/ViewsPartial/HeaderView.xaml @@ -1,7 +1,7 @@ + x:Class="Gready_Poang.ViewsPartial.HeaderView">