R
rgelfand
Guest
We have a team of 6 developers. OS used for development varies from windows 7 32 bit to windows 10 64 bit.
The source control is git. The development is in c#.
Currently, a common set of assemblies are used by 2 solutions. One solution is a web application. Another solution is a windows service. The assemblies are build from a solution and copied to a designated location of solutions consuming them.
We are experiencing 2 problems with it. 1) Consuming application may not end up with the latest common assemblies. For instance developer forgot to copy an assembly to a designated location within a solution. 2) If a common assembly was built on another os platform, there might be problems compiling the solutions referencing these assemblies.
What is the proper approach to deal with this problem?
Thanks in advance
Continue reading...
The source control is git. The development is in c#.
Currently, a common set of assemblies are used by 2 solutions. One solution is a web application. Another solution is a windows service. The assemblies are build from a solution and copied to a designated location of solutions consuming them.
We are experiencing 2 problems with it. 1) Consuming application may not end up with the latest common assemblies. For instance developer forgot to copy an assembly to a designated location within a solution. 2) If a common assembly was built on another os platform, there might be problems compiling the solutions referencing these assemblies.
What is the proper approach to deal with this problem?
Thanks in advance
Continue reading...