Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0 release checklist / misc items #1413

Open
6 of 12 tasks
lukebakken opened this issue Nov 15, 2023 · 4 comments
Open
6 of 12 tasks

7.0 release checklist / misc items #1413

lukebakken opened this issue Nov 15, 2023 · 4 comments
Assignees
Milestone

Comments

@lukebakken
Copy link
Contributor

lukebakken commented Nov 15, 2023

@lukebakken lukebakken added this to the 7.0.0 milestone Nov 15, 2023
@lukebakken lukebakken self-assigned this Nov 15, 2023
@lukebakken lukebakken changed the title Use newer C# language features 7.0 release checklist / misc items Nov 15, 2023
@lukebakken
Copy link
Contributor Author

lukebakken commented Nov 15, 2023

@stebet what do you think of this item?

Mark all sync API methods as Obsolete. Version 8 of this lib could then be async-only.

@stebet
Copy link
Collaborator

stebet commented Nov 16, 2023

@stebet what do you think of this item?

Mark all sync API methods as Obsolete. Version 8 of this lib could then be async-only.

All for it!

@bangjiehan
Copy link

Does we need QueueDeclarePassiveAsync too?

@lukebakken
Copy link
Contributor Author

@bangjiehan -

Does we need QueueDeclarePassiveAsync too?

The QueueDeclareAsync method has a passive parameter. Set it to true, and you will do a passive declaration.

QueueDeclarePassive has always been a convenience method added to the API. I'll make a note to add it to version 7.

lukebakken added a commit that referenced this issue May 13, 2024
Part of #1413

* Prefer explicit types instead of `var`
lukebakken added a commit that referenced this issue May 13, 2024
* Various editor suggestions

Part of #1413

* Prefer explicit types instead of `var`

* Hopefully eliminate this test flake.

* Publish smaller messages to make timeouts less likely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants