Commit Graph

4 Commits

Author SHA1 Message Date
Nate McMaster
bef2ef20cd
cleanup: run code formatter and cleanup 2021-01-30 15:41:10 -08:00
Nate McMaster
0bd41c4b3a
Drop support for configuring plugins via xml file and refactor PluginLoader.Create* APIs
This removes support for configuring the plugin via XML. It's better to do most of the plugin configuration programmatically. Some settings, such as assemblies to share, have to be expressed via code and can't be expressed in XML. There weren't enough use cases for changing the plugin config via file post-publish, so I'm simplifying the library by removing this.
2019-04-24 22:00:18 -07:00
Nate McMaster
4d56565c7a
Reorganize files and prepare to release the prototype as a package
* Rename from Microsoft.Extensions to McMaster.Extensions
* Add additional API to make configuring shared types easier
* Add xmldocs
2018-07-22 22:54:11 -07:00
Nate McMaster
4fc301238d Add a bunch of test projects and remove Microsoft.Extensions.DependencyModel from the base class library 2018-03-26 23:10:15 -07:00