I am trying to generate an assembly file (Dll) from current active document in the editor.
Ex. I have 3 C# source files - file1.cs, file2.cs, file3.cs and if I currently opened the file2.cs in the editor. I need to build an assembly Dll only for a single file file2.dll using the Roslyn compiler API.