Giter VIP home page Giter VIP logo

Comments (5)

csinkers avatar csinkers commented on May 19, 2024

What version of .NET are you using? i.e. what do you get if you enter dotnet --version at a command prompt?
I'm not seeing these errors after downloading a fresh zip of the repo, extracting and running run.bat

from ualbion.

xcom169 avatar xcom169 commented on May 19, 2024

I think I have multiple versions installed.
Maybe it's too fresh ? v5.0.203

from ualbion.

csinkers avatar csinkers commented on May 19, 2024

It won't be that then, mine's working with v5.0.203
The file path of the first file is odd: netstandard2.0.NETStandard,Version=v2.0.AssemblyAttributes.cs
There should be a \ in there after "netstandard2.0" (build\UAlbion.Api\obj\Debug should only contain a netstandard2.0 directory, no files).

from ualbion.

xcom169 avatar xcom169 commented on May 19, 2024

PS C:\xx\Albion-master> dotnet --list-runtimes
Microsoft.AspNetCore.App 3.1.15 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.15 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.15 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.6 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

PS C:\Users\xxAlbion-master> dotnet --list-sdks
5.0.203 [C:\Program Files\dotnet\sdk]

from ualbion.

csinkers avatar csinkers commented on May 19, 2024

None of that looks like it should be causing a problem, if I download a fresh copy it works and github action builds are working on windows, linux and mac so it must be some weird environmental thing. Some things to try:

  • cloning it with git rather than downloading the zip
  • building with Visual Studio rather than run.bat / the dotnet cmdline utility (Community Edition or VS Code should both work)
  • if those don't work, try compiling using dotnet with full verbosity and I can take a look (upload the results to https://gist.github.com/ or something and link to it, it'll be too long for a comment). Running dotnet run --project src\ualbion -v diag >build.log should compile and write everything to "build.log".

from ualbion.

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.