nxtn-staged

Results 4 comments of nxtn-staged

> were you using a specific component from the feed (which package)? Removing the TFM just means it's not including the UWP version at all. Hi @michael-hawker, I've tried both...

> It _may_ have been that for very large proto files, we ended up with a string literal which was too big for the compiler. Fair point. A 12k-line concatenated...

Thanks for filling this issue. Just want to add that it wasn't ERROR_TIMEOUT. ``` [0x0] KERNELBASE!RaiseFailFastException + 0x152 [0x1] Microsoft_WindowsAppRuntime!wil::details::WilDynamicLoadRaiseFailFastException + 0x49 [0x2] Microsoft_WindowsAppRuntime!wil::details::WilRaiseFailFastException + 0x18 [0x3] Microsoft_WindowsAppRuntime!wil::details::WilFailFast + 0xa8...

> There's other work at some point to consider what we do with strings that aren't valid UTF-8 It's actually possible to store invalid Unicode in .NET strings. If we're...