-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Skip MSBuild and call only CSC for simple file-based apps #49528
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
Open
jjonescz
wants to merge
23
commits into
dotnet:main
Choose a base branch
from
jjonescz:sprint-perf-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 18 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
39a7d9e
Skip MSBuild and call only CSC for simple file-based apps
jjonescz ca2cb78
Fix tests
jjonescz e1ce450
Ignore newlines in generated files
jjonescz fa6a948
Avoid losing info through Zip
jjonescz ff90cf7
Ignore preferreduilang
jjonescz 8b879a5
Resolve temp dir symlink so tests work on macOS
jjonescz 436f51d
Avoid harcoding 10.0 in more places
jjonescz f780262
Extract TargetFrameworkVersion from Product
jjonescz d40f761
Merge branch 'main' into sprint-perf-2
jjonescz d8ada3d
Always copy NuGet.config to the test dir
jjonescz 3734f09
Update CSC args
jjonescz 334b618
Improve test error message
jjonescz 595bbc3
Create test directory before copying a file to it
jjonescz 36ff99e
Merge branch 'main' into sprint-perf-2
jjonescz e793756
Check implicit build files in tests
jjonescz ee62d93
Merge branch 'main' into sprint-perf-2
jjonescz ccd2294
Improve readability and tests
jjonescz 7c58d43
Fixup DOTNET_ROOT test
jjonescz 3649452
Merge branch 'main' into sprint-perf-2
jjonescz bb2ff7d
Improve code
jjonescz b6a7846
Avoid fallback when compiler hash doesn't match
jjonescz fa53861
Make error red instead of yellow
jjonescz ec9d3cd
Use macOS code sign in app host
jjonescz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
236 changes: 236 additions & 0 deletions
236
src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.Generated.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
📝 This should go away before the PR is merged. I'm using this to get a test build of the BuildClient package before dotnet/roslyn#78986 is merged and we have an official build.
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.
nice!
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.
The package still didn't make it to dotnet/dotnet (and then to dotnet/sdk), currently waiting for dotnet/dotnet#1428
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.
Almost here, now waiting for #49740.