Uh oh!
There was an error while loading. Please reload this page.
[Net8.0] Update channel_map with net8 and organized 6v7v8 groupings. - #2585
Merged
Conversation
caaavik-msft
approved these changes
Sep 6, 2022
LoopedBard3
commented
Sep 15, 2022
MemberAuthor
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
LoopedBard3
commented
Sep 28, 2022
MemberAuthor
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
LoopedBard3
commented
Oct 18, 2022
MemberAuthor
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
LoopedBard3
commented
Oct 18, 2022
MemberAuthor
It looks like that for the micro runs, the current failure is related to CborWriter not being found: |
LoopedBard3
commented
Oct 21, 2022
MemberAuthor
/azp run |
|
Pull request contains merge conflicts. |
Add dotnet 8 to the nuget.config. Disable maui projects on Net8.0. Add Cbor to run on net 5.0+ and added net8.0 to TFMs. Fix comment containing --. Fix error in Microbenchmarks.csproj. add channel to force main channel install in scenarios.yml. Hopefully last fix for Microbenchmarks. Don't install dotnet with init.sh, and updated version in global.json for testing. This will have to be setup to be automated on switch to new version. Disable MauiScenarios pre-build. Try updating nativeaot7.0 to 8.0. Keep net7.0 branch as 7.0.1xx. Undo changes not necessary for net8.0 for rebase. Fix accidental change in scenarios.proj.
LoopedBard3force-pushed
the
SetMainChannelMapToNet8
branch
from
November 3, 2022 18:18
4f919a4 to
0e7fce1Comparecaaavik-msft
approved these changes
Nov 3, 2022
LoopedBard3
commented
Nov 3, 2022
MemberAuthor
Run before reverting nativeaot back to use version 7.0 mostly succeeded in expected places, mostly having maui build issues and some individual failures in sdk_scenarios, merging. Fixes #2687. |
2 tasks
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 freeto 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.
Updated the channel_map with net8 channels and cleaned up the groups between net6, net7, and net8. Updating to net8 included setting main channel to point to net8. This is part of work to bring up net8.0 testing.