Mmp readonly fix#82
Merged
Merged
Conversation
- https://bugzilla.xamarin.com/show_bug.cgi?id=41037 - mmp should also promote any install_name_tool errors to "real" errors
rolfbjarne
added a commit
to rolfbjarne/macios
that referenced
this pull request
Apr 5, 2019
rolfbjarne
added a commit
to rolfbjarne/macios
that referenced
this pull request
Aug 3, 2020
This also required adding System.Core.dll to the MonoTouch.NUnitLite.dll, and fixing a csproj path. New commits in spouliot/Touch.Unit: * xamarin/Touch.Unit@f620668 [Touch.Client] Adjust project configurations. (dotnet#83) * xamarin/Touch.Unit@545400b [Touch.Client] Fix paths in the .NET project files. (dotnet#81) * xamarin/Touch.Unit@703586b [Touch.Client] Add API to exclude tests based on categories. (dotnet#82) * xamarin/Touch.Unit@9266732 [Touch.Client] Add support for macOS. (dotnet#80) * xamarin/Touch.Unit@2d556a5 [TouchRunner] Fix network logging to log if we're logging to a file even if EnableNetwork is false. (dotnet#79) * xamarin/Touch.Unit@1f85e16 [TouchOptions] Fix a few issues related to command-line parsing. (dotnet#78) * xamarin/Touch.Unit@1c272a9 [TouchRunner] Rename TestElement.Update to TestElement.TestFinished to make it clearer when it's used. (dotnet#73) * xamarin/Touch.Unit@9a654ca [TouchRunner] Fix running multiple test assemblies in NUnitLite mode. (dotnet#76) * xamarin/Touch.Unit@55c747f [TouchRunner] Print test output to the console. (dotnet#75) * xamarin/Touch.Unit@ab5dce0 [TouchRunner] Keep track of the last shown test suite, and return to it when the app is relaunched. (dotnet#74) * xamarin/Touch.Unit@1a7068c [TouchRunner] Only update the UI for a single test after the test has finished running. (dotnet#72) * xamarin/Touch.Unit@ba93ddf [TouchRunner] Fix unused variable warning by only defining the variable when it's used. (dotnet#71) * xamarin/Touch.Unit@ab2aaa5 [TouchRunner] Always show 'Run all'. (dotnet#70) * xamarin/Touch.Unit@af58317 Move every Touch.Client projects to its own folder. (dotnet#69) * xamarin/Touch.Unit@8a0ec0d [TouchRunner] Improve name printing in NuGet mode. (dotnet#68) * xamarin/Touch.Unit@c7f8ff0 Ignore any 'packages' directory. (dotnet#67) Diff: https://github.com/spouliot/Touch.Unit/compare/b4e8606a85255f2456b0b20d5a0732298fa1ad36..f62066880ae548bac9302d714b8c045955051014
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.
Reviewed here - #80