Skip to content

Remove obsolete member in src/Middleware/WebSockets/src/WebSocketMiddleware.cs #7150

@muratg

Description

@muratg

Remove this obsolete member in src/Middleware/WebSockets/src/WebSocketMiddleware.cs:

        [Obsolete("This constructor has been replaced with an equivalent constructor which requires an ILoggerFactory.")]
        public WebSocketMiddleware(RequestDelegate next, IOptions<WebSocketOptions> options)
            : this(next, options, NullLoggerFactory.Instance)

And file a new issue in https://github.com/aspnet/Announcements/issues/ if this is a notable breaking change.

Metadata

Metadata

Assignees

Labels

area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbreaking-changeThis issue / pr will introduce a breaking change, when resolved / merged.feature-websocketsIncludes: WebSockets

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions