-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Update using-dotnet-cli.md #40504
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
Update using-dotnet-cli.md #40504
Conversation
Update the First Run section for .NET 5.
|
I'd like to highlight two issues I encountered while trying this procedure. A small one first: in a locally-built System.Private.CoreLib.dll, there is no git commit hash embedded. The nightly and preview builds do have the git hash. I don't know if this is intentional. I updated to the sample to remove the reference to the Git commit hash. Secondly, when following this procedure, I get the following error: I was able to resolve this by editing a file in the SDK. In the Microsoft.NETCoreSdk.BundledVersions.props file, I commented out the Lastly, I was going through this all to try out #40104. It looks great: according to PerfView, there are now zero foreground JIT compilations happening in hello world. The state of .NET single file packaging and AOT is much improved! |
|
For the missing commit SHA, I'm guessing it's intentional: |
|
I made some updates. The second section of this file |
|
Thanks for the changes. |
|
Thanks for the edits. |
* Update using-dotnet-cli.md Update the First Run section for .NET 5. * more renames * typo Co-authored-by: danmosemsft <[email protected]>
The current directions for trying out your own build of coreclr are a little outdated. These edits update the directories and files names to match the locations where I was able to find the build output. I did not update the second half of the document.