https://github.com/egorbo/prejitall
A helper tool to prejit everything in a given folder
https://github.com/egorbo/prejitall
Last synced: 8 months ago
JSON representation
A helper tool to prejit everything in a given folder
- Host: GitHub
- URL: https://github.com/egorbo/prejitall
- Owner: EgorBo
- License: mit
- Created: 2022-10-15T22:11:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T01:31:53.000Z (over 3 years ago)
- Last Synced: 2025-03-29T09:41:28.405Z (about 1 year ago)
- Language: C#
- Size: 12.7 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrejitAll
A helper tool to prejit everything in the current folder in just one command.
# Usage
```ps1
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
```