Alexander Sklar
Alexander Sklar
Windows Server 2016 (1607, version 10.0.14393.5066) won't have the required system components like the ICU library. Release 1703 seems to be the first Window release with ICU, see https://docs.microsoft.com/en-us/windows/win32/intl/international-components-for-unicode--icu-#history-of-changes-to-the-icu-library-in-windows Windows...
that page lists 16299 as the min version (which IIRC is already not working based on WinUI 2.x requirements) the Windows Server version mentioned here (14393) is much older than...
it's dispatching the `topLayout` event: https://github.com/microsoft/react-native-windows/blob/ceb4a66113eac76f8f54c50471a17c0174221081/vnext/Microsoft.ReactNative/Views/ViewManagerBase.cpp#L351-L355
it's pretty slow in main, tbh. Much slower than before (about 30s at least). Do we have any recourse to e.g. at least do the restore in parallel for all...
Like Andrew mentioned, the existing AppearanceModule is designed to work with the application's theme. There is no affordance today for notifying / using per-view theme (the core API just doesn't...
notes from sync: apps can't set RequestedTheme dynamically; the RNW code should probably use ActualTheme In parallel we should figure out if there's a good way to just query the...
is there an error shown in the debugger? I imagine this could be because the `dir` function might not be implemented in console when in Release.
After getting the build to "see" the .net 6 install (by using the `UseDotNet@2` task), the build fails complaining that in order to use .net 6, we need MSBuild 17:...
@jonthysell Possibly, though .net 5 is already out of support