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
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.
263
263
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.
265
265
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