question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:20 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
ilyas1974commented, Jun 10, 2021

I asked @jakubstilec to take a look at this as you were working on https://github.com/dotnet/core-eng/issues/13301

1reaction
jakubstileccommented, Jun 10, 2021

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found