uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

`IKeyValueStorage.GetKeysAsync` returns keys with `_ADCSSS` suffix

Open xperiandri opened this issue 1 year ago • 0 comments

image

Current behavior

IKeyValueStorage.GetKeysAsync returns keys with _ADCSSS suffix

Expected behavior

IKeyValueStorage.GetKeysAsync returns keys without _ADCSSS suffix

How to reproduce it (as minimally and precisely as possible)

  1. serviceProvider.GetRequiredDefaultInstance<IKeyValueStorage>()
  2. SetValueAsync
  3. GetKeysAsync

Environment

Nuget Package (s): Uno.Extensions.Storage

Package Version(s): 4.3.0-dev.5

Affected platform(s):

  • iOS
  • macOS (AppKit)
  • Mac Catalyst
  • Android
  • WebAssembly
  • Windows
  • Skia (WPF)
  • Skia (GTK on Linux/macOS/Windows)
  • Skia (Linux Framebuffer)

Visual Studio:

  • 2022 (version: 17.10.4)

xperiandri avatar Jul 11 '24 22:07 xperiandri