akka.net
akka.net copied to clipboard
Remove obsolete addorset from the API
Fixes https://github.com/akkadotnet/akka.net/issues/7463
Changes
Eliminates the unneeded AddOrSet method API from 1.6 - AddOrReturn is also modified to account for this.
Checklist
For significant changes, please ensure that the following have been completed (delete if not relevant):
- [x] This change follows the Akka.NET API Compatibility Guidelines.
- [x] This change follows the Akka.NET Wire Compatibility Guidelines.
- [x] I have reviewed my own pull request.
Latest dev Benchmarks
Include data from the relevant benchmark prior to this change here.
This PR's Benchmarks
Include data from after this change here.
Thanks @kutal10 ! You might need to run the API approvals to get this to work: https://getakka.net/community/contributing/api-changes-compatibility.html
Thanks @kutal10 ! You might need to run the API approvals to get this to work: https://getakka.net/community/contributing/api-changes-compatibility.html
@Aaronontheweb Yep followed the guide - PR now has the API txt files updated!