Skip to content
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

feature: Add ReactiveUI.Maui #2879

Merged
merged 16 commits into from
Aug 19, 2021
Merged

feature: Add ReactiveUI.Maui #2879

merged 16 commits into from
Aug 19, 2021

Conversation

RLittlesII
Copy link
Member

adding ReactiveUI.Events.Maui
wild car the Maui preview version

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

What might this PR break?

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

adding ReactiveUI.Events.Maui
wild car the Maui preview version
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;MonoAndroid10.0;tizen40</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net5.0;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;MonoAndroid10.0;tizen40;net6.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net461;net472;uap10.0.16299;netcoreapp3.1;net5.0-windows;net5.0-windows10.0.19041</TargetFrameworks>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before next major goes out I think we need to remove our uap/net5.0-windows etc targets, might mean we move uap out into its own package but i'm fine with that.

@todo
Copy link

todo bot commented Aug 17, 2021

This should use conversionHint to determine whether this is locale-aware or not

// TODO: This should use conversionHint to determine whether this is locale-aware or not
result = (fromType == typeof(string)) ?
converter.ConvertFrom(from) : converter.ConvertTo(from, toType);
return true;
}


This comment was generated by todo based on a TODO comment in a58a99a in #2879. cc @reactiveui.

@RLittlesII RLittlesII force-pushed the feature/maui branch 2 times, most recently from cc8a71f to d34f906 Compare August 18, 2021 18:17
remove from solution
remove project
@codecov
Copy link

codecov bot commented Aug 19, 2021

Codecov Report

Merging #2879 (4a828c9) into main (ac8b89a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2879   +/-   ##
=======================================
  Coverage   71.95%   71.96%           
=======================================
  Files         144      144           
  Lines        5007     5008    +1     
=======================================
+ Hits         3603     3604    +1     
  Misses       1404     1404           
Impacted Files Coverage Δ
src/ReactiveUI/Mixins/DependencyResolverMixins.cs 94.33% <100.00%> (+0.10%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac8b89a...4a828c9. Read the comment docs.

@glennawatson glennawatson marked this pull request as ready for review August 19, 2021 05:25
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants