Skip to content

feat: Add net10.0 support and fix SettingsKeyValueStore for Android - #1

Open
Codelisk wants to merge 2 commits into
base-for-prfrom
main
Open

feat: Add net10.0 support and fix SettingsKeyValueStore for Android#1
Codelisk wants to merge 2 commits into
base-for-prfrom
main

Conversation

@Codelisk

Copy link
Copy Markdown
Owner

Summary

  • Update for net10.0 compatibility
  • Fix SettingsKeyValueStore.GetPrefs() returning null on Android

Changes

  • Use Application.Context to get SharedPreferences
  • Fixes NullReferenceException when Shiny.Notifications stores notification IDs

Test plan

  • Build successfully with net10.0-android
  • Local notifications work correctly

🤖 Generated with Claude Code

Codelisk and others added 2 commits January 28, 2026 12:03
- Update Directory.build.props for net10.0-android
- Update package versions in Directory.packages.props
- Fix Shiny.Extensions.Stores.csproj for net10.0 target

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use Application.Context to get SharedPreferences instead of returning null.
This fixes NullReferenceException when Shiny.Notifications tries to store notification IDs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

1 participant