Ask a Question

Ask a Question
Back to All

Failing microservice builds

How can I understand why my microservice build fails? Specifically, there are linkage errors (as though referenced assemblies aren't copied), though in the build folder those assemblies are pulled in. For all the types that I load from manually referenced DLLs, I get an error during build, saying that the type is not found. It used to work, and I think that this problem presents any time I push the microservice to the server, but not during local builds.