Oleksii Holub
Oleksii Holub
Trim published binaries to reduce their size. This is currently done in a slightly hacky way due to many libraries producing trim warnings, including: - Avalonia itself - Material.Avalonia -...
Stream-line trimmed builds by eliminating warnings and workarounds. Currently, warnings are produced by the following dependencies: - Avalonia itself - Material.Avalonia - CliFx (uses reflection) - Onova (uses reflection) -...
Tests are failing due to a recent change: root page (`/`) no longer has a handler and migrations are performed automatically. This updates the health checks to fix it. There...
More warnings!
JIRA item: https://bitwarden.atlassian.net/browse/PAS-206 ___ Based on the items raised in the "general feedback" meeting with me and @abergs. Suggestion 1: rename `AddPasswordlessSdk()` to `AddPassworless()`. The Identity integration should either provide...
## Description It would be nice if the tests didn't fail due to timeout while debugging, just like in NUnit. Currently, you need to remove the attribute to properly debug...
_IF BUG, INCLUDE THIS PART:_ ### Steps to reproduce 1. Have a Plot with visibility = hidden (collapsed works fine) 2. Populate the DataPoints either directly or through binding 3....
#130 added annotations for APIs that dynamically reference code (usually through reflection). These methods are, in essence, in compatible with trimming/AOT. This means that the only available way to set...