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.

1.5.0 release contains breaking changes

See original GitHub issue

Hello,

Is it possible that version 1.5.0 comes with breaking changes?

We’re using wildcard references for minor and patch versions:

<PackageReference Include="RestEase" Version="1.*" />

So, our build server has picked up RestEase 1.5.0 version as early as today. Our unit tests are now complaining because of this:

---- System.TypeLoadException : Could not load type 'RestEase.Implementation.ImplementationBuilder' from assembly 'RestEase, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null'.

Was that intended? We assumed this library was following semver. Even if so, we may have been too aggressive by taking latest minor/patch versions…

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
canton7commented, Jul 3, 2020

(Re-opening as a reminder to improve the README here)

1reaction
javicrespocommented, Jul 1, 2020

Ok, makes sense 😃 Yes, that’s true, we could simply use the RestClient for the warmup, not sure why we used ImplementationBuilder for that…

Read more comments on GitHub >

github_iconTop Results From Across the Web

community.vmware 1.5.0 contained a breaking change #540
Ideally, breaking changes should be reserved for major version releases (such as 2.0) so we don't end up breaking users unexpectedly. Out of...
Read more >
Breaking changes introduced in minor version · Issue #135
The change between versions 1.4.0 and 1.5.0 is a minor version change. Breaking changes should not have been introduced in this version.
Read more >
Breaking Change? -- URL Router 1.5.0 "Developer version ...
I updated to 1.5.0 today and noticed that the Elements and Actions has been renamed to “Router TESTING” This also broke all my...
Read more >
Kotlin 1.5.0 – the First Big Release of 2021
This release delivers stable language features such as JVM records, sealed interfaces, inline classes, and includes the new default JVM IR ...
Read more >
What's new in 1.5.0 (September 19, 2022)
What's new in 1.5.0 (September 19, 2022)#. These are the changes in pandas 1.5.0. See Release notes for a full changelog including other...
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