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

react to removal of PlatformAbstractions #1023

Merged
merged 1 commit into from
Apr 20, 2017

Conversation

analogrelay
Copy link
Contributor

@analogrelay analogrelay commented Apr 17, 2017

Now ready to merge!

See the test changes for the major impact of this change. If you don't specify either Configure or UseStartup, you're going to get an exception that says "A valid non-empty application name must be provided.". If you work around this with UseSetting you'll still get an error because IStartup isn't present in the container.

The only way to get in the situation where the "non-empty application name" message occurs when the app would otherwise start is if you manually insert an IStartup into the container. In which case, you should still get this error because we need an application name in order to proceed.

Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

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

The code here looks good, despite some things perhaps being in limbo.

Copy link
Member

@davidfowl davidfowl left a comment

Choose a reason for hiding this comment

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

LGTM

@analogrelay analogrelay force-pushed the anurse/remove-platform-abstractions branch from 538c77a to 99cd97d Compare April 19, 2017 22:04
@analogrelay analogrelay removed the request for review from natemcmaster April 19, 2017 22:16
@analogrelay analogrelay merged commit ce650ee into dev Apr 20, 2017
@analogrelay analogrelay deleted the anurse/remove-platform-abstractions branch April 20, 2017 16:42
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.

5 participants