-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Submitting RoslynPad version 19.0.0 #90739
Submitting RoslynPad version 19.0.0 #90739
Conversation
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @aelij, The package manager bot determined that the metadata was not compliant. Please verify the manifest file is compliant with the package manager 1.2 manifest specification. You could also try our Windows Package Manager Manifest Creator or the YamlCreate script. For details on the specific error, see the details link below in the build pipeline. Template: msftbot/validationError/manifest/metadata |
manifests/r/RoslynPad/RoslynPad/17.0.0/RoslynPad.RoslynPad.yaml
Outdated
Show resolved
Hide resolved
manifests/r/RoslynPad/RoslynPad/17.0.0/RoslynPad.RoslynPad.yaml
Outdated
Show resolved
Hide resolved
Hello @aelij, The package manager bot determined changes have been requested to your PR. Template: msftbot/changesRequested |
@msftbot zip |
Co-authored-by: Kaleb Luedtke <[email protected]>
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hello @aelij, The package manager bot determined that the metadata was not compliant. Please verify the manifest file is compliant with the package manager 1.2 manifest specification. You could also try our Windows Package Manager Manifest Creator or the YamlCreate script. For details on the specific error, see the details link below in the build pipeline. Template: msftbot/validationError/manifest/metadata |
@Trenly the validation is failing because I've used schema version 1.4.0 (needed to support zip). Can this PR be merged now or do I need to wait for a non-preview release of winget that supports it? |
/AzurePipelines run |
@ItzLevvie I've updated the package to the latest release. Can this be merged now? |
[Policy] Blocking-Issue |
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @aelij, This package displays the above message even with |
@stephengillie the app needs a .NET SDK of any supported version. It should not be a dependency, as the users can choose the version according to their needs. If you want to try out the app you can install |
I'll consider this to be normal program operation. We're working on a kind of wildcard system for dependencies, which might allow any .NET SDK to be selected, and could be a better solution for this situation. |
72d70ed
into
microsoft:master
Publish pipeline succeeded for this Pull Request. Once you refresh your index, this change should be present. |
winget validate --manifest <path>
?winget install --manifest <path>
?Note:
<path>
is the name of the directory containing the manifest you're submitting.Microsoft Reviewers: Open in CodeFlow