-
-
Notifications
You must be signed in to change notification settings - Fork 11
Target .NET 8 #73
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
Target .NET 8 #73
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
It fauls to compile without it
…On Mon, 27 Nov 2023, 9:33 pm Marek Fišera, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/GitExtensions.PluginManager/GitExtensions.PluginManager.csproj
<#73 (comment)>
:
> @@ -2,6 +2,7 @@
<PropertyGroup>
<UseWindowsForms>true</UseWindowsForms>
+ <UseWPF>true</UseWPF>
Why do we need this change?
—
Reply to this email directly, view it on GitHub
<#73 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBTEXS24LQXCPMWJM56CSLYGRUAVAVCNFSM6AAAAAA72VAE2OVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTONJQGEYTINRRGI>
.
You are receiving this because you authored the thread.Message ID:
<gitextensions/gitextensions.pluginmanager/pull/73/review/1750114612@
github.com>
|
Tested locally, the Starting the UI app separately all operations work correctly |
Could you please describe the local testing procedure? |
The first step should produce a |
@maraf do you think you could give me a hand in getting this over the finish line? |
I'm happy to, but I'm AFK till 7/7. If you're willing to wait, I'm happy to jump on it. |
A gentle nudge |
Are we trying to target latest GE on AppVeyor (GitExtensions-v4.3.0.17863) with this? |
This comment was marked as resolved.
This comment was marked as resolved.
It should be ready to go! In review you can omit the last commit 61ebd48, it something VS suggested to me |
And, if you're think it's ready to go, please approve, so I can I have it merged. |
This reverts commit 61ebd48.
Thank you! |
Related gitextensions/gitextensions#11240