Add experimental build support for Non-Windows Systems#19
Closed
MattRCole wants to merge 3 commits intomicrosoft:mainfrom
Closed
Add experimental build support for Non-Windows Systems#19MattRCole wants to merge 3 commits intomicrosoft:mainfrom
MattRCole wants to merge 3 commits intomicrosoft:mainfrom
Conversation
Author
|
@microsoft-github-policy-service agree |
Contributor
|
While the effort gone to here is appreciated, attempting to maintain (what would be indefinite future) combability with other runtimes isn't something we can feasibly do. The .NET Framework is sufficiently stable and available to systems that we have committed long-term support for. |
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
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.
Update WaratahCmd.csproj to use
ILRepackinstead ofILMerge.Remove the use of
Colorful.Consoledue to hard reliance onkernel32.dllWith Microsoft making an effort to be open-source, and
mono's support of a large portion of the.Net Framework, it might be time to revisit #10 just in case the stance of the team/company had changed.I've taken some guesses with the wording in the
NON_WINDOWS_BUILD.mdfile that should be reviewed IE: building for non-Windows systems will not be officially supported.