Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Change serializer for XrefMap from NewtonsoftJson to System.Text.Json #9832

Closed
Closed
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.9.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.9.2" />
<PackageVersion Include="Microsoft.Playwright" Version="1.42.0" />
<PackageVersion Include="Microsoft.Playwright" Version="1.43.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="OneOf" Version="3.0.263" />
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/links-and-cross-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Since `@` is a common character in a document, a warning would appear if the UID

## Cross reference to .NET basic class library

To cross reference .NET basic class libary types from markdown using the `xref` syntax, add `https://learn.microsoft.com/en-us/dotnet/.xrefmap.json` to the `xref` property in `docfx.json`, which contains all the BCL types published from <https://github.com/dotnet/dotnet-api-docs>.
To cross reference .NET basic class library types from markdown using the `xref` syntax, add `https://learn.microsoft.com/en-us/dotnet/.xrefmap.json` to the `xref` property in `docfx.json`, which contains all the BCL types published from <https://github.com/dotnet/dotnet-api-docs>.

```json
{
Expand Down
Loading