-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix #60, #61, #70 #82
Conversation
Codecov Report
@@ Coverage Diff @@
## main #82 +/- ##
==========================================
+ Coverage 38.66% 42.18% +3.52%
==========================================
Files 18 19 +1
Lines 763 768 +5
Branches 104 104
==========================================
+ Hits 295 324 +29
+ Misses 456 434 -22
+ Partials 12 10 -2
Continue to review full report at Codecov.
|
Do you mind bumping to API generator nuget to latest while here too. Will take care of other outstanding pr |
Bumps [PublicApiGenerator](https://github.com/PublicApiGenerator/PublicApiGenerator) from 10.1.0 to 10.2.0. - [Release notes](https://github.com/PublicApiGenerator/PublicApiGenerator/releases) - [Commits](PublicApiGenerator/PublicApiGenerator@10.1.0...10.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Done upgrading the generator! (#81) |
What kind of change does this PR introduce?
In this PR, the fixes described in #60 and #61 were implemented, as well as the test cases for them. Huge thanks to @ins0mniaque for providing these high-quality bug reports and solutions. Also, an extra
.ObserveOn()
added tothis.IsValid()
extension method implementation should resolve #70 (for 100% resolution this PR addresses #31 as well)In addition, with this PR we start using
IEnumerable<IValidationComponent>
inBindValidation
instead of aReadOnlyObservableCollection
, based on the information provided in #31 (comment). This should finally resolve the issues withIScheduler
s described in #31What might this PR break?
Hopefully nothing.