-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add RxUI snippets for Visual Studio and VS for Mac #1438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Prevents consumer from casting the result back to an ISubject: http://www.introtorx.com/content/v1.0.10621.0/09_SideEffects.html#AsObservable I don't have Cocoa development environment so I didn't test for this platform.
Added .AsObservable() when ISubject is returned as IObservable
Xam Forms should not be automatically pulled into any PCL that uses events.
…onoAndroid403+MonoTouch10+Xamarin.iOS10"
Subscribe to the source of an ObservableAsPropertyHelper immediately and add a deferSubscription parameter
…rk with resume behavior. Renamed variable from _launched to _Activated
…LaunchActivatedEventArgs_rxui7 changed LaunchActivatedEventArgs to IActivatedEventArgs
Add Visual Studio snippets
Add Visual Studio for Mac snippets
|
@jonstodle, It will cover your contributions to all .NET Foundation-managed open source projects. |
|
@ghuntley Not sure I'm doing this right, so if there's anything to point out, don't be shy. |
|
Changes Unknown when pulling a48cfac on jonstodle:jonstodle/snippets into ** on reactiveui:snippets**. |
Remove unessecary elements
|
Changes Unknown when pulling ddb1be8 on jonstodle:jonstodle/snippets into ** on reactiveui:snippets**. |
|
@jonstodle, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request. |
|
Not sure what happened here @jonstodle but this PR is all janky. There should only be one or two commits (the snippets). Can you please close this PR, clone down |
|
Yeah, I'm sorry about this. I've made a new PR: #1444 |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature, kind of
What is the current behavior? (You can also link to an open issue here)
Relates to: "official" visual studio/resharper code snippets #1051
What is the new behavior (if this is a feature change)?
Snippets for adding
this.Bind,this.OneWayBind,this.BindCommandand a get/set RxUI propertyWhat might this PR break?
I believe nothing
Please check if the PR fulfills these requirements
Other information: