You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating script compilations via Microsoft.CodeAnalysis.ProjectInfo provides no way to specify the compilation's return type. Lower level APIs such as Microsoft.CodeAnalysis.CSharp.CSharpCompilation.CreateScriptCompilation allow for this.
It would be desirable to create these compilations via the ProjectInfo API that is used in workspaces.
The text was updated successfully, but these errors were encountered:
Version Used: 2.3.0
Creating script compilations via
Microsoft.CodeAnalysis.ProjectInfo
provides no way to specify the compilation's return type. Lower level APIs such asMicrosoft.CodeAnalysis.CSharp.CSharpCompilation.CreateScriptCompilation
allow for this.It would be desirable to create these compilations via the
ProjectInfo
API that is used in workspaces.The text was updated successfully, but these errors were encountered: