Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

feat: tried to add WASM and skia project

Open Marc-Antoine-Soucy opened this issue 2 years ago • 1 comments

Marc-Antoine-Soucy avatar Sep 07 '23 15:09 Marc-Antoine-Soucy

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.

Marc-Antoine-Soucy avatar Sep 07 '23 15:09 Marc-Antoine-Soucy