curiosity-ai/catalyst

Adding Catalyst to a UWP app causes OutOfMemoryException compiling.

Closed this issue · 1 comments

Just adding Catalyst to a UWP app (tried versions 17763, 18362) causes the error "Framework resource extraction failed. Exception of type 'System.OutOfMemoryException' was thrown." when compiling.

To Reproduce
Create a UWP app in Visual Studio 2019, add Catalyst through NuGet. Add the using, and possibly a use of it. Build for either x64 or x86.

Expected behavior
Compilation works.

From a quick search, could be related to this issue from ML.Net and UWP: dotnet/machinelearning#4366