Results 35 issues of Mikey

### System Info - Windows 11 (10.0.22635) - Visual Studio Enterprise 2022 (17.7.5) - Vulkan SDK 1.3.261.1 - MSVC 19.37.32825 for x64 ### Information - [X] The official example notebooks/scripts...

bug
csharp-bindings

It appears as though the `AzureAD\` user principal name prefix is not honored as specified. This causes login to fail on many versions of windows (See Recording below) when that...

Need 2 check
1.77.3

Using import solution, there is no option to import it as an "upgrade" (i.e. where items not present in the solution are deleted from the environment). -- Instead it seems...

enhancement

The instructions say when you run "karma init" to 'Choose "yes" for Require.js.' But this is impossible because karma init skips this question (it just blows right past it and...

On a fresh machine, with .NET Core 2.1.401, following the hello world guide at: https://github.com/dotnet/corert/tree/master/samples/HelloWorld It fails when executing the `dotnet publish -r win-x64 -c release` command, during the "Generating...

Per the current readme.md: > ```` > > > > > > > > > ```` This has multiple problems... :-/ 1.) The latest version of the package on the...

1.) According to the command line documentation, it sounds like "/closed" will automatically merge direct and indirect references into the executable. That does not appear to be the case. 2.)...

On .NET Core 3.1 -- creating a CommonSaveFileDialog and setting `IsExpandedMode` to true causes an InvalidCastException: ``` System.InvalidCastException: 'Interface not registered Failed to find proxy registration for IID: {BD2C38C2-E064-41D0-A999-940F526219C2}.' ```...

bug
help wanted

`CommonFileOpenDialog` and `CommonFileSaveDialog` are both sealed and can't be extended. `CommonFileDialog`'s abstract methods are all internal and can't be extended. `IFileDialogCustomize` is completely internal. etc., etc. This is a common...

enhancement
help wanted

- The .NET 4.0 folder contains the .dll and the 4.6.1 folder contains the xml... instead of them both being present in both folders. - The DLL doesn't get linked...