Jon Thysell

Results 182 comments of Jon Thysell

@JunielKatarn It looks like there's a problem with C++ apps consuming C# modules during the nuget restore. You applied a fix for sample-apps, but that doesn't help everyone else. For...

> Same problem here, followed microsoft guides to create the native module but it's failing when added to the app. Any workaround to fix this? @andrelimawork There are a couple...

@acoates-ms Can you put this as a draft?

Just found out about this RFC. I'm actually currently trying to build our (`react-native-windows`'s) new arch lib template on top of the current `java-objc` template from `create-react-native-library`. Here's the RNW...

> @jonthysell Jon Thysell (JAUNTY) FTE did you intend to say something about the sample app here? I edited my comment with what I think I was intending to say...

Correction: The links to other pages on a page look fine, links to the images at the top of the page also have the weird extra quotes which break the...

![20210505_101057](https://user-images.githubusercontent.com/10852185/117184431-94994a00-ad8d-11eb-8a81-e0a46c6c4b24.jpg)

Looking at the source, it appears Netscape 1.12 doesn't like when attribute values use single quotes instead of double quotes. This doesn't work: `text`. But this does: `text`. So while...

Are you trimming your output? Try the following in your csproj to make sure the assembly doesn't get trimmed: ```xml ```

Interesting, this is maybe a linux only issue? I'll have to check a Linux VM, it works fine on Windows.