Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tried to add WASM and skia project #562

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Marc-Antoine-Soucy
Copy link
Contributor

No description provided.

@Marc-Antoine-Soucy
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant