Set ModelsBuilder to LiveDll and ignore the dll in git, is it safe?
We are team of 5-6 developers using Umbraco Cloud and ModelsBuilder.
We like to use Visual Studio and because of that, we set ModelsBuilder to Dll mode, so we can get intellisense. But, when we are working simultaneously, editing doctypes and stuff, we get a lot of merge conflicts, on the dll generated by ModelsBuilder.
So I thought, if we set ModelsBuilder to LiveDll, and ignore the dll, we would end all our git headaches on that particular binary file.
But is there anything we should be worried about, on that approach? I understand that the website would recycle every time a doctype is changed, but that's fine for us.
Set ModelsBuilder to LiveDll and ignore the dll in git, is it safe?
We are team of 5-6 developers using Umbraco Cloud and ModelsBuilder.
We like to use Visual Studio and because of that, we set ModelsBuilder to Dll mode, so we can get intellisense. But, when we are working simultaneously, editing doctypes and stuff, we get a lot of merge conflicts, on the dll generated by ModelsBuilder.
So I thought, if we set ModelsBuilder to LiveDll, and ignore the dll, we would end all our git headaches on that particular binary file.
But is there anything we should be worried about, on that approach? I understand that the website would recycle every time a doctype is changed, but that's fine for us.
is working on a reply...