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.

Downgrade DependencyModel to latest preview release

See original GitHub issue

Follow-up work to https://github.com/dotnet/arcade/issues/13471 based on https://github.com/dotnet/arcade/pull/13473#issuecomment-1563573726

Arcade’s dependency on latest version of a runtime package is far from ideal and based on comments from Viktor and Matt (linked above) should be replaced by the latest preview release version.

We should downgrade the current version to the target one + make sure this version gets bumped on new preview release.

Issue Analytics

  • State:closed
  • Created 4 months ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ViktorHofercommented, May 29, 2023

We should downgrade the current version to the target one + make sure this version gets bumped on new preview release.

Dependabot could help with that. We want to avoid using it for SBRPs but I don’t see an issue when consuming N-1.

We should start onboarding Arcade to dependabot anyway to keep the external dependencies up-to-date. It’s a hassle manually updating them.

0reactions
oleksandr-didykcommented, Jun 19, 2023

@oleksandr-didyk did your PR resolve this issue?

Technically yes, just haven’t gotten to configuring dependency-bot to auto-update the version to latest preview. Will separate it into its own issue and close this one

https://github.com/dotnet/arcade/issues/13832

Read more comments on GitHub >

github_iconTop Results From Across the Web

Detected package downgrade: Microsoft.NETCore.App ...
The solution for me was to change the project's Target Framework to the latest installed .Net Core version. Project Properties > Application > ......
Read more >
Build error NU1605 "Detected package downgrade" while ...
Firstly, It seems NuGet made a breaking change around downgrades warnings in the latest release see NuGet/Home#5594. @emgarten.
Read more >
"Detected package downgrade" Wat? : r/dotnet
Hi, I have a worker service project, which builds fine locally, but as soon as I try to build it in my azure...
Read more >
NuGet Warning NU1605
Detected package downgrade: 'PackageB' from 4.0.0 to 3.5.0. Reference the package directly from the project to select a different version.
Read more >
Conflict between Asset's Newtonsoft and ...
Hey guys, (Unity 2019.3.4f1) So i want to start my new project and i wanted to use Entities in it. I have already...
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