[mtouch] Update code that only considered .mdb (not .pdb) - #2003
Merged
Conversation
Also stop using `mdb` as the name for debug symbols and remove > static MdbReader mdb_reader; since we're not mkbundl'ing mtouch anymore. Related to dotnet#2002 for mmp
Contributor
|
Build failure |
Contributor
Author
All network related. I assume there was a network connectivity issue. |
Contributor
Author
|
build |
Contributor
|
Build failure |
Contributor
Author
|
Contributor
Author
|
build |
Contributor
|
Build success |
rolfbjarne
approved these changes
Apr 17, 2017
spouliot
added a commit
to spouliot/xamarin-macios
that referenced
this pull request
Apr 18, 2017
Also stop using `mdb` as the name for debug symbols and remove > static MdbReader mdb_reader; since we're not mkbundl'ing mtouch anymore. Related to dotnet#2002 for mmp
spouliot
added a commit
that referenced
this pull request
Apr 18, 2017
rolfbjarne
added a commit
to rolfbjarne/macios
that referenced
this pull request
Oct 1, 2019
New commits in xamarin/maccore: * xamarin/maccore@3e141c6779 [devops] Fix xcode11 provisioning (dotnet#2003) * xamarin/maccore@86662c6050 Merge pull request dotnet#1999 from xamarin/swift-o-matic-doc-object-modeling * xamarin/maccore@50822d35b3 Object Modeling documentation * xamarin/maccore@f50226a11f Merge pull request dotnet#1998 from xamarin/swift-o-matic-doc-outline * xamarin/maccore@d18f9ca2da functional outline documentation Diff: https://github.com/xamarin/maccore/compare/454248ba1325b5395ee459fff05c66bb7211e835..3e141c6779fe3d0d76f6960ed0e3edb729374f78
Merged
dalexsoto
pushed a commit
that referenced
this pull request
Oct 1, 2019
New commits in xamarin/maccore: * xamarin/maccore@3e141c6779 [devops] Fix xcode11 provisioning (#2003) * xamarin/maccore@86662c6050 Merge pull request #1999 from xamarin/swift-o-matic-doc-object-modeling * xamarin/maccore@50822d35b3 Object Modeling documentation * xamarin/maccore@f50226a11f Merge pull request #1998 from xamarin/swift-o-matic-doc-outline * xamarin/maccore@d18f9ca2da functional outline documentation Diff: https://github.com/xamarin/maccore/compare/454248ba1325b5395ee459fff05c66bb7211e835..3e141c6779fe3d0d76f6960ed0e3edb729374f78
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.
Also stop using
mdbas the name for debug symbols and removesince we're not mkbundl'ing mtouch anymore.
Related to #2002 for mmp