How do I get the GUID of an NUnit project?
I am referring to this answer to get the GUID of the application and it's returning NULL in my case of NUnit project. Basically custom attributes of Assembly.GetExecutingAssembly()
doesn't has a GuidAttribute.
I want GUID because in one of my testcases, I am using GPO Save API and I need to pass Guid as it's last argument.