-
Compile the following project using VS 2017
[MaterialVS2017.zip](https://github.com/xamarin/XamarinComponents/files/4289828/MaterialVS2017.zip)
And you'll get the following exception
```
…
-
-
Calling `HttpClient.GetAsync(url).Result` in a loop causes process memory to grow continuously:
```
Task.Run(() =>
{
var httpClient = new HttpClient();
httpClient.BaseAddress = …
-
**Error CS0246: The type or namespace name 'OpenApiOperation' could not be found (are you missing a using directive or an assembly reference?)**
I'm writing a v4 Isolated function, using .Net Frame…
-
### Description
In my Xamarin forms iOS project I have set "HttpClient Implementation" as "NSUrlSession (iOS 7+)" and in code we create HttpClient as below:
HttpClient httpClient = new HttpClien…
-
### Description
When using a CarouselView if you attempt to set the `CurrentItem` to null the application crashes. The following code should not cause the application to crash.
```c#
Items.Cl…
-
**Is your feature request related to a problem?**
### Description
Piped Processing Language (PPL), enables users with exploration and discovery of their data, and finding search patterns in data sto…
-
### Description
I’m not sure if it’s my fault, but I cannot see how, so here’s my scenario:
I have a page with one big CarouselView, which is displaying the results of certain filter criteri…
-
### Description
Switches look inconsistent (color, hover) when using different IsEnabled initial values. Only observed on UWP.
### Steps to Reproduce
1. Put toggles in your view like this, w…
-
## Context
Within w3up infrastructure, through the UCAN stream we track system wide metrics and space metrics. These metrics allow us to know overall system metrics and w3up users to know about the…