Alexander Sklar

Results 117 issues of 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...

enhancement
Code Cleanup

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: -...

bug
Area: Developer Experience
Area: Build Infrastructure
Recent Regression
PackageReference

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...

enhancement
Area: Tests
Area: JavaScript Engine
Area: JSI
Engineering Improvement Candidate

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...

bug
Area: JavaScript Engine

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.

under-review

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)....

![image](https://user-images.githubusercontent.com/22989529/114263198-0356d380-9999-11eb-83ac-09ea0c2678f6.png)

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...

Product-Conhost
Help Wanted
Area-Interaction
Issue-Bug
Priority-3

### 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...

bug
area-Tooling
team-Markup
product-winui3