-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
.NET 4.5 #393
Comments
Hey guys.. We have to make this happen. Using .net 3.5 is very limiting on what we can do and how we can do. Not having async/await or not being able to use the latest client libraries is not good for the ecosystem. Who can I help make this happen? |
Hi @luisrudge,
3 should be fixed by my self. I need help with 1 and 2, since I don't know WPF. |
@happlebao, just curious on how you got this mouse over item effect. Which theme are you using? For me using the default "Dark" theme does not show any over item effect. |
@deployment this is a bug in dotnet45 branch using default Dark theme. |
What's your os version? |
Just to be clear. That means the over item effect should not be there at all, right? OS: Windows 8.1. Enterprise Will try to fix these two issues and create a pull request. |
Yes, it should be same as master branch. Thanks for help! |
@happlebao Can you scroll through the results with arrow keys and/or tab? I built the .net 4.5 branch and it does not seem to react on my system. |
@lances101 |
|
@lances101 it's probably related to .net version.
|
any updates on this? |
@luisrudge sorry, no. I'm recently busy to look find a job. |
Can you enumerate what needs to be done in order to migrate wox to the latest .net version? |
@luisrudge hi, please take a look: #393 (comment) |
Ok. I'll try to help you with 1 and 2. |
Thanks a lot |
This is part of .net 4.5 fix, check #393 to see more
Update: I finally figured out how WPF handle background color for win8+, Wox will be moved to .net 4.5 soon. |
Hi guys, all the problems seems resolved now. take a look of build 1.2.662. |
@PengKISS #428 【1.2 beta2 回车和上下键选择没反应】这个问题在 build 1.2.662 还存在吗? |
@happlebao awesome! I've noticed a few issues after the first minutes of testing it on my Windows 10 1511 Build 11082 x64 (Insider Preview) machine:
|
@cH40z-Lord this is not .net 4.5 issue, this is deployment issue, track using #360. 1: yeah, please put it under %userprofile% for now. |
@happlebao So far the |
@lances101 can you scroll now? see #393 (comment) |
@happlebao yes, so far all the times I tried to scroll through the results with the keyboard - it scrolled without any problems |
this build is working great for me too! When can we expect the new version to ship? I want to build some plugins :) |
The new build will be shipped before Chinese spring new year after I create a installer. You can checkout master and build it now. |
So, February 8th? |
Yeah :) |
Nice! I want it to be available to everyone, so I can ship .net 4.5 plugins :) |
You can build it now and publish it after that time. You know, a good plugin needs time to build and test. |
Yep! That's exactly what I'll do! |
This is part of .net 4.5 fix, check #393 to see more
.NET 3.5 seems has bugs.
I tried .NET 4.5 with
dotnet45
branch.Everything seems good except the UI of selected item is not working.
It can also install plugins written in .NET 3.5 without problems, I tried youdao plugin.
Other pros:
#236 able to use quirrel.Windows for installer and auto updates
#333 able to use
Task
libraryCurrent problems prevent to upgrade:
The text was updated successfully, but these errors were encountered: