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

Missing "Date modified" causes dotnet-pack to fail #16

Closed
kamnel opened this issue Nov 6, 2019 · 3 comments
Closed

Missing "Date modified" causes dotnet-pack to fail #16

kamnel opened this issue Nov 6, 2019 · 3 comments

Comments

@kamnel
Copy link

kamnel commented Nov 6, 2019

Hi,

I have recently upgraded my projects to .netcore 3.0 and upgraded to Autofac.AspNetCore.Multitenant version 2.0.0. When I am trying to create run nuget pack I am getting following error

error : The DateTimeOffset specified cannot be converted into a Zip file timestamp

I have isolated the issue to be missing modified date on Autofac.Integration.AspNetCore.Multitenant.dll.

There was a similar issue reported in another Autofac repository autofac/Autofac.Extensions.DependencyInjection#57 that is now resolved. Appreciate help with fixing the nuget package

Regards
Kamal

@alsami
Copy link
Member

alsami commented Nov 6, 2019

Hi @kamnel, thanks for reporting this!

@alexmg @tillig we had the same problem here for Autofac.Extensions.DependencyInjection. Would you mind creating a release again with the same-content to address this issue?

Maybe we should update Autofac.Extension.DependencyInjection to 5.0.1 since most people are getting that dependency implicitly by only installing Autofac.AspNetCore.Multitenant.

alsami added a commit to alsami/Autofac.AspNetCore.Multitenant that referenced this issue Nov 6, 2019
@alsami
Copy link
Member

alsami commented Nov 6, 2019

I added a PR updating the peer-dependency.

@alexmg
Copy link
Member

alexmg commented Nov 12, 2019

PR has been merged, package updated to 2.0.1, and release pushed to NuGet.

@alexmg alexmg closed this as completed Nov 12, 2019
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

3 participants