Hi.
I have some customizations that I have created into a deployable package and they are deployed with success to both UAT and PROD. Now my DEV box ended up being corrupted and I deleted it and redeployed a new DEV box. I thought that I could just create a DEV box from a point-in-time restore of my UAT, but realized to late that this wasn't the case. I then redeployed a new clean DEV box and copied in data from PROD through this guideline https://docs.microsoft.com/en-us/dynamics365/operations/dev-itpro/database/copy-database-from-azure-sql-to-sql-server which worked perfectly fine. The thing is that I didn't use VSTS for my code, which I know I should have, and now I want to restore the source code. I have deployed the deployable package to the DEV box and this makes the customizations appear and working in the application, but I cannot access the source code in VS. I can see my extension model but I cant edit it and the overlaying models do not appear at all.
Is there anyway I can restore the source code?
Any help is appreciated, thanks.
*This post is locked for comments