Работают плагины, нужно разобраться с документами

This commit is contained in:
Никита Потапов 2024-12-15 02:09:41 +04:00
parent 858b0bc76b
commit 27bae95eaa
2 changed files with 8 additions and 2 deletions

View File

@ -43,9 +43,9 @@ namespace PluginApp
}
}
}
catch
catch (Exception ex)
{
MessageBox.Show("Неудалось загрузить плагины", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
// MessageBox.Show("Неудалось загрузить плагины:\n" + ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}
return plugins;

View File

@ -9,6 +9,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<ProjectReference Include="..\PluginConventions\PluginConventions.csproj" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
<PrivateAssets>all</PrivateAssets>