WuicCore 1.0.19

dotnet add package WuicCore --version 1.0.19
                    
NuGet\Install-Package WuicCore -Version 1.0.19
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WuicCore" Version="1.0.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WuicCore" Version="1.0.19" />
                    
Directory.Packages.props
<PackageReference Include="WuicCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WuicCore --version 1.0.19
                    
#r "nuget: WuicCore, 1.0.19"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WuicCore@1.0.19
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WuicCore&version=1.0.19
                    
Install as a Cake Addin
#tool nuget:?package=WuicCore&version=1.0.19
                    
Install as a Cake Tool

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-secrets per il progetto (encrypted per-utente, NON committato)
  • imposta WUIC_DEV_DB_PASSWORD come env var User per gli script PowerShell standalone in scripts/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 Release uses the obfuscated assembly output.
  • The package ships XML documentation and runtime configuration.
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
1.0.19 81 5/4/2026
1.0.11 123 4/27/2026
1.0.10 81 4/27/2026
1.0.9 87 4/27/2026
1.0.7 91 4/26/2026
1.0.3 87 4/25/2026
0.9.0 93 4/23/2026
Loading failed