brandonseydel / MailChimp.Net

Mail Chimp 3.0 Wrapper
MIT License
322 stars 179 forks source link

Fx resolve error? #630

Open sommmen opened 1 week ago

sommmen commented 1 week ago

Hello i'm getting the following warnings in my build output when moving to 5.5.6;

warning NU1701: Package 'MailChimp.Net.V3 5.6.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.

glasssd commented 1 week ago

Seeing the same things. I can't see where the changes found in 5.6.0 are being pushed from. They aren't in this repo, but the target framework has changed from Standard 2.0 to 4.7.2

lahma commented 1 week ago

Assembly diff doesn't sound any alarm bells, but boy this feels fishy. NuGet package points to latest repo commit as being source but it isn't. Seems that main addition is ConnectedWebsiteLogic, its interface and models.

sommmen commented 1 week ago

Assembly diff doesn't sound any alarm bells, but boy this feels fishy. NuGet package points to latest repo commit as being source but it isn't. Seems that main addition is ConnectedWebsiteLogic, its interface and models.

I had the same feeling and never pushed this to prod. Could be the dev pushed this locally? @brandonseydel where does the latest nugget come from since the code is not on master?

IT-VBFK commented 1 week ago

Apart from that I cannot use it (because I use .NET8) this seems like a release by accident to me...

meriturva commented 5 days ago

I guess it is better to deprecate nuget package 5.5.6 and release a correct one. Right? Thanks.