Uno.Core
Uno.Core copied to clipboard
Uno.Core is a set of helpers and extension methods used to accelerate development.
# Feature Added supprort for `CancellationToken` on `stream.ReadBytesAsync()`. ## PR Checklist Please check if your PR fulfills the following requirements: - [X] Tested code with current [supported SDKs](../README.md) - [...
## I'm submitting a... - Documentation issue or request ## Current behavior Most of the extension methods in Uno.Core (eg here https://github.com/unoplatform/Uno.Core/blob/master/src/Uno.Core/Collections/EnumerableExtensions.cs) lack [xml documentation](https://docs.microsoft.com/en-us/dotnet/csharp/codedoc). ## Expected behavior Methods are...
## I'm submitting a... - Bug report ## Current behavior The `Uno.Extensions.StringExtensions.Format` method doesn't properly unescape `{{` o `}}` from nested formatting. ## Expected behavior ## Minimal reproduction of the...
# Bug Report ## Current behavior Right now there's a strong dependency to `CommonServiceLocator` package defined in the `csproj`: This dependency can conflict with higher level frameworks implementing the `CommonServiceLocator`...
## I'm submitting a... Bug report (I searched for similar issues and did not find one) ## Current behavior - Following error appears when building the Uno.Core.csproj or Uno.Core.Build.csproj :...
## Current behavior [email protected] is returned as valid by the validation helper. Method documentation indicates it should validate minimum format of [email protected] ## Expected behavior [email protected] is returned as invalid...
## I'm submitting a... - Bug report (I searched for similar issues and did not find one) ## Current behavior Test fails with an error like the following: ``` Test...
## I'm submitting a... - Bug report ## Current behavior Running TestUnlockReleaseNextSynchronously on the CI fails randomly ## Environment ``` Nuget Package: Package Version(s): Affected platform(s): - [ ] iOS...