[tools] Add nuget-hash-extractor tool to help produce the runtime ignored assemblies...
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 17 Jan 2017 22:31:32 +0000 (14:31 -0800)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 17 Jan 2017 22:35:57 +0000 (14:35 -0800)
commit26b60ef9c6ccdda94ec3049d82a7eff12a2d6376
treeefc3d4ec6b23359b2f8cea338bb9c015b7b2e71b
parent9ec8ec5389ae9177853442bdadbff3eedcf93000
[tools] Add nuget-hash-extractor tool to help produce the runtime ignored assemblies table.

This tool takes a folder full of nupkg file and print macro invocations to add to image.c:ignored_assemblies.

Usage:

make download
make run

The download.sh script downloads all nugets we want to ignore. So update it before running if you have more you want to add.
tools/nuget-hash-extractor/Makefile [new file with mode: 0644]
tools/nuget-hash-extractor/download.sh [new file with mode: 0755]
tools/nuget-hash-extractor/nuget-hash-extractor.cs [new file with mode: 0644]