Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
freever committed Oct 14, 2024
1 parent 8b1475e commit 620b752
Show file tree
Hide file tree
Showing 47 changed files with 21 additions and 751 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blauhaus.Analytics.Abstractions" Version="2.1.1" />
<PackageReference Include="Blauhaus.Common.Utils" Version="2.4.2" />
<PackageReference Include="Blauhaus.Common.ValueObjects" Version="2.4.2" />
<PackageReference Include="Blauhaus.Analytics.Abstractions" Version="2.2.0" />
<PackageReference Include="Blauhaus.Common.Utils" Version="2.4.4" />
<PackageReference Include="Blauhaus.Common.ValueObjects" Version="2.4.4" />
<PackageReference Include="Blauhaus.Errors" Version="0.4.11" />
<PackageReference Include="Blauhaus.Ioc.Abstractions" Version="1.6.0" />
<PackageReference Include="Blauhaus.Responses" Version="0.4.11" />
Expand Down
4 changes: 2 additions & 2 deletions src/Blauhaus.MVVM.Blazor/Blauhaus.MVVM.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<ItemGroup>
<PackageReference Include="Blauhaus.Ioc.DotNetCoreIocService" Version="1.6.0" />
<PackageReference Include="Blauhaus.Push.Abstractions" Version="1.3.1" />
<PackageReference Include="Blauhaus.Push.Abstractions" Version="1.4.3" />
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="MudBlazor" Version="6.19.1" />
<PackageReference Include="MudBlazor" Version="7.12.1" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Blauhaus.MVVM.Maui/Blauhaus.MVVM.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blauhaus.DeviceServices.Abstractions" Version="1.3.7" />
<PackageReference Include="Blauhaus.DeviceServices.Maui" Version="1.3.7" />
<PackageReference Include="Blauhaus.DeviceServices.Abstractions" Version="1.4.0" />
<PackageReference Include="Blauhaus.DeviceServices.Maui" Version="1.4.0" />
<PackageReference Include="Blauhaus.Ioc.DotNetCoreIocService" Version="1.6.0" />
</ItemGroup>

Expand All @@ -40,11 +40,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls" Version="8.0.91" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.20" />
<PackageReference Update="Microsoft.Maui.Controls.Compatibility" Version="8.0.91" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Blauhaus.MVVM.MonoGame/Blauhaus.MVVM.MonoGame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Blauhaus.Ioc.DotNetCoreIocService" Version="1.6.0" />
<PackageReference Include="Blauhaus.MonoGame" Version="0.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="MonoGame.Framework.DesktopGL">
<Version>[3.8.0.1641]</Version>
<PrivateAssets>All</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Blauhaus.Analytics.TestHelpers" Version="2.1.1" />
<PackageReference Include="Blauhaus.Analytics.TestHelpers" Version="2.2.0" />
<PackageReference Include="Blauhaus.Ioc.DotNetCoreIocService" Version="1.6.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
9 changes: 4 additions & 5 deletions src/Blauhaus.MVVM.Tests/Blauhaus.MVVM.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,22 @@

<ItemGroup>
<PackageReference Include="Blauhaus.Auth.Abstractions" Version="1.0.3" />
<PackageReference Include="Blauhaus.DeviceServices.TestHelpers" Version="1.3.7" />
<PackageReference Include="Blauhaus.DeviceServices.TestHelpers" Version="1.4.0" />
<PackageReference Include="Blauhaus.Domain.TestHelpers" Version="2.0.4" />
<PackageReference Include="Blauhaus.Ioc.TestHelpers" Version="1.6.0" />
<PackageReference Include="Blauhaus.TestHelpers" Version="1.4.4" />
<PackageReference Include="nunit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
<PackageReference Include="nunit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Xamarin.Forms.Mocks" Version="4.7.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Blauhaus.MVVM.Abstractions\Blauhaus.MVVM.Abstractions.csproj" />
<ProjectReference Include="..\Blauhaus.MVVM.TestHelpers\Blauhaus.MVVM.TestHelpers.csproj" />
<ProjectReference Include="..\Blauhaus.MVVM.Xamarin\Blauhaus.MVVM.Xamarin.csproj" />
<ProjectReference Include="..\Blauhaus.MVVM\Blauhaus.MVVM.csproj" />
</ItemGroup>

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using Blauhaus.MVVM.Abstractions.Navigation.Register;
using Blauhaus.TestHelpers.MockBuilders;
using Moq;

