1
0
mirror of synced 2025-12-25 11:00:14 -05:00
Files
core/release-notes/RunApiDiff.md
Rich Lander 8c8e5836c3 Fix linter errors in repo (#9689)
* Fix linter errors

* Update links
2025-01-13 21:40:52 -08:00

1.0 KiB

RunApiDiff Script

The RunApiDiff.ps1 script can automatically generate an API comparison report for two specified .NET previews, in the format expected for publishing in the dotnet/core repo.

Instructions

  1. Clone the dotnet/arcade repo. Let's assume you clone it into D:\arcade.
  2. Clone the dotnet/core repo. Let's assume you clone it into D:\core.
  3. Create a temporary directory. Let's assume you create it in D:\tmp.
  4. Run the command. Execution example:
.\RunApiDiff.ps1 `
   -PreviousDotNetVersion 8.0 `
   -PreviousPreviewOrRC preview `
   -PreviousPreviewNumberVersion 2 `
   -CurrentDotNetVersion 8.0 `
   -CurrentPreviewOrRC preview `
   -CurrentPreviewNumberVersion 3 `
   -CoreRepo D:\core\ `
   -ArcadeRepo D:\arcade\ `
   -TmpFolder D:\tmp\

Examples of what this script generates: