Commit 48f41e8
committed
run dump
kushal@fedora:~/src/dotnet/MyDesktopApplication$ cd /home/kushal/src/dotnet/MyDesktopApplication; time sh export.sh; time dotnet clean; time dotnet restore; time dotnet build; time dotnet test; time dotnet list package --outdated
==============================================
Project Export for LLM Analysis
==============================================
Project Path: /home/kushal/src/dotnet/MyDesktopApplication
Output File: docs/llm/dump.txt
Generating directory structure...
Collecting files...
Found 65 files to export
Processing (1/65): Directory.Build.props
Processing (2/65): Directory.Packages.props
Processing (3/65): export.sh
Processing (4/65): .gitattributes
Processing (5/65): .github/dependabot.yml
Processing (6/65): .github/workflows/build.yml
Processing (7/65): .github/workflows/ci.yml
Processing (8/65): .github/workflows/release.yml
Processing (9/65): .gitignore
Processing (10/65): MyDesktopApplication.slnx
Processing (11/65): README.md
Processing (12/65): src/MyDesktopApplication.Android/AndroidManifest.xml
Processing (13/65): src/MyDesktopApplication.Android/App.axaml
Processing (14/65): src/MyDesktopApplication.Android/App.cs
Processing (15/65): src/MyDesktopApplication.Android/Converters/Converters.cs
Processing (16/65): src/MyDesktopApplication.Android/MainActivity.cs
Processing (17/65): src/MyDesktopApplication.Android/MyDesktopApplication.Android.csproj
Processing (18/65): src/MyDesktopApplication.Android/Resources/drawable/icon.xml
Processing (19/65): src/MyDesktopApplication.Android/Resources/values/strings.xml
Processing (20/65): src/MyDesktopApplication.Android/Resources/values/styles.xml
Processing (21/65): src/MyDesktopApplication.Android/Views/MainView.axaml
Processing (22/65): src/MyDesktopApplication.Android/Views/MainView.axaml.cs
Processing (23/65): src/MyDesktopApplication.Core/Entities/Country.cs
Processing (24/65): src/MyDesktopApplication.Core/Entities/EntityBase.cs
Processing (25/65): src/MyDesktopApplication.Core/Entities/GameState.cs
Processing (26/65): src/MyDesktopApplication.Core/Entities/QuestionType.cs
Processing (27/65): src/MyDesktopApplication.Core/Entities/TodoItem.cs
Processing (28/65): src/MyDesktopApplication.Core/Interfaces/IGameStateRepository.cs
Processing (29/65): src/MyDesktopApplication.Core/Interfaces/IRepository.cs
Processing (30/65): src/MyDesktopApplication.Core/Interfaces/ITodoRepository.cs
Processing (31/65): src/MyDesktopApplication.Core/MyDesktopApplication.Core.csproj
Processing (32/65): src/MyDesktopApplication.Desktop/App.axaml
Processing (33/65): src/MyDesktopApplication.Desktop/App.axaml.cs
Processing (34/65): src/MyDesktopApplication.Desktop/app.manifest
Processing (35/65): src/MyDesktopApplication.Desktop/appsettings.json
Processing (36/65): src/MyDesktopApplication.Desktop/Assets/avalonia-logo.ico
Processing (37/65): src/MyDesktopApplication.Desktop/Converters/Converters.cs
Processing (38/65): src/MyDesktopApplication.Desktop/MyDesktopApplication.Desktop.csproj
Processing (39/65): src/MyDesktopApplication.Desktop/Program.cs
Processing (40/65): src/MyDesktopApplication.Desktop/ViewModels/MainWindowViewModel.cs
Processing (41/65): src/MyDesktopApplication.Desktop/ViewModels/ViewModelBase.cs
Processing (42/65): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml
Processing (43/65): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml.cs
Processing (44/65): src/MyDesktopApplication.Infrastructure/Data/AppDbContext.cs
Processing (45/65): src/MyDesktopApplication.Infrastructure/Data/DesignTimeDbContextFactory.cs
Processing (46/65): src/MyDesktopApplication.Infrastructure/DependencyInjection.cs
Processing (47/65): src/MyDesktopApplication.Infrastructure/MyDesktopApplication.Infrastructure.csproj
Processing (48/65): src/MyDesktopApplication.Infrastructure/Repositories/GameStateRepository.cs
Processing (49/65): src/MyDesktopApplication.Infrastructure/Repositories/Repository.cs
Processing (50/65): src/MyDesktopApplication.Infrastructure/Repositories/TodoRepository.cs
Processing (51/65): src/MyDesktopApplication.Shared/Data/CountryData.cs
Processing (52/65): src/MyDesktopApplication.Shared/Data/MotivationalMessages.cs
Processing (53/65): src/MyDesktopApplication.Shared/DTOs/TodoItemDto.cs
Processing (54/65): src/MyDesktopApplication.Shared/MyDesktopApplication.Shared.csproj
Processing (55/65): src/MyDesktopApplication.Shared/ViewModels/CountryQuizViewModel.cs
Processing (56/65): src/MyDesktopApplication.Shared/ViewModels/MainViewModel.cs
Processing (57/65): src/MyDesktopApplication.Shared/ViewModels/ViewModelBase.cs
Processing (58/65): tests/MyDesktopApplication.Core.Tests/GameStateTests.cs
Processing (59/65): tests/MyDesktopApplication.Core.Tests/MyDesktopApplication.Core.Tests.csproj
Processing (60/65): tests/MyDesktopApplication.Core.Tests/QuestionTypeTests.cs
Processing (61/65): tests/MyDesktopApplication.Core.Tests/TodoItemTests.cs
Processing (62/65): tests/MyDesktopApplication.Integration.Tests/MyDesktopApplication.Integration.Tests.csproj
Processing (63/65): tests/MyDesktopApplication.Integration.Tests/TodoRepositoryTests.cs
Processing (64/65): tests/MyDesktopApplication.UI.Tests/MainWindowViewModelTests.cs
Processing (65/65): tests/MyDesktopApplication.UI.Tests/MyDesktopApplication.UI.Tests.csproj
==============================================
Export Complete!
==============================================
Output file: docs/llm/dump.txt
Files exported: 65
Files skipped: 0
Output size: 357.55 KB
File types included:
• Source code: .cs, .fs, .vb
• UI/XAML: .axaml, .xaml, .paml
• Projects: .csproj, .slnx, .sln, .props, .targets
• Config: .json, .yaml, .yml, .xml, .config
• Docs: .md, .txt
• Scripts: .sh, .ps1, .cmd, .bat
• Other: .sql, .resx, .css, .scss, Dockerfile, etc.
real 0m0.723s
user 0m0.397s
sys 0m0.448s
Build succeeded in 1.0s
real 0m1.162s
user 0m0.885s
sys 0m0.261s
Restore complete (0.6s)
Build succeeded in 0.7s
real 0m0.831s
user 0m0.953s
sys 0m0.204s
Restore complete (0.6s)
MyDesktopApplication.Core net10.0 succeeded (0.2s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.3s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.4s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Shared net10.0 succeeded (0.4s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.4s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (1.2s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.5s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
MyDesktopApplication.Core net10.0 succeeded (0.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Shared net10.0 succeeded (0.1s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Android net10.0-android succeeded with 2 warning(s) (19.6s) → src/MyDesktopApplication.Android/bin/Debug/net10.0-android/MyDesktopApplication.Android.dll
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build succeeded with 2 warning(s) in 21.1s
real 0m21.304s
user 1m12.468s
sys 0m3.298s
Restore complete (0.5s)
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.1s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.1s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.09] Discovering: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.14] Discovered: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.07] Discovering: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.16] Starting: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.10] Discovered: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.13] Starting: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.07] Discovering: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.25] Finished: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.11] Discovered: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.13] Starting: MyDesktopApplication.UI.Tests
MyDesktopApplication.Core.Tests test net10.0 succeeded (0.9s)
[xUnit.net 00:00:00.20] Finished: MyDesktopApplication.UI.Tests
MyDesktopApplication.UI.Tests test net10.0 succeeded (0.9s)
[xUnit.net 00:00:00.73] Finished: MyDesktopApplication.Integration.Tests
MyDesktopApplication.Integration.Tests test net10.0 succeeded (1.4s)
Test summary: total: 28, failed: 0, succeeded: 28, skipped: 0, duration: 1.5s
Build succeeded in 2.3s
real 0m2.452s
user 0m1.775s
sys 0m0.418s
Restore complete (0.5s)
Build succeeded in 0.7s
The following sources were used:
https://api.nuget.org/v3/index.json
The given project `MyDesktopApplication.Android` has no updates given the current sources.
The given project `MyDesktopApplication.Core` has no updates given the current sources.
The given project `MyDesktopApplication.Desktop` has no updates given the current sources.
The given project `MyDesktopApplication.Infrastructure` has no updates given the current sources.
The given project `MyDesktopApplication.Shared` has no updates given the current sources.
The given project `MyDesktopApplication.Core.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.Integration.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.UI.Tests` has no updates given the current sources.
real 0m2.299s
user 0m2.479s
sys 0m0.443s
kushal@fedora:~/src/dotnet/MyDesktopApplication$ time bash fix-ui-and-precision.sh
==============================================
UI & Precision Fix Script
==============================================
[1/7] Cleaning up stuck processes...
Shutting down MSBuild server...
Shutting down VB/C# compiler server...
VB/C# compiler server shut down successfully.
MSBuild server shut down successfully.
[2/7] Cleaning build artifacts...
[3/7] Removing old shell scripts...
[4/7] Updating QuestionType.cs with smart precision formatting...
[5/7] Updating Desktop MainWindow.axaml...
[6/7] Updating Android MainView.axaml with touch-optimized layout...
[7/7] Updating Android Converters...
==============================================
Building...
==============================================
Restore complete (1.3s)
Build succeeded in 1.4s
Restore complete (0.6s)
MyDesktopApplication.Core net10.0 succeeded (2.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.5s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.5s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Shared net10.0 succeeded (0.8s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.4s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (1.4s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.5s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
MyDesktopApplication.Core net10.0 succeeded (0.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.1s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Android net10.0-android succeeded with 2 warning(s) (19.5s) → src/MyDesktopApplication.Android/bin/Debug/net10.0-android/MyDesktopApplication.Android.dll
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build succeeded with 2 warning(s) in 23.4s
==============================================
Running Tests...
==============================================
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.07] Discovering: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.07] Discovering: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.10] Discovered: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.11] Discovered: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.10] Discovered: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.12] Starting: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.12] Starting: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.13] Starting: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.19] Finished: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.20] Finished: MyDesktopApplication.Core.Tests
MyDesktopApplication.Core.Tests test net10.0 succeeded (0.8s)
MyDesktopApplication.UI.Tests test net10.0 succeeded (0.8s)
[xUnit.net 00:00:00.74] Finished: MyDesktopApplication.Integration.Tests
MyDesktopApplication.Integration.Tests test net10.0 succeeded (1.4s)
Test summary: total: 29, failed: 0, succeeded: 29, skipped: 0, duration: 1.4s
Build succeeded in 1.6s
==============================================
✓ All fixes applied successfully!
==============================================
Changes made:
1. Deleted old shell scripts (cleanup)
2. Updated QuestionType.FormatValue() to use 3 decimal places for billions
- China 1,411,750,000 now shows as '1.412B'
- India 1,417,173,173 now shows as '1.417B'
- No more confusion when values are close!
3. Updated Desktop MainWindow.axaml with improved layout
4. Updated Android MainView.axaml with maximized touch targets
- Full-width country cards for easy tapping
- Larger Next button (56px minimum height)
- Better spacing and layout
5. Updated converters with proper answer state handling
6. Added new test to verify close values are distinguishable
real 0m27.369s
user 1m20.681s
sys 0m4.027s
kushal@fedora:~/src/dotnet/MyDesktopApplication$ cd /home/kushal/src/dotnet/MyDesktopApplication; time dotnet clean; time dotnet restore; time dotnet build; time dotnet test; time dotnet list package --outdated; time dotnet format; time sh export.sh;
Build succeeded in 0.5s
real 0m0.651s
user 0m0.768s
sys 0m0.174s
Restore complete (0.6s)
Build succeeded in 0.7s
real 0m0.850s
user 0m0.972s
sys 0m0.190s
Restore complete (0.6s)
MyDesktopApplication.Core net10.0 succeeded (0.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.2s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Shared net10.0 succeeded (0.2s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.2s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.9s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.2s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Android net10.0-android succeeded with 2 warning(s) (19.4s) → src/MyDesktopApplication.Android/bin/Debug/net10.0-android/MyDesktopApplication.Android.dll
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build succeeded with 2 warning(s) in 20.5s
real 0m20.680s
user 1m17.569s
sys 0m3.081s
Restore complete (0.6s)
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.0s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.0s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.1s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.10] Discovered: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.13] Starting: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.11] Starting: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.19] Finished: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.10] Starting: MyDesktopApplication.UI.Tests
MyDesktopApplication.Core.Tests test net10.0 succeeded (0.7s)
[xUnit.net 00:00:00.16] Finished: MyDesktopApplication.UI.Tests
MyDesktopApplication.UI.Tests test net10.0 succeeded (0.8s)
[xUnit.net 00:00:00.65] Finished: MyDesktopApplication.Integration.Tests
MyDesktopApplication.Integration.Tests test net10.0 succeeded (1.3s)
Test summary: total: 29, failed: 0, succeeded: 29, skipped: 0, duration: 1.3s
Build succeeded in 2.1s
real 0m2.233s
user 0m1.688s
sys 0m0.338s
Restore complete (0.5s)
Build succeeded in 0.6s
The following sources were used:
https://api.nuget.org/v3/index.json
The given project `MyDesktopApplication.Android` has no updates given the current sources.
The given project `MyDesktopApplication.Core` has no updates given the current sources.
The given project `MyDesktopApplication.Desktop` has no updates given the current sources.
The given project `MyDesktopApplication.Infrastructure` has no updates given the current sources.
The given project `MyDesktopApplication.Shared` has no updates given the current sources.
The given project `MyDesktopApplication.Core.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.Integration.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.UI.Tests` has no updates given the current sources.
real 0m2.612s
user 0m2.467s
sys 0m0.462s
real 0m8.263s
user 0m13.059s
sys 0m1.207s
==============================================
Project Export for LLM Analysis
==============================================
Project Path: /home/kushal/src/dotnet/MyDesktopApplication
Output File: docs/llm/dump.txt
Generating directory structure...
Collecting files...
Found 66 files to export
Processing (1/66): Directory.Build.props
Processing (2/66): Directory.Packages.props
Processing (3/66): export.sh
Processing (4/66): fix-ui-and-precision.sh
Processing (5/66): .gitattributes
Processing (6/66): .github/dependabot.yml
Processing (7/66): .github/workflows/build.yml
Processing (8/66): .github/workflows/ci.yml
Processing (9/66): .github/workflows/release.yml
Processing (10/66): .gitignore
Processing (11/66): MyDesktopApplication.slnx
Processing (12/66): README.md
Processing (13/66): src/MyDesktopApplication.Android/AndroidManifest.xml
Processing (14/66): src/MyDesktopApplication.Android/App.axaml
Processing (15/66): src/MyDesktopApplication.Android/App.cs
Processing (16/66): src/MyDesktopApplication.Android/Converters/Converters.cs
Processing (17/66): src/MyDesktopApplication.Android/MainActivity.cs
Processing (18/66): src/MyDesktopApplication.Android/MyDesktopApplication.Android.csproj
Processing (19/66): src/MyDesktopApplication.Android/Resources/drawable/icon.xml
Processing (20/66): src/MyDesktopApplication.Android/Resources/values/strings.xml
Processing (21/66): src/MyDesktopApplication.Android/Resources/values/styles.xml
Processing (22/66): src/MyDesktopApplication.Android/Views/MainView.axaml
Processing (23/66): src/MyDesktopApplication.Android/Views/MainView.axaml.cs
Processing (24/66): src/MyDesktopApplication.Core/Entities/Country.cs
Processing (25/66): src/MyDesktopApplication.Core/Entities/EntityBase.cs
Processing (26/66): src/MyDesktopApplication.Core/Entities/GameState.cs
Processing (27/66): src/MyDesktopApplication.Core/Entities/QuestionType.cs
Processing (28/66): src/MyDesktopApplication.Core/Entities/TodoItem.cs
Processing (29/66): src/MyDesktopApplication.Core/Interfaces/IGameStateRepository.cs
Processing (30/66): src/MyDesktopApplication.Core/Interfaces/IRepository.cs
Processing (31/66): src/MyDesktopApplication.Core/Interfaces/ITodoRepository.cs
Processing (32/66): src/MyDesktopApplication.Core/MyDesktopApplication.Core.csproj
Processing (33/66): src/MyDesktopApplication.Desktop/App.axaml
Processing (34/66): src/MyDesktopApplication.Desktop/App.axaml.cs
Processing (35/66): src/MyDesktopApplication.Desktop/app.manifest
Processing (36/66): src/MyDesktopApplication.Desktop/appsettings.json
Processing (37/66): src/MyDesktopApplication.Desktop/Assets/avalonia-logo.ico
Processing (38/66): src/MyDesktopApplication.Desktop/Converters/Converters.cs
Processing (39/66): src/MyDesktopApplication.Desktop/MyDesktopApplication.Desktop.csproj
Processing (40/66): src/MyDesktopApplication.Desktop/Program.cs
Processing (41/66): src/MyDesktopApplication.Desktop/ViewModels/MainWindowViewModel.cs
Processing (42/66): src/MyDesktopApplication.Desktop/ViewModels/ViewModelBase.cs
Processing (43/66): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml
Processing (44/66): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml.cs
Processing (45/66): src/MyDesktopApplication.Infrastructure/Data/AppDbContext.cs
Processing (46/66): src/MyDesktopApplication.Infrastructure/Data/DesignTimeDbContextFactory.cs
Processing (47/66): src/MyDesktopApplication.Infrastructure/DependencyInjection.cs
Processing (48/66): src/MyDesktopApplication.Infrastructure/MyDesktopApplication.Infrastructure.csproj
Processing (49/66): src/MyDesktopApplication.Infrastructure/Repositories/GameStateRepository.cs
Processing (50/66): src/MyDesktopApplication.Infrastructure/Repositories/Repository.cs
Processing (51/66): src/MyDesktopApplication.Infrastructure/Repositories/TodoRepository.cs
Processing (52/66): src/MyDesktopApplication.Shared/Data/CountryData.cs
Processing (53/66): src/MyDesktopApplication.Shared/Data/MotivationalMessages.cs
Processing (54/66): src/MyDesktopApplication.Shared/DTOs/TodoItemDto.cs
Processing (55/66): src/MyDesktopApplication.Shared/MyDesktopApplication.Shared.csproj
Processing (56/66): src/MyDesktopApplication.Shared/ViewModels/CountryQuizViewModel.cs
Processing (57/66): src/MyDesktopApplication.Shared/ViewModels/MainViewModel.cs
Processing (58/66): src/MyDesktopApplication.Shared/ViewModels/ViewModelBase.cs
Processing (59/66): tests/MyDesktopApplication.Core.Tests/GameStateTests.cs
Processing (60/66): tests/MyDesktopApplication.Core.Tests/MyDesktopApplication.Core.Tests.csproj
Processing (61/66): tests/MyDesktopApplication.Core.Tests/QuestionTypeTests.cs
Processing (62/66): tests/MyDesktopApplication.Core.Tests/TodoItemTests.cs
Processing (63/66): tests/MyDesktopApplication.Integration.Tests/MyDesktopApplication.Integration.Tests.csproj
Processing (64/66): tests/MyDesktopApplication.Integration.Tests/TodoRepositoryTests.cs
Processing (65/66): tests/MyDesktopApplication.UI.Tests/MainWindowViewModelTests.cs
Processing (66/66): tests/MyDesktopApplication.UI.Tests/MyDesktopApplication.UI.Tests.csproj
==============================================
Export Complete!
==============================================
Output file: docs/llm/dump.txt
Files exported: 66
Files skipped: 0
Output size: 402.27 KB
File types included:
• Source code: .cs, .fs, .vb
• UI/XAML: .axaml, .xaml, .paml
• Projects: .csproj, .slnx, .sln, .props, .targets
• Config: .json, .yaml, .yml, .xml, .config
• Docs: .md, .txt
• Scripts: .sh, .ps1, .cmd, .bat
• Other: .sql, .resx, .css, .scss, Dockerfile, etc.
real 0m0.698s
user 0m0.406s
sys 0m0.423s
kushal@fedora:~/src/dotnet/MyDesktopApplication$ cd /home/kushal/src/dotnet/MyDesktopApplication; time dotnet clean; time dotnet restore; time dotnet build; time dotnet test; time dotnet list package --outdated; time dotnet format; time sh export.sh;
Build succeeded in 0.6s
real 0m0.767s
user 0m0.864s
sys 0m0.207s
Restore complete (0.6s)
Build succeeded in 0.7s
real 0m0.915s
user 0m1.031s
sys 0m0.189s
Restore complete (0.6s)
MyDesktopApplication.Core net10.0 succeeded (0.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Shared net10.0 succeeded (0.3s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.2s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.9s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.2s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.0s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Android net10.0-android succeeded with 2 warning(s) (20.3s) → src/MyDesktopApplication.Android/bin/Debug/net10.0-android/MyDesktopApplication.Android.dll
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build succeeded with 2 warning(s) in 21.6s
real 0m21.810s
user 1m20.091s
sys 0m3.262s
Restore complete (0.5s)
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.0s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.1s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.10] Discovered: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.12] Starting: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.11] Starting: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.11] Starting: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.19] Finished: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.17] Finished: MyDesktopApplication.UI.Tests
MyDesktopApplication.Core.Tests test net10.0 succeeded (0.7s)
MyDesktopApplication.UI.Tests test net10.0 succeeded (0.7s)
[xUnit.net 00:00:00.64] Finished: MyDesktopApplication.Integration.Tests
MyDesktopApplication.Integration.Tests test net10.0 succeeded (1.2s)
Test summary: total: 29, failed: 0, succeeded: 29, skipped: 0, duration: 1.2s
Build succeeded in 2.0s
real 0m2.195s
user 0m1.653s
sys 0m0.342s
Restore complete (0.5s)
Build succeeded in 0.6s
The following sources were used:
https://api.nuget.org/v3/index.json
The given project `MyDesktopApplication.Android` has no updates given the current sources.
The given project `MyDesktopApplication.Core` has no updates given the current sources.
The given project `MyDesktopApplication.Desktop` has no updates given the current sources.
The given project `MyDesktopApplication.Infrastructure` has no updates given the current sources.
The given project `MyDesktopApplication.Shared` has no updates given the current sources.
The given project `MyDesktopApplication.Core.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.Integration.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.UI.Tests` has no updates given the current sources.
real 0m2.100s
user 0m2.198s
sys 0m0.462s
real 0m8.091s
user 0m12.714s
sys 0m1.184s
==============================================
Project Export for LLM Analysis
==============================================
Project Path: /home/kushal/src/dotnet/MyDesktopApplication
Output File: docs/llm/dump.txt
Generating directory structure...
Collecting files...
Found 66 files to export
Processing (1/66): Directory.Build.props
Processing (2/66): Directory.Packages.props
Processing (3/66): export.sh
Processing (4/66): fix-ui-and-precision.sh
Processing (5/66): .gitattributes
Processing (6/66): .github/dependabot.yml
Processing (7/66): .github/workflows/build.yml
Processing (8/66): .github/workflows/ci.yml
Processing (9/66): .github/workflows/release.yml
Processing (10/66): .gitignore
Processing (11/66): MyDesktopApplication.slnx
Processing (12/66): README.md
Processing (13/66): src/MyDesktopApplication.Android/AndroidManifest.xml
Processing (14/66): src/MyDesktopApplication.Android/App.axaml
Processing (15/66): src/MyDesktopApplication.Android/App.cs
Processing (16/66): src/MyDesktopApplication.Android/Converters/Converters.cs
Processing (17/66): src/MyDesktopApplication.Android/MainActivity.cs
Processing (18/66): src/MyDesktopApplication.Android/MyDesktopApplication.Android.csproj
Processing (19/66): src/MyDesktopApplication.Android/Resources/drawable/icon.xml
Processing (20/66): src/MyDesktopApplication.Android/Resources/values/strings.xml
Processing (21/66): src/MyDesktopApplication.Android/Resources/values/styles.xml
Processing (22/66): src/MyDesktopApplication.Android/Views/MainView.axaml
Processing (23/66): src/MyDesktopApplication.Android/Views/MainView.axaml.cs
Processing (24/66): src/MyDesktopApplication.Core/Entities/Country.cs
Processing (25/66): src/MyDesktopApplication.Core/Entities/EntityBase.cs
Processing (26/66): src/MyDesktopApplication.Core/Entities/GameState.cs
Processing (27/66): src/MyDesktopApplication.Core/Entities/QuestionType.cs
Processing (28/66): src/MyDesktopApplication.Core/Entities/TodoItem.cs
Processing (29/66): src/MyDesktopApplication.Core/Interfaces/IGameStateRepository.cs
Processing (30/66): src/MyDesktopApplication.Core/Interfaces/IRepository.cs
Processing (31/66): src/MyDesktopApplication.Core/Interfaces/ITodoRepository.cs
Processing (32/66): src/MyDesktopApplication.Core/MyDesktopApplication.Core.csproj
Processing (33/66): src/MyDesktopApplication.Desktop/App.axaml
Processing (34/66): src/MyDesktopApplication.Desktop/App.axaml.cs
Processing (35/66): src/MyDesktopApplication.Desktop/app.manifest
Processing (36/66): src/MyDesktopApplication.Desktop/appsettings.json
Processing (37/66): src/MyDesktopApplication.Desktop/Assets/avalonia-logo.ico
Processing (38/66): src/MyDesktopApplication.Desktop/Converters/Converters.cs
Processing (39/66): src/MyDesktopApplication.Desktop/MyDesktopApplication.Desktop.csproj
Processing (40/66): src/MyDesktopApplication.Desktop/Program.cs
Processing (41/66): src/MyDesktopApplication.Desktop/ViewModels/MainWindowViewModel.cs
Processing (42/66): src/MyDesktopApplication.Desktop/ViewModels/ViewModelBase.cs
Processing (43/66): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml
Processing (44/66): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml.cs
Processing (45/66): src/MyDesktopApplication.Infrastructure/Data/AppDbContext.cs
Processing (46/66): src/MyDesktopApplication.Infrastructure/Data/DesignTimeDbContextFactory.cs
Processing (47/66): src/MyDesktopApplication.Infrastructure/DependencyInjection.cs
Processing (48/66): src/MyDesktopApplication.Infrastructure/MyDesktopApplication.Infrastructure.csproj
Processing (49/66): src/MyDesktopApplication.Infrastructure/Repositories/GameStateRepository.cs
Processing (50/66): src/MyDesktopApplication.Infrastructure/Repositories/Repository.cs
Processing (51/66): src/MyDesktopApplication.Infrastructure/Repositories/TodoRepository.cs
Processing (52/66): src/MyDesktopApplication.Shared/Data/CountryData.cs
Processing (53/66): src/MyDesktopApplication.Shared/Data/MotivationalMessages.cs
Processing (54/66): src/MyDesktopApplication.Shared/DTOs/TodoItemDto.cs
Processing (55/66): src/MyDesktopApplication.Shared/MyDesktopApplication.Shared.csproj
Processing (56/66): src/MyDesktopApplication.Shared/ViewModels/CountryQuizViewModel.cs
Processing (57/66): src/MyDesktopApplication.Shared/ViewModels/MainViewModel.cs
Processing (58/66): src/MyDesktopApplication.Shared/ViewModels/ViewModelBase.cs
Processing (59/66): tests/MyDesktopApplication.Core.Tests/GameStateTests.cs
Processing (60/66): tests/MyDesktopApplication.Core.Tests/MyDesktopApplication.Core.Tests.csproj
Processing (61/66): tests/MyDesktopApplication.Core.Tests/QuestionTypeTests.cs
Processing (62/66): tests/MyDesktopApplication.Core.Tests/TodoItemTests.cs
Processing (63/66): tests/MyDesktopApplication.Integration.Tests/MyDesktopApplication.Integration.Tests.csproj
Processing (64/66): tests/MyDesktopApplication.Integration.Tests/TodoRepositoryTests.cs
Processing (65/66): tests/MyDesktopApplication.UI.Tests/MainWindowViewModelTests.cs
Processing (66/66): tests/MyDesktopApplication.UI.Tests/MyDesktopApplication.UI.Tests.csproj
==============================================
Export Complete!
==============================================
Output file: docs/llm/dump.txt
Files exported: 66
Files skipped: 0
Output size: 402.27 KB
File types included:
• Source code: .cs, .fs, .vb
• UI/XAML: .axaml, .xaml, .paml
• Projects: .csproj, .slnx, .sln, .props, .targets
• Config: .json, .yaml, .yml, .xml, .config
• Docs: .md, .txt
• Scripts: .sh, .ps1, .cmd, .bat
• Other: .sql, .resx, .css, .scss, Dockerfile, etc.
real 0m0.688s
user 0m0.437s
sys 0m0.392s
kushal@fedora:~/src/dotnet/MyDesktopApplication$ cd ~/src/dotnet/MyDesktopApplication; git add -A && git commit -m "add a new build" && git push && git tag -a v1.0.8 -m "Improve UI" && git push origin v1.0.8
warning: in the working copy of 'docs/llm/dump.txt', CRLF will be replaced by LF the next time Git touches it
[master b5a9850] add a new build
2 files changed, 3 insertions(+), 3 deletions(-)
Enumerating objects: 82, done.
Counting objects: 100% (82/82), done.
Delta compression using up to 16 threads
Compressing objects: 100% (53/53), done.
Writing objects: 100% (57/57), 26.92 KiB | 3.84 MiB/s, done.
Total 57 (delta 35), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (35/35), completed with 15 local objects.
To github.com:kusl/MyDesktopApplication.git
397467d..b5a9850 master -> master
Enumerating objects: 1, done.
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1), 165 bytes | 165.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
To github.com:kusl/MyDesktopApplication.git
* [new tag] v1.0.8 -> v1.0.8
kushal@fedora:~/src/dotnet/MyDesktopApplication$ cd /home/kushal/src/dotnet/MyDesktopApplication; time dotnet clean; time dotnet restore; time dotnet build; time dotnet test; time dotnet list package --outdated; time dotnet format; time sh export.sh;
Build succeeded in 0.5s
real 0m0.637s
user 0m0.743s
sys 0m0.176s
Restore complete (0.5s)
Build succeeded in 0.6s
real 0m0.773s
user 0m0.853s
sys 0m0.204s
Restore complete (0.5s)
MyDesktopApplication.Core net10.0 succeeded (0.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Shared net10.0 succeeded (0.2s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.8s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.2s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.0s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Android net10.0-android succeeded with 2 warning(s) (19.7s) → src/MyDesktopApplication.Android/bin/Debug/net10.0-android/MyDesktopApplication.Android.dll
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build succeeded with 2 warning(s) in 20.8s
real 0m20.972s
user 1m30.117s
sys 0m3.177s
Restore complete (0.6s)
MyDesktopApplication.Core net10.0 succeeded (0.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.0s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.0s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.0s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.10] Discovered: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.12] Starting: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.11] Starting: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.11] Starting: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.18] Finished: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.17] Finished: MyDesktopApplication.UI.Tests
MyDesktopApplication.Core.Tests test net10.0 succeeded (0.7s)
MyDesktopApplication.UI.Tests test net10.0 succeeded (0.7s)
[xUnit.net 00:00:00.67] Finished: MyDesktopApplication.Integration.Tests
MyDesktopApplication.Integration.Tests test net10.0 succeeded (1.2s)
Test summary: total: 29, failed: 0, succeeded: 29, skipped: 0, duration: 1.3s
Build succeeded in 2.1s
real 0m2.268s
user 0m1.650s
sys 0m0.373s
Restore complete (0.5s)
Build succeeded in 0.7s
The following sources were used:
https://api.nuget.org/v3/index.json
The given project `MyDesktopApplication.Android` has no updates given the current sources.
The given project `MyDesktopApplication.Core` has no updates given the current sources.
The given project `MyDesktopApplication.Desktop` has no updates given the current sources.
The given project `MyDesktopApplication.Infrastructure` has no updates given the current sources.
The given project `MyDesktopApplication.Shared` has no updates given the current sources.
The given project `MyDesktopApplication.Core.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.Integration.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.UI.Tests` has no updates given the current sources.
real 0m2.301s
user 0m2.410s
sys 0m0.455s
real 0m8.362s
user 0m13.068s
sys 0m1.165s
==============================================
Project Export for LLM Analysis
==============================================
Project Path: /home/kushal/src/dotnet/MyDesktopApplication
Output File: docs/llm/dump.txt
Generating directory structure...
Collecting files...
Found 66 files to export
Processing (1/66): Directory.Build.props
Processing (2/66): Directory.Packages.props
Processing (3/66): export.sh
Processing (4/66): fix-ui-and-precision.sh
Processing (5/66): .gitattributes
Processing (6/66): .github/dependabot.yml
Processing (7/66): .github/workflows/build.yml
Processing (8/66): .github/workflows/ci.yml
Processing (9/66): .github/workflows/release.yml
Processing (10/66): .gitignore
Processing (11/66): MyDesktopApplication.slnx
Processing (12/66): README.md
Processing (13/66): src/MyDesktopApplication.Android/AndroidManifest.xml
Processing (14/66): src/MyDesktopApplication.Android/App.axaml
Processing (15/66): src/MyDesktopApplication.Android/App.cs
Processing (16/66): src/MyDesktopApplication.Android/Converters/Converters.cs
Processing (17/66): src/MyDesktopApplication.Android/MainActivity.cs
Processing (18/66): src/MyDesktopApplication.Android/MyDesktopApplication.Android.csproj
Processing (19/66): src/MyDesktopApplication.Android/Resources/drawable/icon.xml
Processing (20/66): src/MyDesktopApplication.Android/Resources/values/strings.xml
Processing (21/66): src/MyDesktopApplication.Android/Resources/values/styles.xml
Processing (22/66): src/MyDesktopApplication.Android/Views/MainView.axaml
Processing (23/66): src/MyDesktopApplication.Android/Views/MainView.axaml.cs
Processing (24/66): src/MyDesktopApplication.Core/Entities/Country.cs
Processing (25/66): src/MyDesktopApplication.Core/Entities/EntityBase.cs
Processing (26/66): src/MyDesktopApplication.Core/Entities/GameState.cs
Processing (27/66): src/MyDesktopApplication.Core/Entities/QuestionType.cs
Processing (28/66): src/MyDesktopApplication.Core/Entities/TodoItem.cs
Processing (29/66): src/MyDesktopApplication.Core/Interfaces/IGameStateRepository.cs
Processing (30/66): src/MyDesktopApplication.Core/Interfaces/IRepository.cs
Processing (31/66): src/MyDesktopApplication.Core/Interfaces/ITodoRepository.cs
Processing (32/66): src/MyDesktopApplication.Core/MyDesktopApplication.Core.csproj
Processing (33/66): src/MyDesktopApplication.Desktop/App.axaml
Processing (34/66): src/MyDesktopApplication.Desktop/App.axaml.cs
Processing (35/66): src/MyDesktopApplication.Desktop/app.manifest
Processing (36/66): src/MyDesktopApplication.Desktop/appsettings.json
Processing (37/66): src/MyDesktopApplication.Desktop/Assets/avalonia-logo.ico
Processing (38/66): src/MyDesktopApplication.Desktop/Converters/Converters.cs
Processing (39/66): src/MyDesktopApplication.Desktop/MyDesktopApplication.Desktop.csproj
Processing (40/66): src/MyDesktopApplication.Desktop/Program.cs
Processing (41/66): src/MyDesktopApplication.Desktop/ViewModels/MainWindowViewModel.cs
Processing (42/66): src/MyDesktopApplication.Desktop/ViewModels/ViewModelBase.cs
Processing (43/66): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml
Processing (44/66): src/MyDesktopApplication.Desktop/Views/MainWindow.axaml.cs
Processing (45/66): src/MyDesktopApplication.Infrastructure/Data/AppDbContext.cs
Processing (46/66): src/MyDesktopApplication.Infrastructure/Data/DesignTimeDbContextFactory.cs
Processing (47/66): src/MyDesktopApplication.Infrastructure/DependencyInjection.cs
Processing (48/66): src/MyDesktopApplication.Infrastructure/MyDesktopApplication.Infrastructure.csproj
Processing (49/66): src/MyDesktopApplication.Infrastructure/Repositories/GameStateRepository.cs
Processing (50/66): src/MyDesktopApplication.Infrastructure/Repositories/Repository.cs
Processing (51/66): src/MyDesktopApplication.Infrastructure/Repositories/TodoRepository.cs
Processing (52/66): src/MyDesktopApplication.Shared/Data/CountryData.cs
Processing (53/66): src/MyDesktopApplication.Shared/Data/MotivationalMessages.cs
Processing (54/66): src/MyDesktopApplication.Shared/DTOs/TodoItemDto.cs
Processing (55/66): src/MyDesktopApplication.Shared/MyDesktopApplication.Shared.csproj
Processing (56/66): src/MyDesktopApplication.Shared/ViewModels/CountryQuizViewModel.cs
Processing (57/66): src/MyDesktopApplication.Shared/ViewModels/MainViewModel.cs
Processing (58/66): src/MyDesktopApplication.Shared/ViewModels/ViewModelBase.cs
Processing (59/66): tests/MyDesktopApplication.Core.Tests/GameStateTests.cs
Processing (60/66): tests/MyDesktopApplication.Core.Tests/MyDesktopApplication.Core.Tests.csproj
Processing (61/66): tests/MyDesktopApplication.Core.Tests/QuestionTypeTests.cs
Processing (62/66): tests/MyDesktopApplication.Core.Tests/TodoItemTests.cs
Processing (63/66): tests/MyDesktopApplication.Integration.Tests/MyDesktopApplication.Integration.Tests.csproj
Processing (64/66): tests/MyDesktopApplication.Integration.Tests/TodoRepositoryTests.cs
Processing (65/66): tests/MyDesktopApplication.UI.Tests/MainWindowViewModelTests.cs
Processing (66/66): tests/MyDesktopApplication.UI.Tests/MyDesktopApplication.UI.Tests.csproj
==============================================
Export Complete!
==============================================
Output file: docs/llm/dump.txt
Files exported: 66
Files skipped: 0
Output size: 402.27 KB
File types included:
• Source code: .cs, .fs, .vb
• UI/XAML: .axaml, .xaml, .paml
• Projects: .csproj, .slnx, .sln, .props, .targets
• Config: .json, .yaml, .yml, .xml, .config
• Docs: .md, .txt
• Scripts: .sh, .ps1, .cmd, .bat
• Other: .sql, .resx, .css, .scss, Dockerfile, etc.
real 0m0.711s
user 0m0.449s
sys 0m0.403s
kushal@fedora:~/src/dotnet/MyDesktopApplication$ cd /home/kushal/src/dotnet/MyDesktopApplication; time dotnet clean; time dotnet restore; time dotnet build; time dotnet test; time dotnet list package --outdated; time dotnet format; time sh export.sh;
Build succeeded in 0.5s
real 0m0.641s
user 0m0.723s
sys 0m0.194s
Restore complete (0.5s)
Build succeeded in 0.7s
real 0m0.801s
user 0m0.912s
sys 0m0.190s
Restore complete (0.5s)
MyDesktopApplication.Core net10.0 succeeded (0.1s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.1s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.Shared net10.0 succeeded (0.2s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.5s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.2s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.0s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Android net10.0-android succeeded with 2 warning(s) (19.3s) → src/MyDesktopApplication.Android/bin/Debug/net10.0-android/MyDesktopApplication.Android.dll
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-arm64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
/home/kushal/.dotnet/packs/Microsoft.Android.Sdk.Linux/36.1.2/tools/Xamarin.Android.Common.targets(2502,3): warning XA0141: Android 16 will require 16 KB page sizes, shared library 'libSkiaSharp.so' does not have a 16 KB page size. Please inform the authors of the NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.9' which contains 'runtimes/android-x64/native/libSkiaSharp.so'. See https://developer.android.com/guide/practices/page-sizes for more details.
Build succeeded with 2 warning(s) in 20.5s
real 0m20.615s
user 1m26.821s
sys 0m3.041s
Restore complete (0.5s)
MyDesktopApplication.Core net10.0 succeeded (0.0s) → src/MyDesktopApplication.Core/bin/Debug/net10.0/MyDesktopApplication.Core.dll
MyDesktopApplication.Infrastructure net10.0 succeeded (0.0s) → src/MyDesktopApplication.Infrastructure/bin/Debug/net10.0/MyDesktopApplication.Infrastructure.dll
MyDesktopApplication.Shared net10.0 succeeded (0.0s) → src/MyDesktopApplication.Shared/bin/Debug/net10.0/MyDesktopApplication.Shared.dll
MyDesktopApplication.Core.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Core.Tests/bin/Debug/net10.0/MyDesktopApplication.Core.Tests.dll
MyDesktopApplication.Desktop net10.0 succeeded (0.1s) → src/MyDesktopApplication.Desktop/bin/Debug/net10.0/MyDesktopApplication.Desktop.dll
MyDesktopApplication.Integration.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.Integration.Tests/bin/Debug/net10.0/MyDesktopApplication.Integration.Tests.dll
MyDesktopApplication.UI.Tests net10.0 succeeded (0.1s) → tests/MyDesktopApplication.UI.Tests/bin/Debug/net10.0/MyDesktopApplication.UI.Tests.dll
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.05] Discovering: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.5+1b188a7b0a (64-bit .NET 10.0.1)
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.10] Discovered: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.12] Starting: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.06] Discovering: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.11] Starting: MyDesktopApplication.Integration.Tests
[xUnit.net 00:00:00.09] Discovered: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.10] Starting: MyDesktopApplication.UI.Tests
[xUnit.net 00:00:00.18] Finished: MyDesktopApplication.Core.Tests
[xUnit.net 00:00:00.17] Finished: MyDesktopApplication.UI.Tests
MyDesktopApplication.Core.Tests test net10.0 succeeded (0.7s)
MyDesktopApplication.UI.Tests test net10.0 succeeded (0.7s)
[xUnit.net 00:00:00.66] Finished: MyDesktopApplication.Integration.Tests
MyDesktopApplication.Integration.Tests test net10.0 succeeded (1.2s)
Test summary: total: 29, failed: 0, succeeded: 29, skipped: 0, duration: 1.3s
Build succeeded in 2.1s
real 0m2.220s
user 0m1.645s
sys 0m0.353s
Restore complete (0.5s)
Build succeeded in 0.6s
The following sources were used:
https://api.nuget.org/v3/index.json
The given project `MyDesktopApplication.Android` has no updates given the current sources.
The given project `MyDesktopApplication.Core` has no updates given the current sources.
The given project `MyDesktopApplication.Desktop` has no updates given the current sources.
The given project `MyDesktopApplication.Infrastructure` has no updates given the current sources.
The given project `MyDesktopApplication.Shared` has no updates given the current sources.
The given project `MyDesktopApplication.Core.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.Integration.Tests` has no updates given the current sources.
The given project `MyDesktopApplication.UI.Tests` has no updates given the current sources.
real 0m2.147s
user 0m2.252s
sys 0m0.424s
real 0m8.214s
user 0m13.537s
sys 0m1.170s
==============================================
Project Export for LLM Analysis
==============================================
Project Path: /home/kushal/src/dotnet/MyDesktopApplication
Output File: docs/llm/dump.txt
Generating directory structure...
Collecting files...
Found 66 files to export
Processing (1/66): Directory.Build.props
Processing (2/66): Directory.Packages.props
Processing (3/66): export.sh
Processing (4/66): fix-ui-and-precision.sh
Processing (5/66): .gitattributes
Processing (6/66): .github/dependabot.yml
Processing (7/66): .github/workflows/build.yml
Processing (8/66): .github/workflows/ci.yml
Processing (9/66): .github/workflows/release.yml
Processing (10/66): .gitignore
Processing (11/66): MyDesktopApplication.slnx
Processing (12/66): README.md
Processing (13/66): src/MyDesktopApplication.Android/AndroidManifest.xml
Processing (14/66): src/MyDesktopApplication.Android/App.axaml
Processing (15/66): src/MyDesktopApplication.Android/App.cs
Processing (16/66): src/MyDesktopApplication.Android/Converters/Converters.cs
Processing (17/66): src/MyDesktopApplication.Android/MainActivity.cs
Processing (18/66): src/MyDesktopApplication.Android/MyDesktopApplication.Android.csproj
Processing (19/66): src/MyDesktopApplication.Android/Resources/drawable/icon.xml
Processing (20/66): src/MyDesktopApplication.Android/Resources/values/strings.xml
Processing (21/66): src/MyDesktopApplication.Android/Resources/values/styles.xml
Processing (22/66): src/MyDesktopApplication.Android/Views/MainView.axaml
Processing (23/66): src/MyDesktopApplication.Android/Views/MainView.axaml.cs
Processing (24/66): src/MyDesktopApplication.Core/Entities/Country.cs
Processing (25/66): src/MyDesktopApplication.Core/Entities/EntityBase.cs
Processing (26/66): src/MyDesktopApplication.Core/Entities/GameState.cs
Processing (27/66): src/MyDesktopApplication.Core/Entities/QuestionType.cs
Processing (28/66): src/MyDesktopApplication.Core/Entities/TodoItem.cs
Processing (29/66): src/MyDesktopApplication.Core/Interfaces/IGameStateRepository.cs
Processing (30/66): src/MyDesktopApplication.Core/Interfaces/IRepository.cs
Processing (31/66): src/MyDesktopApplication.Core/Interfaces/ITodoRepository.cs
Processing (32/66): src/MyDesktopApplication.Core/MyDesktopApplication.Core.csproj
Processing (33/66): src/MyDesktopApplication.Desktop/App.axaml
Processing (34/66): src/MyDesktopApplication.Desktop/App.axaml.cs
Processing (35/66): src/MyDesktopApplication.Desktop/app.manifest
Processing (36/66): src/MyDesktopApplication.Desktop/appsettings.json
Processing (37/66): src/MyDesktopApplication.Desktop/Assets/ava…1 parent ece3c96 commit 48f41e8
3 files changed
+410
-345
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11097 | 11097 | | |
11098 | 11098 | | |
11099 | 11099 | | |
| 11100 | + | |
| 11101 | + | |
| 11102 | + | |
| 11103 | + | |
| 11104 | + | |
| 11105 | + | |
11100 | 11106 | | |
0 commit comments