Skip to content

Add API docs for AzureAppServices and SignalR.Specification #28963

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

Merged
merged 2 commits into from
Jan 6, 2021

Conversation

BrennanConroy
Copy link
Member

Part of #27538

@BrennanConroy BrennanConroy added this to the 6.0-preview1 milestone Dec 31, 2020
public abstract class HubLifetimeManagerTestsBase<THub> where THub : Hub
{
public HubLifetimeManager<THub> Manager { get; set; }
Copy link
Member Author

@BrennanConroy BrennanConroy Dec 31, 2020

Choose a reason for hiding this comment

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

Technically a breaking change, but no one uses this package so... 🤷

Also, it didn't do anything before.

Copy link
Contributor

@pranavkm pranavkm Jan 4, 2021

Choose a reason for hiding this comment

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

Let's keep this. We could consider Obsoleting it though.

@Pilchie Pilchie added the area-signalr Includes: SignalR clients and servers label Jan 1, 2021
public abstract HubLifetimeManager<THub> CreateNewHubLifetimeManager();

/// <summary>
/// Creates a couple connections, registers them with the lifetime manager, then checks that
Copy link
Contributor

Choose a reason for hiding this comment

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

~~couple~ --> few or couple of.

I'd also consider just describing this as

Specification test for SignalR HubLifetimeManager.

Seems overkill to describe what the test does.

@BrennanConroy BrennanConroy merged commit de21923 into master Jan 6, 2021
@BrennanConroy BrennanConroy deleted the brecon/apidoc branch January 6, 2021 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants