-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Feature/developer setup tool #722
base: development
Are you sure you want to change the base?
Feature/developer setup tool #722
Conversation
we should probably mention the original developer for the AssemblyPublicizer. I borrowed some code. to see in case there was anything else we need to publicize, given the recent beta's stream of errors in that area. |
Remove this element if your application requires this virtualization for backwards | ||
compatibility. | ||
--> | ||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is required so the app asks for permission to move files around in C:\Program Files
I like the idea, and it's working well for me; up and running quickly. Plus firing up dnspy and the handy config link, excellent work. |
Cool, thanks for the feedback. I didn't get it running with the early test branch builds though, and that's when we need it most. |
@increddibelly Hey why 4.5.1 for the v+ project? Is that to match mono compatibility? |
Initially, vs2022 suggested I upgrade the project to 4.8.2 and I experimented a bit but it failed spectacularly. then I realized that's not my call to make; we depend on valheim and whatever framework they use. Tldr yeah compatibility stuff. |
I've been having such a terrible time getting my dev environment set up, I can't even start fixing things. So, I wanted to script the setup. And then I got a bit silly.
I still want to add the DnSpy debugging toolI've added the dnSpy installation and configuration, and a default config. It's starting to become quite useful.I hope this will bring in more people, since getting started is now a lot easier.