Skip to content

#37 renamed ApplicationManager to AqualityServices #39

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 5 commits into from
Dec 12, 2019

Conversation

knysh
Copy link
Contributor

@knysh knysh commented Dec 11, 2019

No description provided.

where TApplication : class, IApplication
{
private static readonly ThreadLocal<TApplication> AppContainer = new ThreadLocal<TApplication>();
private static readonly ThreadLocal<IServiceProvider> ServiceProviderContainer = new ThreadLocal<IServiceProvider>();

protected ApplicationManager()
protected AqualityServices()
{
}

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm thinking about making the method IsApplicationStarted() also protected, what do you think about it? Does it make any sense?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

make sence, updated

@knysh knysh merged commit 8c2ce82 into master Dec 12, 2019
@knysh knysh deleted the Feature/37-rename-application-manager branch December 12, 2019 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants