Commit graph

18 commits

Author SHA1 Message Date
dc4ebdaf42 Add full XML docs and NuGet IntelliSense support 0.1.1
Comprehensive XML documentation added to all public types, methods, and properties in AIFotoONLUS.Core. Project updated to generate and pack XML docs for NuGet consumers. README rewritten for clarity. Improves developer experience with rich IntelliSense and API docs.
2026-02-15 23:37:08 +01:00
986cc5f8ab Fixed Minversion 0.1.0 v0.1.0 2026-02-15 21:39:14 +01:00
1a9491617a Removed gitversion, added minversion v0.1.0.1 2026-02-15 21:30:01 +01:00
daead29d31 Refactor GitVersion configuration in project file to prioritize safe version composition from MSBuild properties 2026-02-15 19:45:46 +01:00
f6a1aae622 Refactor publish_nuget stage in CI pipeline to streamline dotnet restore and pack commands 2026-02-15 19:35:41 +01:00
5aae5f6486 Add GeneratePackageOnBuild=false to build script in CI pipeline 2026-02-15 19:30:21 +01:00
97eb431b45 Enhance GitVersion integration in CI pipeline with additional diagnostics and JSON output 2026-02-15 19:24:21 +01:00
a90da31e53 Refactor NuGet package versioning logic to use MajorMinorPatch, EscapedBranchName, and PreReleaseNumber 2026-02-15 19:13:00 +01:00
f9a652f5cc Fix GitVersion command to handle errors and improve package versioning logic 2026-02-15 19:02:32 +01:00
057766ec4b Fix for proper gitversion version 2026-02-15 18:58:28 +01:00
7e1b112148 Updated gitversion.msbuild version 2026-02-15 18:51:23 +01:00
1754ddd494 Build only the core project 2026-02-15 18:49:31 +01:00
25f41c1513 Update CI to .NET 10, improve versioning and packaging
- Switch CI pipeline to use .NET 10.0 SDK images for build and publish jobs
- Set GIT_DEPTH=0 and fetch full git history for accurate versioning
- Refactor publish_nuget job to sanitize and inject GitVersion output into package version
- Downgrade GitVersion.MsBuild to 5.13.0 to match CLI tool version
- In csproj, set <Version> from sanitized GitVersion output with fallback
- Remove prevent-increment-of-merged-branch-version from GitVersion.yml for main/master
2026-02-15 18:42:35 +01:00
4c9e4cd2c2 Added gitlab automation information 2026-02-15 18:20:46 +01:00
d2206a00cb Enhanced logging, diagnostics, and robustness throughout
Added NLog-based logging and diagnostics to Console and WPF apps, with programmatic configuration and support for debugger output. Refactored apps to use dependency injection and Microsoft.Extensions.Hosting. Improved output layer extraction and fallback logic in detection/recognition, including objectness-class probability multiplication. Added crop saving for diagnostics. Introduced new CLI options for diagnostics. MainViewModel and MainWindow now use DI and log errors. NumberRecognitionEngine supports logging, crop saving, and robust fallback. Added Python diagnostic script. Improved error handling and argument parsing.
2026-02-15 18:06:03 +01:00
769afc08fb Initial .NET scaffold: Core, Console, WPF projects
Introduced solution structure for AIFotoONLUS migration to .NET. Added Core library with YOLO-based detection/recognition engine using OpenCvSharp, Console batch runner, and WPF demo frontend with MVVM. Implemented model loading, directory processing, progress reporting, and preferences. Added README with build/run instructions.
2026-02-15 15:16:56 +01:00
314761bf9e First commit 2026-02-15 14:04:11 +01:00
8dc8759b81 Add .gitignore (C#/Python) and enable Git LFS for zip, dll, exe, .weights 2026-02-15 14:03:02 +01:00