No description
  • C# 94.8%
  • PowerShell 2.8%
  • Shell 2.2%
  • Batchfile 0.2%
Find a file
user f76ab38f40
All checks were successful
build / build (push) Successful in 1m38s
Fix net10 build: bump Roslyn 4.8 -> 5.0, drop CodePages, pin Tmds.DBus, init SaveOperationsCommand
- Microsoft.CodeAnalysis* 4.8.0 -> 5.0.0 (Analyzers 5.3.0 since no 5.0.0
  exists). EF Core 10 transitively wants Workspaces >= 5.0.0; pinning the
  whole family to 5.0.0 satisfies both Workspaces.MSBuild's = 5.0.0
  exact-version constraint and EF's >= 5.0.0.
- Add explicit Microsoft.CodeAnalysis.CSharp.Workspaces 5.0.0 pin (CPM
  transitive pinning required it after EF bump).
- Remove System.Text.Encoding.CodePages: NU1510 says it's already pruned
  into the .NET 10 SDK and the explicit reference is unnecessary.
- Add Tmds.DBus.Protocol 0.93.0 pin: Avalonia.Desktop transitively pulled
  0.21.2 which has a high-severity CVE.
- UploadOperationsViewModel: SaveOperationsCommand was declared but never
  assigned. C# 14 nullable analysis (CS8618) now flags it. Wire it to the
  already-existing private SaveOperations handler.
2026-05-25 21:20:15 +03:00
.forgejo/workflows Bump to .NET 10; switch Build.cs to IDefaultBuildFlow 2026-05-25 21:12:54 +03:00
.nuke Add Nuke build infra; migrate sln -> slnx; switch CI to base image 2026-05-25 20:40:38 +03:00
build Bump to .NET 10; switch Build.cs to IDefaultBuildFlow 2026-05-25 21:12:54 +03:00
src Fix net10 build: bump Roslyn 4.8 -> 5.0, drop CodePages, pin Tmds.DBus, init SaveOperationsCommand 2026-05-25 21:20:15 +03:00
.dockerignore toto 2025-10-07 21:23:54 +03:00
.editorconfig initial commit 2025-09-01 16:00:36 +03:00
.gitattributes initial commit 2025-09-01 16:00:36 +03:00
.gitignore Migrate to Forgejo: switch CI to Forgejo Actions, point NuGet feed to forgejo.matelq.ru, ignore local Firebird DBs 2026-05-25 17:01:55 +03:00
AddMigration.ps1 initial commit 2025-09-01 16:00:36 +03:00
build.cmd Add Nuke build infra; migrate sln -> slnx; switch CI to base image 2026-05-25 20:40:38 +03:00
build.ps1 Add Nuke build infra; migrate sln -> slnx; switch CI to base image 2026-05-25 20:40:38 +03:00
build.sh Add Nuke build infra; migrate sln -> slnx; switch CI to base image 2026-05-25 20:40:38 +03:00
Directory.Build.props Bump to .NET 10; switch Build.cs to IDefaultBuildFlow 2026-05-25 21:12:54 +03:00
Directory.Packages.props Fix net10 build: bump Roslyn 4.8 -> 5.0, drop CodePages, pin Tmds.DBus, init SaveOperationsCommand 2026-05-25 21:20:15 +03:00
docker-compose.yml toto 2025-10-07 21:23:54 +03:00
MoneyLaundry.slnx Drop global.json: redundant once CI runs on dotnet-sdk-with-docker base image 2026-05-25 20:46:07 +03:00
nuget.config Migrate to Forgejo: switch CI to Forgejo Actions, point NuGet feed to forgejo.matelq.ru, ignore local Firebird DBs 2026-05-25 17:01:55 +03:00
README.md initial commit 2025-09-01 16:00:36 +03:00

MoneyLaundry

Build

Build and ci configuration is inspired by https://github.com/alex1ozr/DockerTests