Uno.Samples
Uno.Samples copied to clipboard
feat: tried to add WASM and skia project
For some reason, it doesnt really work on WASM, and at this point, I'm thinking it would be more simple to simply regenerate the project than adding the wasm Project. Should I just do that @nickrandolph
The error I get is this: 2>C:\p\Uno.Samples\UI\MigrateCustomRenderers\MigrateRenderersSample\MigrateRenderersSample.Wasm\obj\Debug\net7.0\MigrateRenderersSample.Wasm.GlobalUsings.g.cs(2,32,2,42): error CS0234: The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 2>C:\p\Uno.Samples\UI\MigrateCustomRenderers\MigrateRenderersSample\MigrateRenderersSample.Wasm\obj\Debug\net7.0\MigrateRenderersSample.Wasm.GlobalUsings.g.cs(3,32,3,42): error CS0234: The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 2>C:\p\Uno.Samples\UI\MigrateCustomRenderers\MigrateRenderersSample\MigrateRenderersSample.Wasm\obj\Debug\net7.0\MigrateRenderersSample.Wasm.GlobalUsings.g.cs(4,32,4,42): error CS0234: The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 2>C:\p\Uno.Samples\UI\MigrateCustomRenderers\MigrateRenderersSample\MigrateRenderersSample.Wasm\obj\Debug\net7.0\MigrateRenderersSample.Wasm.GlobalUsings.g.cs(5,32,5,42): error CS0234: The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) 2>C:\p\Uno.Samples\UI\MigrateCustomRenderers\MigrateRenderersSample\MigrateRenderersSample.Wasm\obj\Debug\net7.0\MigrateRenderersSample.Wasm.GlobalUsings.g.cs(8,43,8,50): error CS0234: The type or namespace name 'Hosting' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?) 2>Done building project "MigrateRenderersSample.Wasm.csproj" -- FAILED.