Chris Guzak
Chris Guzak
I see we are getting generic code formatting via 4 space indents void foo() {} An alternative, that give syntax-highlights, is to use "3 ticks"cpp code "3 ticks" ```cpp void...
When passing values to functions that use co-routines those functions need to ensure they don't access values by reference in the continuation. This means parameter choice pushes you do taking...
**[SF.7](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#sf7-dont-write-using-namespace-at-global-scope-in-a-header-file): Don't write `using namespace` at global scope in a header file** the global namespace can be modified as follows ``` // foo.h namespace foo { using namespace bar; }...
Fixes # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR Checklist Please check...
## Describe the bug Sample apps don't run ## Steps to Reproduce - Cloned the repo Microsoft.Toolkit.Win32 - Build the toolkit. - Select "Microsoft.Toolkit.Sample.Wpf.App" as startup project. - Hit F5...
Open VS and this banner is presented.  that takes you to [this page](https://github.com/dotnet/core/blob/main/microsoft-support.md) that explains. > From: Michael Hawker ... The global.json file is pinning the version of the...
### Describe the bug @angelazhangmsft updated the templates for the WinAppSDK samples in [this PR](https://github.com/microsoft/WindowsAppSDK-Samples/pull/107). These types of changes should be made to the templates that generate the WinAppSdk Apps....
## Summary By default, Win32 processes have some unfortunate behavior due to the compatibility implications of changing them. For example COM will catch crashes on incoming RPC calls and continue...
## Description This is a variation of #4887 that I missed when I fix that (that I've verified via updated VS). vstest.console.exe needs the same manifest update. but I took...
### Describe the bug I created a new WinUI C++ Packaged App and built it. this warning was emitted. Should? be easy to switch to the conformant mode. ``` cl...