Giter Club home page Giter Club logo

Comments (7)

VRage avatar VRage commented on June 24, 2024 1

Hi @jeromelaban sure. There you go
msbuild.txt
I've changed filetype from .binlog to .txt

from uno.wasm.bootstrap.

jeromelaban avatar jeromelaban commented on June 24, 2024

Thanks @VRage for the report. Could you create a binlog out of a test build for a solution which is under perforce?

from uno.wasm.bootstrap.

jeromelaban avatar jeromelaban commented on June 24, 2024

@VRage We've implemented some changes for this in #815. Could you try with the nuget packages in this build, in the uno-wasm-bootstrap-drop artifact.

You'll need to create a "local nuget" feed, and install the packages from there.

Let me know if this helps for you, thanks!

from uno.wasm.bootstrap.

VRage avatar VRage commented on June 24, 2024

@jeromelaban i could not install the uno.wasm.versionchecker nuget:

Install-Package : NU1202: Package Uno.Wasm.VersionChecker 0.2.0-PullRequest0815.1508 is not compatible with net7.0 (.NETCoreApp,Version=v7.0). Package Uno.Wasm.VersionChecker 0.2.0-PullRequest0815.1508 supports:
  - net5.0 (.NETCoreApp,Version=v5.0) / any
  - net7.0 (.NETCoreApp,Version=v7.0) / any
At line:1 char:1
+ Install-Package "D:\Temp\CloudViewer_Projects\New folder\Uno.Wasm.Ver ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
 
Install-Package : NU1212: Invalid project-package combination for Uno.Wasm.VersionChecker 0.2.0-PullRequest0815.1508. DotnetToolReference project style can only contain references of the DotnetTool type 
At line:1 char:1
+ Install-Package "D:\Temp\CloudViewer_Projects\New folder\Uno.Wasm.Ver ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
 
Install-Package : Package 'Uno.Wasm.VersionChecker 0.2.0-PullRequest0815.1508' has a package type 'DotnetTool' that is not supported by project 'Source\Platforms\PerforceUnoReadOnlyFiles.Wasm'.
At line:1 char:1
+ Install-Package "D:\Temp\CloudViewer_Projects\New folder\Uno.Wasm.Ver ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

If i try to build i get following errors:

1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error : [00:00:00.9554498] Unhandled exception. System.Exception: Could not resolve Microsoft.Extensions.Hosting.Abstractions
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error : [00:00:00.9555898]    at Driver.Resolve(String asm_name, AssemblyKind& kind) in /_/src/Uno.Wasm.Packager/packager.cs:line 247
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error : [00:00:00.9556147]    at Driver.Import(String ra, AssemblyKind kind) in /_/src/Uno.Wasm.Packager/packager.cs:line 318
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error : [00:00:00.9556172]    at Driver.Import(String ra, AssemblyKind kind) in /_/src/Uno.Wasm.Packager/packager.cs:line 318
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error : [00:00:00.9556194]    at Driver.Run(String[] args) in /_/src/Uno.Wasm.Packager/packager.cs:line 785
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error : [00:00:00.9556708]    at Driver.Main(String[] args) in /_/src/Uno.Wasm.Packager/packager.cs:line 412
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error : System.Exception: Failed to generate wasm layout (More details are available in diagnostics mode or using the MSBuild /bl switch)
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error :    at Uno.Wasm.Bootstrap.ShellTask_v690c40a1308514abfaaaba256e9cdecea218fd96.RunPackager() in /_/src/Uno.Wasm.Bootstrap/ShellTask.cs:line 768
1>C:\Users\Jakob\.nuget\packages\uno.wasm.bootstrap\0.2.0-pullrequest0815.1508\build\Uno.Wasm.Bootstrap.targets(207,3): error :    at Uno.Wasm.Bootstrap.ShellTask_v690c40a1308514abfaaaba256e9cdecea218fd96.Execute() in /_/src/Uno.Wasm.Bootstrap/ShellTask.cs:line 271

image

from uno.wasm.bootstrap.

jeromelaban avatar jeromelaban commented on June 24, 2024

Thanks. It's expected that the Uno.Wasm.VersionChecker cannot be installed, it's a command line tool, not a library package.

For the Microsoft.Extensions.Hosting.Abstractions issue, this looks different and let's move to a discussion as it's unrelated to the readonly attribute.

from uno.wasm.bootstrap.

jeromelaban avatar jeromelaban commented on June 24, 2024

A new build of the uno.wasm.bootstrap packages will be available soon in the 8.0.x branch.

from uno.wasm.bootstrap.

jeromelaban avatar jeromelaban commented on June 24, 2024

It is now available as part of Uno.Wasm.Bootstrap 8.0.7.

from uno.wasm.bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.