DevTKSS
DevTKSS
Thanks for stopping on by to share feedback 💖 If you are after inspiration, folks typically submit feedback on the following topics: - what version of Uno and what platforms...
## What would you like clarification on I would appreciate if I would not always be required to lookup the `Uno.Extensions/Samples/Playground/*` Source Code then instead could get the same Information...
## On which page? TOC ? ## What's wrong? Both Namespaces are not part of the TOC - PropertySelector - KeyEquality -> KeyEqualityComparer but at least in case somebody KNOWS...
## Current behavior - Initially commented on (forgotten?) Issue about `.ContentSource(...)` #1497 I am unable to source Solution-wide-synced Configuration or json Data like the `` (used in the Uno.Chefs App...
### What would you like to be changed Replace the dependency on `IOptionsMonitor` with `IOptionsSnapshot`: - Change the constructor dependency and internal field type in `WritableOptions` - Update `WritableOptions.Value` to...
## Current behavior In a plain **.NET Console app** using `` and `Uno.Extensions.Configuration`, configuration binding via `IConfigBuilder.Section()` fails at runtime to resolve / load `appsettings.json` when I use the Microsoft...
## What would you like to be changed `IConfigBuilder.Section` currently **always** registers the section as `IWritableOptions`, without providing a way to opt out. Currently, every call to `Section` implicitly registers...
GitHub Issue (If applicable): closes #2630 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the current behavior? - Missing complete...
## What would you like clarification on While there is at the moment duplicated Logging setup in our Uno apps, lets say we would just "clean" this ourselfs and just...
GitHub Issue (If applicable): closes # I could add another Issue, but as not finding this information in the docs did cause myself already much time, until I found out...