Merged
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
|
Collaborator
|
@pCYSl5EDgo I have a few minutes now if you need help getting this passing again. |
Contributor
Author
|
@AArnott |
AArnott
approved these changes
Dec 25, 2021
Collaborator
|
Thanks! |
Contributor
Author
Collaborator
|
That script update was nearly a direct copy from https://github.com/AArnott/Library.Template/blob/main/tools/Install-DotNetSdk.ps1 |
This was referenced Oct 26, 2025
This was referenced Dec 2, 2025
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.