v1.10.0
Note: This release begins a semantic versioning scheme discussed at #757.
- Scripting project system now delegates more work to the Roslyn
ScriptSourceResolver
, greatly simplifying the scripting workspace, and adding support for multiple#load
directives and live updating of#r
and#load
directives. (#227, #689, PR: #760) - Ensure that the DotNetProjectSystem is initialized with the Roslyn
DefaultAssemblyIdentityComparer.Default
to allow assembly references to unify properly. (omnisharp-vscode#1221, PR: #763) - Also use Roslyn's
DefaultAssemblyIdentityComparer.Default
for scripting as well. (PR: #764)