-
Notifications
You must be signed in to change notification settings - Fork 267
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
Adding a .NET assembly to nicely interface WinSparkle.dll #55
Conversation
…pp for hosting the appcast RSS feed, release notes, and the release MSI files. This is just a test application for development purposes and includes versions 1.0.0, 1.1.0, and 1.2.0 of WinSparkleDotNetExample.
A .NET library implementing the necessary pinvoke commands for the unmanaged WinSparkle library.
A C# WPF application illustrating basic usage of the WinSparkleDotNet library
A WIX installer for testing installation and upgrade of the WinSparkleDotNetExample application. This is not meant to be a WIX tutorial or best practices and is just for testing the example app.
There were the following issues with your Pull Request
Guidelines are available at http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html This message was auto-generated by https://gitcop.com |
(Contextual note: this is continuation of #54; yes, please use |
It would be great if you paid attention to the comments added to PRs by bots. They are there for a reason and I was a bit surprised to see that the commits here still don’t follow good commit message practices that GitCop already pointed out in #54. Similarly, AppVeyor reported the previous PR as failing and it (unsurprisingly) reports the same here. If a PR breaks builds, that’s a rather serious problem that must be fixed. Moving on: I’m not a big fan of a42727b — seems like overkill to me. Lots of code not directly related to WinSparkle, for very little benefit. I’ll gladly host the files at winsparkle.org to make the example functional. For debugging, you can always redirect to localhost temporarily, or host elsewhere, so including full web server with examples is a bit a too much IMHO. (This, BTW, is exactly while splitting commits logically is great: it makes it easy to pick some parts and not others, or to merge some immediately and some later.) The examples should be in the already existing |
I suppose it’s safe to conclude that fixes (for at least the serious, crashing bugs) are not forthcoming? What a pity, I was looking forward to merging this PR once fixed :-( |
I'll get around to it, but the basic update feature is working, so it's not
|
PR?
Seems there's some debugging left to do then… Rest assured than neither of that is coming from WinSparkle itself. |
Closing in favor of #73. |
This is for Issue #20
I've created the following projects in the solution:
Submitting as a new pull request with commits broken down by project.