Skip to content

The current repository allows you to maintain your start-up project class cleanly, and organize solution structure more clearly, simply readable, and reusable. And with the possibility to order initialize and use it or not. Using this functionality allows you to safely add new dependence, adjust existing or remove/relocate it.

License

I-RzR-I/AppInitDefinitionDecorate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note This repository is developed for .netstandard2.0+

NuGet Version Nuget Downloads

The current repository allows you to maintain your start-up project class cleanly, and organize solution structure more clearly, simply readable, and reusable. As was said previously you can use the current repository if your project was written in netstandard 2.0+.

Using this functionality allows you to safely add new dependence, adjust existing or remove/relocate it without pain and with a few adjustments.

For correct using functionalities, you must extend the base class where are definitions for ConfigureServices and Configure. On implementation, override specified methods in dependence on parameters from your code. More details about using you can find in using document(usage.md) reflected in the repository.

No additional components or packs are required for use. So, it only needs to be added/installed in the project and can be used instantly.

In case you wish to use it in your project, u can install the package from nuget.org or specify what version you want:

Install-Package AppInitDefinitionDecorate -Version x.x.x.x

Content

  1. USING
  2. CHANGELOG
  3. BRANCH-GUIDE

About

The current repository allows you to maintain your start-up project class cleanly, and organize solution structure more clearly, simply readable, and reusable. And with the possibility to order initialize and use it or not. Using this functionality allows you to safely add new dependence, adjust existing or remove/relocate it.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published