Skip to content

Commit

Permalink
Add warning about needing to delete ilcRepro.zip
Browse files Browse the repository at this point in the history
We don't currently check to see if the file is already there and if it is, we crash ungracefully after spending multiple minutes building.
  • Loading branch information
MattWhilden committed Dec 7, 2015
1 parent 81ddc39 commit de84a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/ilcRepro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ workaround for your issue.

## Creating and Sending a .NET Native repro

*NOTE: If you run this more than once, you'll want to make sure that the ilcRepro.zip doesn't already exist by deleting it out of the target folder. This is scheduled to be fixed for VS Update 2.*

1. Add `<NetNativeReproPath>C:\myReproDirectory</NetNativeReproPath>` to the primary PropertyGroup in your project file, the file ending in csproj, vsproj, vcxproj, or jsproj. You can set `C:\myReproDirectory` to any directory that exists. [Examples are below.](#examples)
2. Rebuild your app. You will find ilcRepro.zip in the repro directory you specified above.
3. Put ilcRepro.zip on your OneDrive, Dropbox, or another storage provider. Send a link to ilcRepro.zip and a description of your issue to [email protected].
Expand Down

0 comments on commit de84a1e

Please sign in to comment.