No description
  • C# 98.5%
  • PowerShell 0.8%
  • Shell 0.7%
Find a file
2026-05-26 22:00:08 +02:00
.forgejo/workflows feat: Update build workflows for Catalog Lite and Windows Avalonia with improved input types and release handling 2026-05-26 22:00:08 +02:00
.github Refactor application to remove Windows Forms dependencies and transition to Avalonia UI 2026-05-09 14:04:21 +02:00
.vscode Refactor application to remove Windows Forms dependencies and transition to Avalonia UI 2026-05-09 14:04:21 +02:00
Catalog.Communication feat: Update package references and enhance AI extraction service with CSV output functionality 2026-05-24 17:29:05 +02:00
Catalog.sln.ide ayy lmao 2016-07-04 16:45:45 +02:00
CatalogLite Catalog Lite 2026-05-26 21:47:55 +02:00
docs Implement ImageCreatorImageSharp using SixLabors.ImageSharp for image processing 2026-03-08 11:17:47 +01:00
imagecatalog Refactor path handling in UI components 2026-05-24 19:07:17 +02:00
MaddoShared Local build fix 2026-05-24 11:21:30 +02:00
MaddoShared.Benchmarks feat: Update package references and enhance AI extraction service with CSV output functionality 2026-05-24 17:29:05 +02:00
MaddoShared.ImageSharpTests feat: Update package references and enhance AI extraction service with CSV output functionality 2026-05-24 17:29:05 +02:00
MaddoShared.Tests feat: Implement AI CSV overwrite confirmation and update CSV output path based on destination 2026-05-24 18:45:51 +02:00
.gitignore feat: Update .gitignore and project file to include TestArtifacts and local CUDA libraries for publish 2026-05-24 10:49:41 +02:00
.gitlab-ci.yml Enhance publish_release job: export version and add release metadata for automated releases 2026-02-22 14:51:44 +01:00
.gitversion.yml Integrate GitVersion and add version provider abstraction 2026-02-14 21:14:06 +01:00
.upgrade-assistant 2024 reopening 2024-10-14 18:54:30 +02:00
Catalog.code-workspace feat: Update .gitignore and project file to include TestArtifacts and local CUDA libraries for publish 2026-05-24 10:49:41 +02:00
Catalog.sln.bak Gestione status dei thread 2021-03-04 10:44:09 +01:00
Catalog.slnx Catalog Lite 2026-05-26 21:47:55 +02:00
GitVersion.yml Modernize versioning and display in app and build output 2026-02-14 22:18:56 +01:00
NuGet.Config feat: Implement face encoder functionality with GPU support and recursive option 2026-05-09 12:09:05 +02:00
README.md Catalog Lite 2026-05-26 21:47:55 +02:00
run-benchmarks.ps1 Add image processing benchmarks and UI folder open buttons 2026-02-14 19:20:25 +01:00
run-benchmarks.sh Add image processing benchmarks and UI folder open buttons 2026-02-14 19:20:25 +01:00

Catalog 3

Catalog Lite

CatalogLite/CatalogLite.csproj is a minimal Avalonia frontend for processing images from a saved XML configuration. It references MaddoShared, uses only the ImageSharp processor, and exposes only XML loading, source/destination folder selection, start/stop, and progress.

The build embeds an expiration date from the CatalogLiteExpirationDate MSBuild property:

dotnet publish CatalogLite/CatalogLite.csproj -c Release -r win-x64 --self-contained true -p:CatalogLiteExpirationDate=2026-12-31

The separate Forgejo workflow is .forgejo/workflows/build-catalog-lite.yml; run it manually and set expiration_date in yyyy-MM-dd format.