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
* Switch to new VMR control schema. (PR: [#10883](https://github.com/dotnet/razor/pull/10883))
10
+
* Ensure type arguments are `global::` qualified (PR: [#10834](https://github.com/dotnet/razor/pull/10834))
11
+
* Fix LF line-ending auto format bug (PR: [#10802](https://github.com/dotnet/razor/pull/10802))
12
+
* Change RazorSyntaxTree.Diagnostics from an IReadOnlyList<RazorDiagnostic> to an ImmutableArray<RazorDiagnostic> (PR: [#10797](https://github.com/dotnet/razor/pull/10797))
13
+
* Clarify [EventHandler] tag helper discovery logic and avoid exception (PR: [#10828](https://github.com/dotnet/razor/pull/10828))
14
+
* Fix setting breakpoints with self versioned documents (PR: [#10811](https://github.com/dotnet/razor/pull/10811))
15
+
* Write out JS comments when there would be 4 or more consecutive tildes in generated Html (PR: [#10805](https://github.com/dotnet/razor/pull/10805))
16
+
* Global namespace component bind (PR: [#10798](https://github.com/dotnet/razor/pull/10798))
17
+
* Fix find all references calls to Roslyn (PR: [#10807](https://github.com/dotnet/razor/pull/10807))
18
+
* Change UseConsolidatedMvcViews to default to true (PR: [#10795](https://github.com/dotnet/razor/pull/10795))
0 commit comments