Commit Graph

7 Commits

Author SHA1 Message Date
Nate McMaster
1da109777b
Update what-are-shared-types.md 2019-08-29 22:51:59 -07:00
Nate McMaster
605faf96d3
Update what-are-shared-types.md 2019-08-29 22:49:11 -07:00
Nate McMaster
c84759e39d
docs: shared types 2019-08-29 22:38:35 -07: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
471789bc32
Add PluginLoader.CreateFromAssemblyFile and update README and docs 2018-07-23 20:58:51 -07:00
Nate McMaster
aaa0413fa9
Rename package to McMaster.NETCore.Plugins 2018-07-23 20:15:44 -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