Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/instructions/Razor.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ When adding a new `IRemote*Service` and `Remote*Service`:
3. Register in
`src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.Workspaces\Remote\RazorServices.cs`
(add to `MessagePackServices` or `JsonServices`).
4. **Add an entry to `eng\targets\RazorServices.props`** (at the Roslyn repo root, not under
4. **Add an entry to the repo-root `eng\targets\RazorServices.props` file** (not under
Comment thread
akhera99 marked this conversation as resolved.
`src\Razor`):
`Include="Microsoft.VisualStudio.Razor.{ShortName}"` with
`ClassName="{FullTypeName}+Factory"`. The `ShortName` is your interface name with
Expand Down