-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
replace batch files with kvm #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
natemcmaster
pushed a commit
that referenced
this pull request
Nov 14, 2018
Lazily allocate the RequestAborted CTS
natemcmaster
pushed a commit
that referenced
this pull request
Nov 20, 2018
natemcmaster
pushed a commit
that referenced
this pull request
Nov 21, 2018
- Replaces the TT files previously being used (in Katana) - Modified the include file logic to work better with the new generated Razor output as the old syntax/logic didn't work well with the additional line pragmas, etc. being emitted - Updated the middleware to work with new generated output (ExecuteAsync instead of Execute, etc.) - Fixed a scoping issue in Error.cshtml - gitignore sln.ide cache directory - #3
natemcmaster
pushed a commit
that referenced
this pull request
Nov 30, 2018
ryanbrandenburg
pushed a commit
that referenced
this pull request
Jun 5, 2019
merge Co-authored-by: Kahbazi <a.kahbazi@gmail.com> Co-authored-by: Pranav K <prkrishn@hotmail.com> Co-authored-by: null <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: Justin Kotalik <jukotali@microsoft.com> Co-authored-by: David Fowler <davidfowl@gmail.com> Co-authored-by: Jeow Li Huan <huan086@users.noreply.github.com> Co-authored-by: Andrew Stanton-Nurse <andrew@stanton-nurse.com> Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com> Co-authored-by: Nate McMaster <natemcmaster@users.noreply.github.com> Co-authored-by: Smit Patel <smitpatel@users.noreply.github.com>
JunTaoLuo
pushed a commit
that referenced
this pull request
May 7, 2020
davidwrighton
added a commit
to davidwrighton/aspnetcore
that referenced
this pull request
Apr 19, 2021
dougbu
pushed a commit
that referenced
this pull request
May 7, 2021
dougbu
pushed a commit
that referenced
this pull request
May 9, 2021
dougbu
pushed a commit
that referenced
this pull request
May 20, 2021
dougbu
pushed a commit
that referenced
this pull request
May 20, 2021
dougbu
pushed a commit
that referenced
this pull request
May 24, 2021
ghost
pushed a commit
that referenced
this pull request
May 24, 2021
* Enable compiling Asp.NET with crossgen2 * Use use linux crossgen2 instead of linux-musl crossgen2 when targetting linux-musl from the build * Attempt to make musl work * Fix typo * Use correct bits to compile take #3 * Add Pgo data * Fix mistaken at symbol * Move to Core-Eng build agents - should resolve problems w/ disk space in "Tests: Helix ARM64 matrix" job - need `node` in this job for some reason * Remove `crossgen` tool infrastructure - remove many properties related only to the `crossgen` tool - may have missed a few of course nits: - `crossgen` -> `crossgen2` in a few comments - add / expand a few comments to improve clarity Co-authored-by: David Wrighton <davidwr@microsoft.com>
dougbu
added a commit
that referenced
this pull request
May 25, 2021
* Enable compiling Asp.NET with crossgen2 * Use use linux crossgen2 instead of linux-musl crossgen2 when targetting linux-musl from the build * Attempt to make musl work * Fix typo * Use correct bits to compile take #3 * Add Pgo data * Fix mistaken at symbol * Move to Core-Eng build agents - should resolve problems w/ disk space in "Tests: Helix ARM64 matrix" job - need `node` in this job for some reason * Remove `crossgen` tool infrastructure - remove many properties related only to the `crossgen` tool - may have missed a few of course nits: - `crossgen` -> `crossgen2` in a few comments - add / expand a few comments to improve clarity Co-authored-by: David Wrighton <davidwr@microsoft.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
1 task
1 task
4 tasks
1 task
This was referenced Sep 14, 2022
SteveSandersonMS
added a commit
that referenced
this pull request
Jan 24, 2023
1 task
Jesusdebug
pushed a commit
to Jesusdebug/aspnetcore
that referenced
this pull request
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.