File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All changes to the project will be documented in this file.
3
3
4
+ ## [ 1.39.10] - 2023-10-05
5
+ * Add RazorComplier EA to support razor generators (PR: [ #2572 ] ( https://github.com/OmniSharp/omnisharp-roslyn/pull/2572 ) )
6
+
4
7
## [ 1.39.9] - 2023-10-04
5
8
* Add Kind parameter to InlayHint (PR: [ #2570 ] ( https://github.dev/OmniSharp/omnisharp-roslyn/pull/2570 ) )
6
9
* Do not include commit characters if the typed span is empty (PR: [ #2569 ] ( https://github.com/OmniSharp/omnisharp-roslyn/pull/2569 ) )
Original file line number Diff line number Diff line change 41
41
<PackageVersion Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" $(RoslynPackageVersion)" />
42
42
<PackageVersion Include =" Microsoft.CodeAnalysis.ExternalAccess.OmniSharp" Version =" $(RoslynPackageVersion)" />
43
43
<PackageVersion Include =" Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp" Version =" $(RoslynPackageVersion)" />
44
+ <PackageVersion Include =" Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler" Version =" $(RoslynPackageVersion)" />
44
45
45
46
<PackageVersion Include =" Microsoft.Extensions.Caching.Memory" Version =" $(MicrosoftExtensionPackageVersion)" />
46
47
<PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" $(MicrosoftExtensionPackageVersion)" />
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" Microsoft.CodeAnalysis.Common" />
17
17
<PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.Common" />
18
18
<PackageReference Include =" Microsoft.CodeAnalysis.ExternalAccess.OmniSharp" />
19
+ <!-- Not directly referenced but needed for Razor source generators -->
20
+ <PackageReference Include =" Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler" ReferenceOutputAssembly =" false" />
19
21
<PackageReference Include =" Microsoft.Extensions.Caching.Memory" />
20
22
<PackageReference Include =" System.ComponentModel.Composition" />
21
23
<PackageReference Include =" System.Reflection.DispatchProxy" />
You can’t perform that action at this time.
0 commit comments