Strong name errors on initial clone and build #113
-
@JimBobSquarePants - I have just cloned the repo to add GCP provider support and on the initial build of the solution after initialising the git modules I'm getting a strong name error. I'm not sure if this should be the default experience when building the solution, should it just be a CI build time consideration? It makes it a little difficult to get up and running and contribute a PR if you cant build the solution straight away. Let me know how I can help improve the experience.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @sandcastle You should read the Manual Build section of the README. You haven't initialized the git submodules. They certainly complicate things but I don't know of a better way to share the code we need to across multiple repositories. |
Beta Was this translation helpful? Give feedback.
Hi @sandcastle
You should read the Manual Build section of the README. You haven't initialized the git submodules. They certainly complicate things but I don't know of a better way to share the code we need to across multiple repositories.