Alexander Sklar
Alexander Sklar
Currently the C# codegen project uses .netcoreapp 2.2. With .net core 5 supporting UWP, it would be a good opportunity to have everything in one framework and not have to...
When we added PackageReference, we added two unconditional passes to restore every project upon every build first (we restore as PackageReference and then as packages.config). This has 2 effects: -...
We need to build an app that crashes, triggers the Hermes crashdump collection, and then we can validate that it works end to end. Even if it takes a few...
Using RNW 0.65.7 react-native-xaml defines a JsiHostObject (`XamlObject`) The hostobject `get` method takes a `PropertyId` value. The method impl for XamlObject converts the property ID to `std::string` then compares it...
There's currently no way to cancel a file download since the api doesn't expose a cancellation token param. Adding it so downloads can be interrupted/cancelled.
It'd be useful to have a view that showed the number of lines of code each header you include are contributing to (since this has an impact on build perf)....

Using the minizip vcpkg. This causes failures in CI when enabling SDL checks (security checks) at Microsoft, so we cannot use the vcpkg as-is. ioapi.c.obj (minizip.lib) [Explicitly disabled warnings: 4018;4996]...
# Environment ```none Windows build number: 10.0.18362.113 Windows Terminal version (if applicable): Any other software? ``` # Steps to reproduce have a long running process (e.g. msbuild), and ctrl+F to...
### Describe the bug 1st problem is that VS doesn't understand what RowDefinitions (or ColumnDefinitions) means and shows a squiggly - even though it works at runtime ### Steps to...