WuicCore 1.0.19
dotnet add package WuicCore --version 1.0.19
NuGet\Install-Package WuicCore -Version 1.0.19
<PackageReference Include="WuicCore" Version="1.0.19" />
<PackageVersion Include="WuicCore" Version="1.0.19" />
<PackageReference Include="WuicCore" />
paket add WuicCore --version 1.0.19
#r "nuget: WuicCore, 1.0.19"
#:package WuicCore@1.0.19
#addin nuget:?package=WuicCore&version=1.0.19
#tool nuget:?package=WuicCore&version=1.0.19
KonvergenceCore
KonvergenceCore runtime and APIs.
Dev setup — secrets
A partire dalla rimozione delle password in chiaro dai file appsettings*.json,
i valori reali delle connection string e del cert SSL dev devono essere
configurati localmente al primo clone. Sono opzioni alternative:
Dev locale (Windows / Linux / macOS)
pwsh ./scripts/setup-dev-secrets.ps1
# oppure: pwsh ./scripts/setup-dev-secrets.ps1 -Dbms mysql
Lo script:
- valorizza
dotnet user-secretsper il progetto (encrypted per-utente, NON committato) - imposta
WUIC_DEV_DB_PASSWORDcome env var User per gli script PowerShell standalone inscripts/exception-handling/
Default password = superlamelauser (allineata al setup dev WUIC storico).
Override con -MssqlPassword/-MysqlPassword/-DevCertPassword.
Docker (docker compose up -d)
cp .env.example .env
# edita .env se vuoi cambiare le password
docker compose up -d
Le env vars WUIC_MYSQL_ROOT_PASSWORD (in .env) sono lette da
docker-compose.yml e iniettate sia nel container
mysql che nel servizio wuic come ConnectionStrings__* (separator
gerarchico ASP.NET Core). I placeholder __SET_*_PASSWORD__ negli
appsettings vengono cosi' superati a runtime.
Linux deploy
I file appsettings.linux.mssql.json /
appsettings.linux.mysql.json sono template:
i placeholder __SET_*__ vengono sostituiti a deploy time da
scripts/install.sh / scripts/linux/22-write-secrets-profiles.sh prima
della copia in /etc/konvergence/.
Package notes
- Release packages are built for
net10.0. - NuGet packing in
Releaseuses the obfuscated assembly output. - The package ships XML documentation and runtime configuration.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- DocumentFormat.OpenXml (>= 3.1.0)
- GenericParsing.Standard (>= 1.4.1)
- log4net (>= 3.3.0)
- Microsoft.AspNetCore.Authentication.Google (>= 8.0.8)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.0.8)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 8.0.8)
- Microsoft.AspNetCore.OData (>= 9.0.0)
- Microsoft.Data.SqlClient (>= 5.2.3)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.8)
- Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite (>= 8.0.8)
- Microsoft.Extensions.Logging.Log4Net.AspNetCore (>= 8.0.0)
- Microsoft.OpenApi.OData (>= 1.6.8)
- Newtonsoft.Json (>= 13.0.3)
- Novell.Directory.Ldap.NETStandard (>= 3.6.0)
- Serilog (>= 4.0.1)
- SixLabors.ImageSharp (>= 3.1.12)
- Stimulsoft.Reports.Angular.NetCore (>= 2026.1.7)
- Stimulsoft.Reports.Engine.NetCore (>= 2026.1.7)
- Stimulsoft.Reports.Web.NetCore (>= 2026.1.7)
- Swashbuckle.AspNetCore (>= 6.6.2)
- System.Data.SqlClient (>= 4.9.1)
- System.IO.Packaging (>= 10.0.3)
- System.Linq.Dynamic.Core (>= 1.7.1)
- Wuic.Webcore (>= 1.0.19)
- WuicOData (>= 1.0.19)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WuicCore:
| Package | Downloads |
|---|---|
|
Wuic.MySqlProvider
Wuic MySQL provider for metadata/data runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.