namespace Blauhaus.MVVM.Tests.MockBuilders
{
Expand Down
11 changes: 0 additions & 11 deletions src/Blauhaus.MVVM.Tests/TestObjects/TestAppearingPage.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Windows.Input;
using Blauhaus.Common.Utils.NotifyPropertyChanged;
using Blauhaus.Ioc.Abstractions;
using Blauhaus.MVVM.Abstractions.Commands;
using Blauhaus.MVVM.Abstractions.ViewModels;

Expand Down
11 changes: 0 additions & 11 deletions src/Blauhaus.MVVM.Tests/TestObjects/TestAsyncInitializableView.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/Blauhaus.MVVM.Tests/TestObjects/TestInitializingView.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/Blauhaus.MVVM.Tests/TestObjects/TestMenuView.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/Blauhaus.MVVM.Tests/TestObjects/TestView.cs

This file was deleted.

6 changes: 0 additions & 6 deletions src/Blauhaus.MVVM.Tests/Tests/.Base/BaseMVVMTest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Blauhaus.Analytics.Abstractions;
using Blauhaus.Analytics.Abstractions.Service;
using Blauhaus.Analytics.TestHelpers.MockBuilders;
using Blauhaus.Common.ValueObjects.BuildConfigs;
using Blauhaus.DeviceServices.Abstractions.Connectivity;
Expand All @@ -11,12 +10,9 @@
using Blauhaus.MVVM.Abstractions.Navigation.Register;
using Blauhaus.MVVM.TestHelpers.MockBuilders.Services;
using Blauhaus.MVVM.Tests.MockBuilders;
using Blauhaus.MVVM.Xamarin.Navigation.FormsApplicationProxy;
using Blauhaus.Responses;
using Blauhaus.TestHelpers.BaseTests;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;

namespace Blauhaus.MVVM.Tests.Tests.Base
{
Expand All @@ -35,7 +31,6 @@ public virtual void Setup()

AddService(x => MockLogger.Object);
AddService(x => MockNavigationLookup.Object);
AddService(x => MockFormsApplicationProxy.Object);
AddService(x => MockErrorHandler.Object);
AddService(x => threadService.Object);
AddService(x => MockConnectivityService.Object);
Expand All @@ -51,7 +46,6 @@ public virtual void Setup()

protected NavigationServiceMockBuilder MockNavigationService => Mocks.AddMock<NavigationServiceMockBuilder, INavigationService>().Invoke();
protected NavigationLookupMockBuilder MockNavigationLookup => Mocks.AddMock<NavigationLookupMockBuilder, INavigationRegister>().Invoke();
protected FormsApplicationProxyMockBuilder MockFormsApplicationProxy => Mocks.AddMock<FormsApplicationProxyMockBuilder, IFormsApplicationProxy>().Invoke();
protected ErrorHandlerMockBuilder MockErrorHandler => Mocks.AddMock<ErrorHandlerMockBuilder, IErrorHandler>().Invoke();
protected ConnectivityServiceMockBuilder MockConnectivityService => Mocks.AddMock<ConnectivityServiceMockBuilder, IConnectivityService>().Invoke();
protected DialogServiceMockBuilder MockDialogService => Mocks.AddMock<DialogServiceMockBuilder, IDialogService>().Invoke();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Blauhaus.Responses;
using Blauhaus.TestHelpers.MockBuilders;
using Microsoft.Extensions.DependencyInjection;
using Moq;

namespace Blauhaus.MVVM.Tests.Tests.AppLifecycleServiceTests.Base
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using Blauhaus.MVVM.Abstractions.Application;
using Blauhaus.MVVM.Tests.Tests.AppLifecycleServiceTests.Base;
using Blauhaus.Responses;
using Moq;
using NUnit.Framework;

namespace Blauhaus.MVVM.Tests.Tests.AppLifecycleServiceTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using Blauhaus.MVVM.Abstractions.Application;
using Blauhaus.MVVM.Tests.Tests.AppLifecycleServiceTests.Base;
using Blauhaus.Responses;
using Moq;
using NUnit.Framework;

namespace Blauhaus.MVVM.Tests.Tests.AppLifecycleServiceTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using Blauhaus.MVVM.Abstractions.Application;
using Blauhaus.MVVM.Tests.Tests.AppLifecycleServiceTests.Base;
using Blauhaus.Responses;
using Moq;
using NUnit.Framework;

namespace Blauhaus.MVVM.Tests.Tests.AppLifecycleServiceTests
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Blauhaus.Analytics.TestHelpers.MockBuilders;
using Blauhaus.MVVM.Abstractions.Contracts;
using Blauhaus.MVVM.ExecutingCommands.Base;
using Blauhaus.MVVM.Tests.Tests.Base;
using Blauhaus.TestHelpers.Extensions;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using Microsoft.Extensions.Logging;
using Moq;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.Base
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Blauhaus.MVVM.ExecutingCommands.ExecutingNoParameterCommands;
using Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.Base;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using Moq;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingNoParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Blauhaus.Responses;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingNoParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using Blauhaus.Responses;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using Moq;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingNoParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.Base;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingNoParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Blauhaus.Analytics.Abstractions.Operation;
using Blauhaus.Analytics.TestHelpers.MockBuilders;
using Blauhaus.MVVM.ExecutingCommands.ExecutingNoParameterCommands;
using Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.Base;
using Blauhaus.TestHelpers.MockBuilders;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using Moq;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingNoParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.Base;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Blauhaus.Responses;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
using Blauhaus.Responses;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using Moq;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.Base;
using Blauhaus.TestHelpers.PropertiesChanged.CanExecuteChanged;
using Blauhaus.TestHelpers.PropertiesChanged.PropertiesChanged;
using NUnit.Framework;
using NUnit.Framework.Legacy;

namespace Blauhaus.MVVM.Tests.Tests.CommandTests.ExecutingCommandTests.ExecutingParameterCommandTests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Blauhaus.Auth.Abstractions.Errors;
using Blauhaus.MVVM.Services;
using Blauhaus.MVVM.Tests.Tests.Base;
using NUnit.Framework;

namespace Blauhaus.MVVM.Tests.Tests.ErrorHandlingServiceTests
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Blauhaus.Errors;
using Blauhaus.MVVM.Services;
using Blauhaus.MVVM.Tests.Tests.Base;
using NUnit.Framework;

namespace Blauhaus.MVVM.Tests.Tests.ErrorHandlingServiceTests
{
Expand Down
Loading

0 comments on commit 620b752

Please sign in to comment.