-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Marking Observable properties from ReactiveObject and ReactiveRecord … #3695
Conversation
…as no browsable, no displayable, no autogenerateable and no autofilterable for Winforms control databindings (and possibly for WPF controls too)
What's failing? I didn't touch any test :/ Thnxs |
You need to run the tests and update the API verified files, the following needs to be added, but you just need to copy the discovered to the verified to complete this task
and
|
Where are the API verified files to update? Sorry, it's my first time and don't know how to do this :) This page says it should exist some file called APIApprovals.{TestName}.approved.txt as replaceable, where are they found? Where to put the replacement? Thanks |
For me I use VS Code, when the test's run, VS Code launches with a Compare window, the left is discovered and the right verified, copy the contents of the discovered into the verified to make identical and save, run the tests again and all should pass |
If your still unable to get the test's to pass, I could create a branch for you to cherry pick from with the changes |
Ok, updated verified files! |
YYESS! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3695 +/- ##
==========================================
+ Coverage 58.38% 58.65% +0.27%
==========================================
Files 160 160
Lines 5774 5774
Branches 1028 1028
==========================================
+ Hits 3371 3387 +16
+ Misses 2015 2002 -13
+ Partials 388 385 -3 ☔ View full report in Codecov by Sentry. |
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. |
…as no browsable, no displayable, no autogenerateable and no autofilterable for Winforms control databindings (and possibly for WPF controls too)
Fixes #3694
What kind of change does this PR introduce?
Assign new attributes on Observable properties for better hiding from Winforms/WPF
What is the current behavior?
Those properties are autogenerated as controls
What is the new behavior?
Those properties are ignored as controls
What might this PR break?
Please check if the PR fulfills these requirements
Other information: