Code Monkey home page Code Monkey logo

Comments (3)

trungnt2910 avatar trungnt2910 commented on June 12, 2024

Can you please name the project something other than haiku (case-insensitive)?

I can see in the zip file, there are two different .dlls, a large Haiku.dll (which is what I named in my workload), and a smaller haiku.dll (which is probably what you have recently built). I am not sure; I don't have my development machine right now and can't access a .NET decompiler.

What is happening might be that .NET .dll resolution is case-insensitive to match with Windows platform conventions. Whatever strategy the runtime is using might have found haiku.dll before Haiku.dll, and tried resolving BApplication from there instead.

from dotnet-haiku.

nexus6-haiku avatar nexus6-haiku commented on June 12, 2024

Good spot! I've renamed it to HaikuApp and it started. I've found some relative old issues around 2020 discussing case sensitivity on file systems like APFS, I'm wondering if that has been solved and the sdk/runtime can be configured for a case-sensitive file system.

from dotnet-haiku.

trungnt2910 avatar trungnt2910 commented on June 12, 2024

Closing for now, name clashes with system binaries is undesirable regardless of the platform, and on Haiku Haiku.* should be reserved.

from dotnet-haiku.

Related Issues (1)

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.