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

Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.

Results 272 uno.extensions issues
Sort by recently updated
recently updated
newest added

## What would you like to be added: Add the ability to easily use Raygun for crash reporting (see https://platform.uno/blog/uno-platform-error-performance-monitoring-with-raygun/) ## Why is this needed: ## For which Platform: -...

kind/enhancement
triage/untriaged

### Discussed in https://github.com/unoplatform/uno.extensions/discussions/2477 Originally posted by **ArchieCoder** July 30, 2024 In the default Uno template App.xaml.cs, there is the following line: **.UseSerilog(consoleLoggingEnabled: true, fileLoggingEnabled: true)** The flag fileLoggingEnabled=true does...

## Current behavior ## Expected behavior The props files should be provided as content in nuget, as they'll end up being packaged in the final app.

kind/bug
triage/untriaged

# Description Several extensions libraries suffer from being hard to test. This includes the Http Client and Authentication libraries. We should evaluate using a [MockHttp](https://github.com/skwasjer/MockHttp) helper library to help us...

kind/contributor-experience

GitHub Issue (If applicable): closes #2473 ## PR Type What kind of change does this PR introduce? - Bugfix ## PR Checklist Please check if your PR fulfills the following...

To avoid naming conflicts, we should looking into changing the generated code for Models to something other than the `BindableXYZ` naming pattern. We should perhaps use a `ViewModel` suffix for...

kind/enhancement

We should introduce a fluent builder pattern for creating/observing/manipulating Feeds/States on a model. So Instead of needing to define the model and then subscribe to changes separately: ```csharp public record...

kind/enhancement

## Current behavior ## Expected behavior ## How to reproduce it (as minimally and precisely as possible) Please see https://github.com/unoplatform/uno.toolkit.ui/issues/1194. It's the same behavior but the ItemsSource is set properly...

kind/bug
triage/untriaged

## Current behavior After signing in using web authentication, restarting the application required user to login again because tokens can't be retrieved ## Expected behavior After authenticating, next run of...

kind/bug
triage/untriaged

_Originally posted by @ArchieCoder in https://github.com/unoplatform/uno.extensions/issues/2423#issuecomment-2248723789_ @ArchieCoder suggest changing the log level of these warnings to Debug. This adjustment will help in reducing the clutter in the warning logs and...