.NET 6 Update - #1355
#1355Merged
AArnott merged 36 commits intoDec 25, 2021
MessagePack-CSharp:developMessagePack-CSharp/MessagePack-CSharp:developfrom
pCYSl5EDgo:UpdateRoslynv4pCYSl5EDgo/MessagePack-CSharp:UpdateRoslynv4Copy head branch name to clipboard
Merged
.NET 6 Update#1355AArnott merged 36 commits intoMessagePack-CSharp:developMessagePack-CSharp/MessagePack-CSharp:developfrom pCYSl5EDgo:UpdateRoslynv4pCYSl5EDgo/MessagePack-CSharp:UpdateRoslynv4Copy head branch name to clipboard
AArnott merged 36 commits into
MessagePack-CSharp:developMessagePack-CSharp/MessagePack-CSharp:developfrom
pCYSl5EDgo:UpdateRoslynv4pCYSl5EDgo/MessagePack-CSharp:UpdateRoslynv4Copy head branch name to clipboard
Conversation
Member
|
I think we should add net6.0 to mpc targetframeworks. |
Contributor
Author
|
Additional work on azure pipeline seems to be needed. |
dotnet run -p option is deprecated since .net 6. https://docs.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1174
Why net5.0 Fails to build?
Contributor
Author
|
Why MessagePackSecurityTests.EqualityComparer_Single fails??? |
Contributor
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 1355 in repo neuecc/MessagePack-CSharp |
This reverts commit 8eb7594.
This reverts commit 179acc9.
Contributor
Author
|
@AArnott ChangesAzure Pipelines update
.NET 6 Support added
MPC C# 10 Test added
Bug fix
Dependency update
|
This was referenced Jun 11, 2026
This was referenced Jun 26, 2026
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.
This PR is a solution for #1353.
I do not write test codes for C# 10 because current
global.jsontargets .net 5.0.401.Another .net 6 update PR is necessary for the tests.