Tommy
Tommy
Attempted to create and initialize ```WebView2``` but Access Denied. This code is supposed to work only in elevated mode or a particular Windows policy required? 
### Describe the bug I close the WinUI application by pressing 'X' on the window but remains dormant and must kill it in the Task Manager. ### Steps to reproduce...
**Please provide a guide how to use the nuget package in a `net5` Uno Wasm Head** The current Wasm head is a net5 project aims to use the AppCenter but...
``` var channel = new NamedPipeChannel(".", "MY_PIPE_NAME"); var client = new Greeter.GreeterClient(channel); ``` Can you check if the server is listening after you execute this ?
**Describe the bug** ... when the ```Hue``` value is set in ```SKColor``` like : ```Stroke = new SolidColorPaint(Context.NextStroke(), 2.0F),``` **To Reproduce** public SKColor NextStroke() { return new SKColor(0xD65282); // Mystic...
### Describe the bug  ### Steps to reproduce the bug 1. MSIX packaged application created and hit F5. ### Expected behavior _No response_ ### Screenshots _No response_ ### NuGet...
**Describe the bug** Using the labaler below : ``` Labeler = (value) => { if (value < 0D) { return string.Empty; } var date = new DateTime((long)value, DateTimeKind.Utc); if (date...
It is merely a question rather than a bug or issue. Is AnyClone preferred over AutoMapper.Map() method ? Without being too specific. And being a little more; do you actually...
**Describe the bug** I change to dark theme and the Y axis labels aren't visible. X axis ones are. **To Reproduce** ``` [DependsOn(nameof(Context))] public IEnumerable AY => new[] { new...
### Prerequisites - [X] I am using the [correct version](https://github.com/react-bootstrap/react-bootstrap#bootstrap-compatibility) of React-Bootstrap for my version of Bootstrap - [X] I have [searched](https://github.com/react-bootstrap/react-bootstrap/issues?q=is%3Aissue) for duplicate or closed issues - [X] I...