Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Conversation

@davidfowl
Copy link
Member

Copy link
Contributor

@JunTaoLuo JunTaoLuo left a comment

Choose a reason for hiding this comment

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

LGTM


}

public void ConfigureServices(IServiceCollection services)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: public void ConfigureServices(IServiceCollection services) => throw new InvalidOperationException()

throw new InvalidOperationException();
}

public void Configure(IApplicationBuilder app)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: continue the trend where empty methods are shortened as public void Foo(...) {}?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think that's a consistent trend.

@davidfowl davidfowl merged commit cb55973 into dev Jan 29, 2018
@JunTaoLuo JunTaoLuo deleted the davidfowl/dispose-service-provider branch January 29, 2018 20:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants