aboutsummaryrefslogtreecommitdiff
path: root/lib/sql-providers/mysql
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:44:42 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-02 15:44:42 -0400
commit8e77289041349b16536497f48f0c0a4ec6fe30f5 (patch)
treea222f4b46ce48a11f0225e9edecc058e25d3f579 /lib/sql-providers/mysql
parente0a5c85297516188e57b54d9b530b2482cb03eb0 (diff)
feat: #2 Middleware helpers, proj cleanup, fix sync secrets, vault client
Diffstat (limited to 'lib/sql-providers/mysql')
-rw-r--r--lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj8
-rw-r--r--lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj8
2 files changed, 12 insertions, 4 deletions
diff --git a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj
index 9f5c2bf..3d52e85 100644
--- a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj
+++ b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MYSql.csproj
@@ -2,14 +2,17 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<AssemblyName>VNLib.Plugins.Extensions.Sql.MySQL</AssemblyName>
<RootNamespace>VNLib.Plugins.Extensions.Sql</RootNamespace>
- <Nullable>enable</Nullable>
- <ImplicitUsings>disable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<!--Enable dynamic loading-->
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
<PropertyGroup>
<PackageId>VNLib.Plugins.Extensions.Sql.MySQL</PackageId>
@@ -22,6 +25,7 @@
<Description>A runtime asset library that provides MySQL interfaces for ADO and EFCore SQL server clients</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>
diff --git a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj
index 9f5c2bf..3d52e85 100644
--- a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj
+++ b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/src/VNLib.Plugins.Extensions.Loading.Sql.MySQL.csproj
@@ -2,14 +2,17 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
+ <Nullable>enable</Nullable>
<AssemblyName>VNLib.Plugins.Extensions.Sql.MySQL</AssemblyName>
<RootNamespace>VNLib.Plugins.Extensions.Sql</RootNamespace>
- <Nullable>enable</Nullable>
- <ImplicitUsings>disable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<!--Enable dynamic loading-->
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
+
+ <PropertyGroup>
+ <AnalysisLevel Condition="'$(BuildingInsideVisualStudio)' == true">latest-all</AnalysisLevel>
+ </PropertyGroup>
<PropertyGroup>
<PackageId>VNLib.Plugins.Extensions.Sql.MySQL</PackageId>
@@ -22,6 +25,7 @@
<Description>A runtime asset library that provides MySQL interfaces for ADO and EFCore SQL server clients</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>