1.5.0 release contains breaking changes
See original GitHub issueHello,
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:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top 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 >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
(Re-opening as a reminder to improve the README here)
Ok, makes sense 😃 Yes, that’s true, we could simply use the RestClient for the warmup, not sure why we used ImplementationBuilder for that…