-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document minimal VS installation for samples #794
Document minimal VS installation for samples #794
Conversation
Reduce prerequisites to build and run samples on Windows. Alleviates MichalStrehovsky/SeeSharpSnake#2. I am keeping "CoreRT" references for consistency with other documentation. Tested on Windows ARM64 with 1 GiB of RAM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Nice! |
It is noteworthy that with this minimal setup (~1.5 GB for VS plus ~2GB for SDK) one can successfully build not only NativeAOT samples but also do the normal build of NativeAOT and Runtime repos if we add
vswhere ignores Build Tools installations.
|
Sounds like something that may be worth sending a PR to dotnet/runtime for? |
Fixes NameHeaderValue validation to be in line with RFC. Resolves dotnet#1504
Reduce prerequisites to build and run samples on Windows. Alleviates MichalStrehovsky/SeeSharpSnake#2. I am keeping "CoreRT" references for consistency with other documentation.
Tested on Windows ARM64 with 1 GiB of RAM.