Skip to content

A helper tool to prejit everything in a given folder

License

Notifications You must be signed in to change notification settings

EgorBo/PrejitAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrejitAll

A helper tool to prejit everything in the current folder in just one command.

Usage

cd folder/with/managed/libs
dotnet prejitall
# or if you want to use a custom crossgen2.exe:
dotnet prejitall C:\prj\runtime-main\artifacts\bin\coreclr\windows.x64.Checked\crossgen2\crossgen2.exe

NOTE: target directory is expected to have all possible dependencies (e.g. result of dotnet publish command).

Installation

dotnet tool install -g prejitall

About

A helper tool to prejit everything in a given folder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages