-
Notifications
You must be signed in to change notification settings - Fork 32
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
Clarify attribute names, or rename package ID #45
Comments
Yes, I am preparing a 1.0 stable release. And you make a valid point about As far as naming goes, I was most tempted to rename the package since hardly anyone is interested in |
IF you EVER rename attributes and/or package, then NOW. |
@weltkante @RussKie @josetr @Serg046 @apobekiaris Do you have an opinion on the package ID? Should we keep it or rename it? Perhaps to UIFact.Xunit, since I think |
Personally I don't have any issues with renaming things. Not speaking for WinForms repo owners but I can do the necessary changes there as well if it becomes necessary, doesn't look like its integrated into arcade infrastructure so should be straightforward to apply any renaming of package references or code. |
Thank you for asking, but I don't have a strong opinion. We'll use whatever the name is (assuming you're not planning to delist old versions). I don't think we use anything but |
The |
Closed with 782b084. |
Would be great to have some documentation in README.md too, e.g. a table with the attributes and its primary intention. |
You are going to release version 1.0. That's great!
But I would like to take the (last) chance to ask whether the naming of the attributes is "as good as possible".
I'm so far a bit confused about the many different versions.
Currently I'm using the
UIFact
because I want to have a thread withSynchronizationContext
applied, even my use case in not a UI thread.Could you please check again the names, e.g. by creating overview documentation when to use which version?
Finally a recommendation just from my point of view:
UIFact
is not really for UI. There are more specific version withWpfFact
andWinFormsFact
.SCFact
(synchronizaton context fact, very close toSTAFact
)ContextFact
(readable, but not fully qualified)I'll update this list as soon I have new ideas. Maybe you have additional ideas!?
The text was updated successfully, but these errors were encountered: