-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
.NET 6.0 #401
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
Closed
…es references for possible assembly (System.Object). Universe defaults based on current runtime otherwise. Removed net46/7/netcoreapp3.1 TFM from MSBuild tools: .NET 6 can handle it all. Use netstandard2.0 as TFM. Default to .NET 6 for everything. Remove ref assemblies from ikvmc/ikvmstub. SDK will need to resolve these independently.
Merged
Update tools to net472. Use net472 tools for all Framework, down to 461. Add conditional for JRE/JDK to net6.0. Replace some multi tarets on JRE/JDK with netstandard, since we don't actually need multiple inner builds on em. Switch test adapter/openjdk tests to minimum net6.0. Technically, it will run on Core 3.1, but we're going to stop testing for it. Too long. Out of support, etc. Remove netfx tools for linux-arm. This isn't going to be a popular build platform targeting Framework. We can save some space here. Raise importer/exporter to net472.
…o utility class. Add a data/matrix test case to test the runner on each TFM, targeting each tool, targeting each TFM. Rename Compiler tool runner to Importer. Remove netcoreapp3.1 TFM from Java tools.
Fix framework id.
Packages need to be multi targeted for deps.
Disable netcoreapp3.1 tests on !Windows.
…fs, but mscorlib is missing. Have to figure this out.
…ore. And, this is okay. We're going to progress to 472 soon anyways.
Signed-off-by: Jerome Haltom <[email protected]>
Signed-off-by: Jerome Haltom <[email protected]>
Signed-off-by: Jerome Haltom <[email protected]>
…nd doesn't seem to have any issues. Remove netcoreapp where it shouldn't be.
…m is closed. Thus, asyncClose test was failing with a timeout; timeout didn't trap Interrupted state and emit SocketException, allowing it to emit as InterruptedException.
… be advanced. Advance destination stream in transferTo0 on Linux. sendfile(2) does not do this.
… tried, and failed, to read into an empty buffer.
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.
Based on new runtimecontext branch. Added .NET 6 targets and output.