-
Notifications
You must be signed in to change notification settings - Fork 418
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
[WIP] Updating MSBuild for the future #667
Closed
DustinCampbell
wants to merge
13
commits into
OmniSharp:dev
from
DustinCampbell:msbuild-update-windows
Closed
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
814107b
Move to MSBuild.Build.Runtime
DustinCampbell 6157244
Remove Microsoft.CSharp.Core.targets
DustinCampbell 6b4bac3
Move dependency on Microsoft.Build.Runtime to allow content files to …
DustinCampbell ec45da6
Punch through for MSBuild-based .NET Core on Windows
DustinCampbell 791bfa8
Changes needed to use MSBuild 'xplat-c9' build from Xamarin
DustinCampbell 491a3e0
Ensure reasonable ThreadPool size on Mono
DustinCampbell 2daa7fe
Don't bother trying to add document for a file if the file doesn't exist
DustinCampbell a6cd0c9
Don't try to add duplicate project or metadata references
DustinCampbell 77316e8
Support NoWarn in .csproj projects
DustinCampbell 30c948a
Specifically suppress CS1701
DustinCampbell 4ab2533
Ensure that error codes being suppressed are always prefixed with 'CS'
DustinCampbell 4c6ba03
Add Microsoft.Build.Runtime for MSBuild on Windows
DustinCampbell feef3d4
Specifically reference System.Threading.Tasks.Dataflow
DustinCampbell 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 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 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 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 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 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 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
138 changes: 0 additions & 138 deletions
138
src/OmniSharp.MSBuild/ProjectFile/ProjectFileInfo_Mono.cs
This file was deleted.
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.
I wonder if this is needed? Many editors atom/vscode don't require you to save a file to start writing in the file.
It would be great if we could offer a nice editing experience even if the file doesn't yet exist. Though that then has it's own set of problems... that maybe we shouldn't dive into just yet.
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 is avoiding a crash below. Unless atom/vscode show you a view of your project, I'm not sure it matters whether we do something fancy in the workspace. This is the scenario where VS would show you a little warning icon in the solution explorer.