Skip to content

Seed_Dispersal.dll ? #23

Description

@bahaelaila7

Greetings!

I am trying to understand the codebase. Admittedly, I am not a C# expert, so I apologize if this turns out to be a stupid question.

I am trying to locate the source for the "Seed_Dispersal" dependency here :

<Reference Include="Seed_Dispersal">
<HintPath>lib\Seed_Dispersal.dll</HintPath>
</Reference>

But I do not see any specific .csproj with that artifact output (namely "Seed_Dispersal").
I looked over all the repos in the Landis foundation for "Seed_Dispersal" and could not find any source (namespace). Only being used/referenced to, but never defined or declared.

I am aware of the file density-seeding/Seed Dispersal.cs but there are two issues:

  1. There still needs to be an explicit artifact compiling that file to produce "Seed_Dispersal.dll", especially since it relies on other Landis namespaces.
  2. The type "Seed_Dispersal.Map" referenced in demographic-seeding here
    private Seed_Dispersal.Map seedingData;
    does not exist in the file density-seeding/Seed Dispersal.cs (while DensitySeedMap does) , so I am still not sure if Seed_Dispersal.dll is just density-seeding/Seed Dispersal.cs.

Could you point me to the source of this Seed_Dispersal.dll ?

Thank you very much for your efforts, and I apologize for the potentially dumb question in advance!
-Bahaa

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions