We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet.exe
Happens on nuget.org
No response
I'm unable to use this version
When trying to upload Sentry's .NET SDK, 1 package fails NuGet validation.
Validation fails via the CLI as well as via nuget.org
I'm hitting this: https://github.com/NuGet/NuGetGallery/blob/0ec99618043ae7f7e54a3ed8fdbbb47acc5e30b1/src/NuGetGallery/Controllers/ApiController.cs#L567
But what's confusing to me is that the file that supposedly has double backslash is:
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ProguardConfiguration Include="$(MSBuildThisFileDirectory)..\..\proguard.cfg" /> </ItemGroup> </Project>
The difference is that we're packing with .NET 9 SDK on this release, instead of .NET 8.
When I see a package that worked (Sentry.Bindings.Android.4.12.1-segv1.zip ), built with .NET 8, the output has:
vs the new one, .NET 9 which fails to upload ( Sentry.Bindings.Android.5.0.0-alpha.0.zip):
The text was updated successfully, but these errors were encountered:
Diff between versions did have change in packaging: getsentry/publish#4649 (comment)
We reverted that and will attempt a new release. I'll close this as it's very likely related to that
Sorry, something went wrong.
No branches or pull requests
NuGet Product Used
dotnet.exe
Product Version
Happens on nuget.org
Worked before?
No response
Impact
I'm unable to use this version
Repro Steps & Context
When trying to upload Sentry's .NET SDK, 1 package fails NuGet validation.
Validation fails via the CLI as well as via nuget.org
I'm hitting this: https://github.com/NuGet/NuGetGallery/blob/0ec99618043ae7f7e54a3ed8fdbbb47acc5e30b1/src/NuGetGallery/Controllers/ApiController.cs#L567
But what's confusing to me is that the file that supposedly has double backslash is:
The difference is that we're packing with .NET 9 SDK on this release, instead of .NET 8.
When I see a package that worked (Sentry.Bindings.Android.4.12.1-segv1.zip
![image](https://private-user-images.githubusercontent.com/1633368/389238952-bc3271b7-b64c-4886-9d67-23fc34be8f13.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTE4MjUsIm5iZiI6MTczOTU5MTUyNSwicGF0aCI6Ii8xNjMzMzY4LzM4OTIzODk1Mi1iYzMyNzFiNy1iNjRjLTQ4ODYtOWQ2Ny0yM2ZjMzRiZThmMTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMDM1MjA1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGVlMDgyOTE0ZjcwNTM3MjRlNGZlNWFlN2JjOTYwNWFiNDcyMmVlZDEyNWVkMGFkZmE4Y2JkYzMyMTA0MDJiZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.tFoYoitbCa2lI0nFf45jkHW_YxUCOAzJYDElPQG3V54)
), built with .NET 8, the output has:
vs the new one, .NET 9 which fails to upload ( Sentry.Bindings.Android.5.0.0-alpha.0.zip):
Verbose Logs
No response
The text was updated successfully, but these errors were encountered: