Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
if: runner.os == 'macOS'
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_26.0.1.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_26.0.1.app" >> $GITHUB_ENV
sudo xcode-select -s "/Applications/Xcode_26.2.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_26.2.app" >> $GITHUB_ENV

- name: Import Code-Signing Certificates
uses: Apple-Actions/import-codesign-certs@v2
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "10.0.100",
"workloadVersion": "10.0.100",
"version": "10.0.102",
"workloadVersion": "10.0.102",
"rollForward": "latestMinor"
}
}
12 changes: 6 additions & 6 deletions src/AdminUI/AdminUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="10.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.2" />
<PackageReference Include="MudBlazor" Version="6.12.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="QRCoder" Version="1.4.3" />
Expand Down
8 changes: 4 additions & 4 deletions src/Application/SSW.Rewards.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<PackageReference Include="MediatR" Version="[12.*,13.0)" />
<PackageReference Include="ExcelDataReader" Version="3.8.0" />
<PackageReference Include="morelinq" Version="4.4.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
<!-- Required for SQL Server query optimizations -->
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.2" />
<PackageReference Include="FirebaseAdmin" Version="2.4.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Common/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="10.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Infrastructure/SSW.Rewards.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<PackageReference Include="AsyncKeyedLock" Version="7.1.6" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.26.0" />
<PackageReference Include="FluentEmail.Graph" Version="2.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="10.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="10.0.2" />
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="4.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.1">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.2">
<!--<PrivateAssets>all</PrivateAssets>-->
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.2" />
<PackageReference Include="FluentEmail.Core" Version="3.0.2" />
<PackageReference Include="FluentEmail.Razor" Version="3.0.2" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.1" />
Expand Down
6 changes: 3 additions & 3 deletions src/MobileUI/Common/BaseContentPage.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Maui.BindableProperty.Generator.Core;
using CommunityToolkit.Maui;

namespace SSW.Rewards.Mobile.Common;

public partial class BaseContentPage : ContentPage
{
[AutoBindable]
private bool _showBackButton = false;
[BindableProperty]
public partial bool ShowBackButton { get; set; }

protected override void OnAppearing()
{
Expand Down
34 changes: 17 additions & 17 deletions src/MobileUI/Controls/CarouselItem.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
using CommunityToolkit.Mvvm.Input;
using Maui.BindableProperty.Generator.Core;
using CommunityToolkit.Maui;

namespace SSW.Rewards.Mobile.Controls;

public partial class CarouselItem
{
[AutoBindable]
private readonly string _carouselImage;
[BindableProperty]
public partial string CarouselImage { get; set; }

[AutoBindable]
private readonly string _description;
[BindableProperty]
public partial string Description { get; set; }

[AutoBindable]
private readonly int _points;
[BindableProperty]
public partial int Points { get; set; }

[AutoBindable]
private readonly string _buttonText;
[BindableProperty]
public partial string ButtonText { get; set; }

[AutoBindable]
private readonly IAsyncRelayCommand _buttonCommand;
[BindableProperty]
public partial IAsyncRelayCommand ButtonCommand { get; set; }

[AutoBindable]
private readonly int _itemId;
[BindableProperty]
public partial int ItemId { get; set; }

[AutoBindable]
private readonly bool _isButtonDisabled;
[BindableProperty]
public partial bool IsButtonDisabled { get; set; }

[AutoBindable]
private readonly string _ribbonText;
[BindableProperty]
public partial string RibbonText { get; set; }

private object _cachedBindingContext;

Expand Down
23 changes: 13 additions & 10 deletions src/MobileUI/Controls/CustomTabBar.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
using System.Windows.Input;
using Maui.BindableProperty.Generator.Core;
using CommunityToolkit.Maui;

namespace SSW.Rewards.Mobile.Controls;

public partial class CustomTabBar : TabBar
{
public event EventHandler CenterViewTapped;
[AutoBindable]
private ImageSource? centerViewImageSource;
[AutoBindable]
private string? centerViewText;
[AutoBindable]
private bool centerViewVisible;
[AutoBindable]
public Color? centerViewBackgroundColor;

[BindableProperty]
public partial ImageSource CenterViewImageSource { get; set; }

[BindableProperty]
public partial string CenterViewText { get; set; }

[BindableProperty]
public partial bool CenterViewVisible { get; set; }

[BindableProperty]
public partial Color CenterViewBackgroundColor { get; set; }

public void CenterView_Tapped()
{
Expand Down
24 changes: 12 additions & 12 deletions src/MobileUI/Controls/InvertedSquare.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
using Maui.BindableProperty.Generator.Core;
using CommunityToolkit.Maui;

namespace SSW.Rewards.Mobile.Controls;

public partial class InvertedSquare : BindableObject, IDrawable
{
[AutoBindable]
private readonly float _squareSize = 200f;

[AutoBindable]
private readonly float _cornerRadius = 0f;

[AutoBindable]
private readonly Color _backgroundColor = Colors.Black;

[AutoBindable]
private readonly float _opacity = 1f;
[BindableProperty]
public partial float SquareSize { get; set; } = 200f;
[BindableProperty]
public partial float CornerRadius { get; set; } = 0f;
[BindableProperty]
public partial Color BackgroundColor { get; set; } = Colors.Black;
[BindableProperty]
public partial float Opacity { get; set; } = 1f;

public void Draw(ICanvas canvas, RectF dirtyRect)
{
Expand Down
Loading
Loading