Skip to content

Conversation

@SpiralOSS
Copy link
Contributor

@SpiralOSS SpiralOSS commented Jul 1, 2025

Updates for the dotnet SDKs (F# and C#)

SpiralOSS added 5 commits July 1, 2025 09:45
# Conflicts:
#	site/static/code_snippets/getting_started/multiple_events.csharpsnippet
#	site/static/code_snippets/getting_started/setup.csharpsnippet
#	site/static/code_snippets/going_deeper/multiple_events.csharpsnippet
#	site/static/code_snippets/how_tos/load_more.csharpsnippet
#	site/static/code_snippets/how_tos/polling_1.csharpsnippet
#	site/static/code_snippets/how_tos/polling_2.csharpsnippet
#	site/static/code_snippets/how_tos/redirect_1.csharpsnippet
#	site/static/code_snippets/how_tos/redirect_2.csharpsnippet
@bencroker
Copy link
Collaborator

Please provide a description of the changes.

@SpiralOSS
Copy link
Contributor Author

@bencroker
Zero-allocation updates for the dotnet SDK, courtesy of @panesofglass.
Went through all my tests for RC.13 and still works.

@bencroker
Copy link
Collaborator

I see you’re still making changes. Let me know when this is ready to merge.

@SpiralOSS
Copy link
Contributor Author

Ready! Anything else will be minor and will come after.

@bencroker bencroker merged commit c4c62b5 into starfederation:release-candidate Jul 6, 2025
1 check failed
@bencroker
Copy link
Collaborator

Merged, thanks!

@SpiralOSS SpiralOSS deleted the release-candidate branch July 7, 2025 02:17
{
Task StartServerEventStreamAsync(IEnumerable<KeyValuePair<string, StringValues>> additionalHeaders);
Task StartServerEventStreamAsync(IEnumerable<KeyValuePair<string, string>> additionalHeaders);
Task StartServerEventStreamAsync(IEnumerable<KeyValuePair<string, StringValues>>? additionalHeaders = null);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these methods accept an optional CancellationToken?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is closed. Please create a new issue if you’d like to discuss further.

Copy link
Contributor Author

@SpiralOSS SpiralOSS Jul 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these methods accept an optional CancellationToken?

@wiserockryan, I can take care of this on the weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants