Adding reference outside namespace
How can i set resharper to allow add references outside namespace. I tried to check and uncheck option "Add using directive to deepest scope" but it doesn't work.
Right now i get something like this.
namespace Test
{
using System;
class Program
{
static void Main(string[] args)
{
}
}
}
Please sign in to leave a comment.
Hi Krzysztof
Could you please provide all dotSettings files via
ReSharper | Manage Options | right-click on each layer | Export to file.Pack them into an archive and upload to the https://uploads.jetbrains.com/ service. It will generate an ID after uploading, please share ID with me.
Thank you.