Alexander Sklar

Results 110 issues of Alexander Sklar

The last time React Native for Windows took an ingestion of Folly was Oct 5 2020. On Oct 26, a new dependency was added in this commit: Add a StringPiece...

@tabrindle it looks like 7.7.2 thinks it's 7.7.1 ? ![image](https://user-images.githubusercontent.com/22989529/88249577-b0e25500-cc59-11ea-85f6-6afb50443b9b.png) _Originally posted by @asklar in https://github.com/tabrindle/envinfo/pull/180#issuecomment-662801350_

Add react-native-sketch-canvas (fork from @creambyemute) # Why # Checklist If you added a new library: - [X] Added it to **react-native-libraries.json** If you added a feature or fixed a bug:...

Some libraries don't contain any javascript and are likely going to work out of the box on all platforms (as long as they don't expect access to the html DOM,...

**Describe the bug** Adding a class that derives from `Attribute` will cause the build to fail with an unrelated error **To Reproduce** ```cs namespace CSWinRT_AuthoringPlayground { public sealed class X...

bug
authoring

This is the first PR to bring cswinmd over into this repo. ### Description CSWinMD is a tool to generate WinMD files from C#/WinRT .cs files (technically not valid C#,...

Filing this here to track a dependency on cswinrt from https://github.com/microsoft/react-native-windows/issues/6539 We would like to be able to move away from C# UWP but we still need to target system...

enhancement
cswinmd

The generator will try adding `ExclusiveTo` but pass a string (class name) instead of a `Type` https://github.com/microsoft/CsWinRT/blob/ad6adcb997b40cea649cf4156451316e714bc3ea/src/Authoring/WinRT.SourceGenerator/WinRTTypeWriter.cs#L1566-L1579

bug
authoring
cswinmd

Crash in `WinRTTypeWriter.AddCustomAttributes` when no matching constructors are found (we blindly access `matchingConstructor.First()`) ``` System.Linq.dll!System.Linq.ThrowHelper.ThrowNoElementsException() Unknown System.Linq.dll!System.Linq.Enumerable.First(System.Collections.Generic.IEnumerable source) Unknown > CsWinMD.dll!Generator.WinRTTypeWriter.AddCustomAttributes(string attributeTypeName, System.Collections.Generic.IList primitiveTypes, System.Collections.Generic.IList primitiveValues, System.Reflection.Metadata.EntityHandle parentHandle) Line 1717...

bug
authoring
cswinmd

We will have use cases to use source generator in contexts other than cswinrt. Spoke to @manodasanW and @j0shuams about this; it isn't urgent, but we will need to do...

enhancement
cswinmd