Skip to content
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

New versions not being published to NuGet? #9

Open
ArcanoxDragon opened this issue Jul 14, 2023 · 5 comments
Open

New versions not being published to NuGet? #9

ArcanoxDragon opened this issue Jul 14, 2023 · 5 comments

Comments

@ArcanoxDragon
Copy link

It looks like the AppVeyor builds are not successfully publishing new NuGet packages. I need to use a newer version of Community.VisualStudio.Toolkit than 17.0.430 because of this issue, but it seems the Community.VisualStudio.Toolkit.DependencyInjection.Core package fails on any version newer than 430 (even with a ProvideBindingRedirect attribute on my VSIX assembly redirecting it to a newer version).

The update of Community.VisualStudio.Toolkit merged via #8 hasn't made it to a new NuGet package version yet.

@AlonAm
Copy link
Contributor

AlonAm commented Jul 27, 2023

@ArcanoxDragon As a workaround, you can add this redirection to the AssemblyInfo.cs file

[assembly: ProvideBindingRedirection(AssemblyName = "Community.VisualStudio.Toolkit", OldVersionLowerBound = "17.0.430.0")]

@AlonAm
Copy link
Contributor

AlonAm commented Sep 25, 2023

AppVeyor Build Log: "NuGet" deployment has been skipped as environment variable has not matched ("appveyor_repo_commit_message_extended" is "Update DIToolkitPackage.cs", should be "/[release]/")

@AlonAm
Copy link
Contributor

AlonAm commented Sep 26, 2023

@ArcanoxDragon another workaround is to import the Community.VisualStudio.Toolkit.DependencyInjection.Core project to your solution

@StevenRasmussen
Copy link
Collaborator

@madskristensen - Thoughts?

@madskristensen
Copy link
Contributor

Doing a new release now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants