This repository was archived by the owner on Nov 27, 2019. It is now read-only.
forked from atsushieno/rx
-
Notifications
You must be signed in to change notification settings - Fork 15
Rx oss v2.2 ios unified #1
Open
moljac
wants to merge
58
commits into
mono:master
Choose a base branch
from
moljac:rx-oss-v2.2-ios_unified
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Conflicts: Rx.NET/Microsoft.Reactive.Testing/ReactiveAssert.cs
…id and iOS should work.
…built binaries. Add Mono.Reactive.Testing.dll.
…v1.1 branch. ok, the version # is kinda confusing. But initially Microsoft named it as "OSS V1.0" and now it's simply "2.1" so I just follow that.
…hat they don't complete anymore. Disabled.
components store rejected ReactiveExtensionsForXamarin_*, so I had to rename the component ID. Also there is no way to specify additional file for images, so I changed the image URL to github raw file.
After this change, the build will fail without dropping SIGNED condition on *unsingned* builds. To build Rx assemblies from sources outside Xamarin, please do so.
This is limited to assemblies that are supported in XA.
Also remove prebuilt dlls now that mcs doesn't generate broken dlls and we don't have to resort to csc anymore.
…ithout changes for users.
Then now we are not bothered to see messy text overlap.
…op had some bug to generate invalid paths.
Conflicts: Rx/NET/Source/Common.targets Rx/NET/Source/Microsoft.Reactive.Testing/ReactiveTest.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/IQueryLanguage.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable.StandardSequenceOperators.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/SelectMany.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/QueryLanguage.StandardSequenceOperators.cs Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/Qbservable.Generated.cs Rx/NET/Source/Tests.System.Reactive/Tests/Concurrency/EventLoopSchedulerTest.cs Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableStandardQueryOperatorTest.cs
…ed mobile projects from mono/mcs/class/build-rx-dll-sources.sh.
This change should be sent to Microsoft.
Author
|
Release build fixes added (NUNIT define) |
paths to linked resx files
some unit tests (added defines to exclude some unit tests)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Support for iOS unified added