Skip to content

Commit c42cb27

Browse files
Update README.md (#113329)
* Update README.md * Apply suggestions from code review Co-authored-by: Stephen Toub <stoub@microsoft.com> --------- Co-authored-by: Stephen Toub <stoub@microsoft.com>
1 parent fc9d374 commit c42cb27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/workflow/building/libraries/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ dotnet.cmd pack src\libraries\System.Text.Json\src\ -c Release
259259

260260
## APICompat
261261

262-
If changes to the library include any API incompatibilities, calling `dotnet build` (if the project isn't packable) or `dotnet pack` will result in API compatibility errors.
262+
If changes to the library include any API incompatibilities, calling `dotnet build` or `dotnet pack` may result in API compatibility errors.
263263

264-
In rare cases where these are expected (e.g. updating APIs previously shipped only in preview or as experimental), the errors may be suppressed. This can be done by following the directions in the error to re-invoke `dotnet build` (if the project isn't packable) or `dotnet pack` with an additional `/p:ApiCompatGenerateSuppressionFile=true` argument (if the project is packable).
264+
In rare cases where these are expected (e.g. updating APIs previously shipped only in preview or as experimental), the errors may be suppressed. This can be done by following the directions in the error to invoke `dotnet build` (if the project isn't packable) or `dotnet pack` (if the project is packable) with an additional `/p:ApiCompatGenerateSuppressionFile=true` argument.
265265

266-
See https://learn.microsoft.com/dotnet/fundamentals/apicompat/overview for more details.
266+
See https://learn.microsoft.com/dotnet/fundamentals/apicompat/overview for more details.

0 commit comments

Comments
 (0)