Results 4 issues of Shantanu Methikar

When building the latest main on the `AnyCPU` configuration, I get the following error: ``` Severity Code Description Project File Line Suppression State Error CS0122 'ItemsViewHandler.Controller' is inaccessible due to...

**Description** Consider WebView2 sample app's AddHostObject example - https://github.com/MicrosoftEdge/WebView2Samples/blob/main/SampleApps/webview2_sample_uwp/Pages/AddHostObject.xaml.cs I updated the code in `add_host_object.html` to change `AddToList` function as follows ``` function AddToList(button) { let text = button.innerHTML; bridgeInstance.async().appendToItems(null);...

bug
tracked
priority-low

Can we use this for Shell Content icon?

**Description** If we try to use a custom cursor inside a UWP app, we get a default cursor instead of a specified cursor. It does not even render the fallback...

bug