Arcade flow into arcade-validation is failing PR validation
See original GitHub issue- This issue is blocking This blocks arcade promotion
- This issue is causing unreasonable pain
Dependency update PR https://github.com/dotnet/arcade-validation/pull/2360 is failing its helix validation leg with the following errors:
+ dotnet exec --roll-forward Major --runtimeconfig Validation.Tests.runtimeconfig.json --depsfile Validation.Tests.deps.json /home/helixbot/work/BE770A59/p/xunit-runner/tools/netcoreapp2.0/xunit.console.dll Validation.Tests.dll -nocolor -xml testResults.xml
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '6.0.0-preview.4.21253.7' was not found.
- The following frameworks were found:
6.0.0-preview.3.21201.4 at [/home/helixbot/work/BE770A59/p/dotnet-cli/shared/Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0-preview.4.21253.7&arch=x64&rid=debian.9-x64
+ export _commandExitCode=150
This is more than likely caused by the upgrade to the preview 4 sdk: https://github.com/dotnet/arcade/commit/130a085011ed5d5ef0fd30e07fa16ce88c2df28a
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (20 by maintainers)
Top Results From Across the Web
arcade/DependencyFlowOnboarding.md at main
Dependency flow will update versions in your expression files. ... Checks might be ignored if they are unrelated to PR validation.
Read more >Honor Definition Query in Arcade Validation
The Arcade validation doesn't honor that query and validates the expression with an empty value, giving an error.
Read more >Arcade - Validation of JSON data in string field?
I have a feature service that has a string field containing JSON values. I can easily convert those into Arcade Dictionary objects in...
Read more >Reject Pull Request creation request if PR message body ...
I am developing a GitHub App in nodejs and probot and would like to reject the pull request creation when the developer clicks...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I asked @jakubstilec to take a look at this as you were working on https://github.com/dotnet/core-eng/issues/13301
@missymessa I’m looking into it. I think it’s because of reference to preview.3 and we need to update it manually to preview.4. I’m not sure why it wasn’t done automatically.