From fbcde75e4fc55da06c59e6c22b41196026be3bb9 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 6 Dec 2019 20:11:17 -0800 Subject: [PATCH] Fixup broken .sln file --- DotNetCorePlugins.sln | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DotNetCorePlugins.sln b/DotNetCorePlugins.sln index 2006a9e..61adfc0 100644 --- a/DotNetCorePlugins.sln +++ b/DotNetCorePlugins.sln @@ -87,7 +87,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostApp", "samples\hello-wo EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyPlugin", "samples\hello-world\MyPlugin\MyPlugin.csproj", "{2573526D-A764-4507-B2F6-1A2BF7A3FA93}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedAbstractions", "samples\hello-world\SharedAbstractions\SharedAbstractions.csproj", "{6842C9FD-6720-43EA-83AD-DE315531DDA9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginContract", "samples\hello-world\PluginContract\PluginContract.csproj", "{6842C9FD-6720-43EA-83AD-DE315531DDA9}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependency-injection", "dependency-injection", "{D17C19AC-EC11-4661-BD23-DC8308CF71C0}" EndProject diff --git a/README.md b/README.md index d633c41..6f6cf77 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ public class Startup See example projects in [samples/aspnetcore-mvc/](./samples/aspnetcore-mvc/) for more detailed, example usage. -### Reflection +## Reflection Sometimes you may want to use a plugin along with reflection APIs such as `Type.GetType(string typeName)` or `Assembly.Load(string assemblyString)`. Depending on where these APIs are used, they might fail to