No description
- C# 94.8%
- PowerShell 2.8%
- Shell 2.2%
- Batchfile 0.2%
|
All checks were successful
build / build (push) Successful in 1m38s
- 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. |
||
|---|---|---|
| .forgejo/workflows | ||
| .nuke | ||
| build | ||
| src | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| AddMigration.ps1 | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| Directory.Build.props | ||
| Directory.Packages.props | ||
| docker-compose.yml | ||
| MoneyLaundry.slnx | ||
| nuget.config | ||
| README.md | ||
MoneyLaundry
Build
Build and ci configuration is inspired by https://github.com/alex1ozr/DockerTests