-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
UnoIssues related to Uno PlatformIssues related to Uno PlatformWASMBugs related to working with WASM/CodespacesBugs related to working with WASM/Codespacesbuild 🔥
Milestone
Description
Trying to run Codespaces on my #102 PR now that the source generator for documentation registry is fixed still causes this error:
/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/obj/Debug/net5.0/g/XamlCodeGenerator/GlobalStaticResources.g.cs(56,5): error CS0433: The type 'GlobalStaticResources' exists in both 'CommunityToolkit.Labs.WinUI.CanvasLayout, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' and 'CommunityToolkit.Labs.WinUI.SizerBase, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' [/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/CommunityToolkit.Labs.Wasm.csproj]
/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/obj/Debug/net5.0/g/XamlCodeGenerator/GlobalStaticResources.g.cs(57,5): error CS0433: The type 'GlobalStaticResources' exists in both 'CommunityToolkit.Labs.WinUI.CanvasLayout, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' and 'CommunityToolkit.Labs.WinUI.SizerBase, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' [/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/CommunityToolkit.Labs.Wasm.csproj]
/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/obj/Debug/net5.0/g/XamlCodeGenerator/GlobalStaticResources.g.cs(62,5): error CS0433: The type 'GlobalStaticResources' exists in both 'CommunityToolkit.Labs.WinUI.CanvasLayout, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' and 'CommunityToolkit.Labs.WinUI.SizerBase, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' [/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/CommunityToolkit.Labs.Wasm.csproj]
/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/obj/Debug/net5.0/g/XamlCodeGenerator/GlobalStaticResources.g.cs(63,5): error CS0433: The type 'GlobalStaticResources' exists in both 'CommunityToolkit.Labs.WinUI.CanvasLayout, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' and 'CommunityToolkit.Labs.WinUI.SizerBase, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' [/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/CommunityToolkit.Labs.Wasm.csproj]
/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/obj/Debug/net5.0/g/XamlCodeGenerator/GlobalStaticResources.g.cs(68,5): error CS0433: The type 'GlobalStaticResources' exists in both 'CommunityToolkit.Labs.WinUI.CanvasLayout, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' and 'CommunityToolkit.Labs.WinUI.SizerBase, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' [/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/CommunityToolkit.Labs.Wasm.csproj]
/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/obj/Debug/net5.0/g/XamlCodeGenerator/GlobalStaticResources.g.cs(69,5): error CS0433: The type 'GlobalStaticResources' exists in both 'CommunityToolkit.Labs.WinUI.CanvasLayout, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' and 'CommunityToolkit.Labs.WinUI.SizerBase, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' [/workspaces/Labs-Windows/platforms/CommunityToolkit.Labs.Wasm/CommunityToolkit.Labs.Wasm.csproj]
Not sure what the GlobalStaticResources.g.cs file is about. I created a new PR #109 to test running the same command on a linux environment for the CI. We should hopefully see those there as well (assuming I got the syntax right).
Metadata
Metadata
Assignees
Labels
UnoIssues related to Uno PlatformIssues related to Uno PlatformWASMBugs related to working with WASM/CodespacesBugs related to working with WASM/Codespacesbuild 🔥