Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib.AspNetCore.ServerSentEvents/ServerSentEventsClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#endregion

#region Constructor
internal ServerSentEventsClient(Guid id, HttpContext context, bool clientDisconnectServicesAvailable)
public ServerSentEventsClient(Guid id, HttpContext context, bool clientDisconnectServicesAvailable)

Check warning on line 44 in Lib.AspNetCore.ServerSentEvents/ServerSentEventsClient.cs

View workflow job for this annotation

GitHub Actions / integration

Missing XML comment for publicly visible type or member 'ServerSentEventsClient.ServerSentEventsClient(Guid, HttpContext, bool)'

Check warning on line 44 in Lib.AspNetCore.ServerSentEvents/ServerSentEventsClient.cs

View workflow job for this annotation

GitHub Actions / integration

Missing XML comment for publicly visible type or member 'ServerSentEventsClient.ServerSentEventsClient(Guid, HttpContext, bool)'

Check warning on line 44 in Lib.AspNetCore.ServerSentEvents/ServerSentEventsClient.cs

View workflow job for this annotation

GitHub Actions / integration

Missing XML comment for publicly visible type or member 'ServerSentEventsClient.ServerSentEventsClient(Guid, HttpContext, bool)'

Check warning on line 44 in Lib.AspNetCore.ServerSentEvents/ServerSentEventsClient.cs

View workflow job for this annotation

GitHub Actions / integration

Missing XML comment for publicly visible type or member 'ServerSentEventsClient.ServerSentEventsClient(Guid, HttpContext, bool)'
{
if (context is null)
{
Expand Down