Skip to content

Commit

Permalink
Merge pull request #2572 from OmniSharp/jorobich/add-razor-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Oct 5, 2023
2 parents 8fa31b6 + 6bff13d commit dde8119
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Changelog
All changes to the project will be documented in this file.

## [1.39.10] - 2023-10-05
* Add RazorComplier EA to support razor generators (PR: [#2572](https://github.com/OmniSharp/omnisharp-roslyn/pull/2572))

## [1.39.9] - 2023-10-04
* Add Kind parameter to InlayHint (PR: [#2570](https://github.dev/OmniSharp/omnisharp-roslyn/pull/2570))
* Do not include commit characters if the typed span is empty (PR: [#2569](https://github.com/OmniSharp/omnisharp-roslyn/pull/2569))
Expand Down
1 change: 1 addition & 0 deletions Directory.Packages.props
Expand Up @@ -41,6 +41,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="$(RoslynPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.OmniSharp" Version="$(RoslynPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp" Version="$(RoslynPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler" Version="$(RoslynPackageVersion)" />

<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="$(MicrosoftExtensionPackageVersion)" />
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="$(MicrosoftExtensionPackageVersion)" />
Expand Down
2 changes: 2 additions & 0 deletions src/OmniSharp.Roslyn/OmniSharp.Roslyn.csproj
Expand Up @@ -16,6 +16,8 @@
<PackageReference Include="Microsoft.CodeAnalysis.Common" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" />
<PackageReference Include="Microsoft.CodeAnalysis.ExternalAccess.OmniSharp" />
<!-- Not directly referenced but needed for Razor source generators -->
<PackageReference Include="Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler" ReferenceOutputAssembly="false" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
<PackageReference Include="System.ComponentModel.Composition" />
<PackageReference Include="System.Reflection.DispatchProxy" />
Expand Down

0 comments on commit dde8119

Please sign in to comment.