Skip to content

Fix bugs: SaveCanvas method name and target framework#13

Merged
ShihaoShen-Bot merged 1 commit into
avaloniafrom
fix/bug-fixes
May 25, 2026
Merged

Fix bugs: SaveCanvas method name and target framework#13
ShihaoShen-Bot merged 1 commit into
avaloniafrom
fix/bug-fixes

Conversation

@ShihaoShen-Bot
Copy link
Copy Markdown
Member

Fixes #9

Changes

  • Fix compile error: → in (method did not exist)
  • Fix target framework: → (CI uses .NET 10 SDK, cannot build net11.0)
  • Git hygiene: Add to
  • Tracking: Update with completed fixes

- Fix compile error: SaveCanvas -> SaveCanvasAsync (method name mismatch)
- Fix target framework: net11.0-windows -> net10.0-windows (CI uses .NET 10 SDK)
- Add *.csproj.lscache to .gitignore
- Update TODO.md with completed fixes
This was referenced May 25, 2026
@ShihaoShen-Bot ShihaoShen-Bot merged commit b2635bd into avalonia May 25, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix bugs

1 participant