Add support for version 15#644
Merged
KirillOsenkov merged 2 commits intoKirillOsenkov:mainfrom Dec 20, 2022
Merged
Conversation
Added support for FileUsedEventArgs
Contributor
|
Fixes #643 |
KirillOsenkov
approved these changes
Dec 20, 2022
jonathanpeppers
added a commit
to dotnet/android
that referenced
this pull request
Dec 20, 2022
Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/tag/v2.1.758 Context: KirillOsenkov/MSBuildStructuredLog#644 A few tests were failing with: Failed Install_CSharp_Change Error Message: System.NotSupportedException : Unsupported log file format. Latest supported version is 14, the log file has version 15.
jonathanpeppers
added a commit
to dotnet/android
that referenced
this pull request
Dec 20, 2022
Changes: dotnet/installer@167a4ed...47a747f Changes: dotnet/linker@27ce032...2db841f Updates: * Microsoft.Dotnet.Sdk.Internal: from 8.0.100-alpha.1.22611.1 to 8.0.100-alpha.1.22616.7 * Microsoft.NET.ILLink.Tasks: from 8.0.100-1.22609.1 to 8.0.100-1.22612.2 * Update to MSBuild.StructuredLogger 2.1.758 Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/tag/v2.1.758 Context: KirillOsenkov/MSBuildStructuredLog#644 A few tests were failing with: Failed Install_CSharp_Change Error Message: System.NotSupportedException : Unsupported log file format. Latest supported version is 14, the log file has version 15. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
jonathanpeppers
added a commit
to dotnet/android
that referenced
this pull request
Jan 6, 2023
Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/tag/v2.1.758 Context: KirillOsenkov/MSBuildStructuredLog#644 A few tests were failing with: Failed Install_CSharp_Change Error Message: System.NotSupportedException : Unsupported log file format. Latest supported version is 14, the log file has version 15.
jonathanpeppers
added a commit
to dotnet/android
that referenced
this pull request
Jan 9, 2023
Changes: dotnet/installer@3c4322d...a45af10 Changes: dotnet/linker@219e84c...8db10f4 Updates: * Microsoft.Dotnet.Sdk.Internal: from 7.0.102-servicing.22609.1 to 7.0.200-preview.23059.1 * Microsoft.NET.ILLink.Tasks: from 7.0.100-1.22471.3 to 7.0.100-1.22579.2 Other changes: * Stay on 7.0.100 version bands * Update to MSBuild.StructuredLogger 2.1.758 Context: https://github.com/KirillOsenkov/MSBuildStructuredLog/releases/tag/v2.1.758 Context: KirillOsenkov/MSBuildStructuredLog#644 A few tests were failing with: Failed Install_CSharp_Change Error Message: System.NotSupportedException : Unsupported log file format. Latest supported version is 14, the log file has version 15. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
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.
Added support for FileUsedEventArgs in latest MSBuild