SmartStack 3.65.0
dotnet add package SmartStack --version 3.65.0
NuGet\Install-Package SmartStack -Version 3.65.0
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="SmartStack" Version="3.65.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SmartStack" Version="3.65.0" />
<PackageReference Include="SmartStack" />
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 SmartStack --version 3.65.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SmartStack, 3.65.0"
#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 SmartStack@3.65.0
#: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=SmartStack&version=3.65.0
#tool nuget:?package=SmartStack&version=3.65.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SmartStack
Application de gestion multi-contexte avec authentification et navigation dynamique.
Tech Stack
| Composant | Technologie |
|---|---|
| Backend | .NET 10, EF Core 10 |
| Frontend | React 19, TypeScript, Vite |
| Database | SQL Server (LocalDB) |
| Auth | JWT + BCrypt |
Getting Started
Prerequisites
- .NET 10 SDK
- Node.js 20+
- SQL Server LocalDB
Installation
# Clone et navigation
cd SmartStack.app/features/Initialisation-de-la-stack
# Restore packages
dotnet restore
cd web/smartstack-web && npm install && cd ../..
# Les migrations sont appliquées automatiquement au démarrage
# Pour désactiver, modifier appsettings.json: "SmartStack.AutoMigrate": false
Lancement
# Terminal 1 - API (port 5142)
cd src/SmartStack.Api
dotnet run --environment Development
# Terminal 2 - Frontend (port 5173)
cd web/smartstack-web
npm run dev
Compte Administrateur Local
Au premier lancement, un compte administrateur est automatiquement cree avec un mot de passe aleatoire.
Recuperer le mot de passe
Option 1: Script PowerShell (recommande)
.\.scripts\get-admin-password.ps1
Option 2: Logs au demarrage
Le mot de passe est affiche dans les logs au demarrage de l'API :
[WRN] ═══════════════════════════════════════════════════════════════
[WRN] LOCAL ADMINISTRATOR ACCOUNT CREATED
[WRN] ─────────────────────────────────────────────────────────────
[WRN] Email: local.admin@smartstack.local
[WRN] Password: <MOT_DE_PASSE_GENERE>
[WRN] ─────────────────────────────────────────────────────────────
[WRN] SAVE THIS PASSWORD NOW - IT WILL NOT BE SHOWN AGAIN!
[WRN] ═══════════════════════════════════════════════════════════════
Reset du mot de passe
Si vous avez perdu le mot de passe, reinitialiser la base de donnees :
# Supprimer et recreer la DB
dotnet ef database drop -f -p src/SmartStack.Infrastructure -s src/SmartStack.Api
# Relancer l'API pour voir le nouveau mot de passe
cd src/SmartStack.Api
dotnet run --environment Development
Structure du Projet
SmartStack.sln
├── src/
│ ├── SmartStack.Domain # Entites metier
│ ├── SmartStack.Application # CQRS, interfaces
│ ├── SmartStack.Infrastructure # EF Core, services
│ └── SmartStack.Api # REST API
└── web/
└── smartstack-web # React frontend
Commandes Utiles
# Build
dotnet build
# Stop API (Windows)
taskkill /F /IM SmartStack.Api.exe
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Azure.Communication.Email (>= 1.1.0)
- Azure.Communication.Sms (>= 1.0.1)
- Azure.Identity (>= 1.19.0)
- Azure.Monitor.OpenTelemetry.AspNetCore (>= 1.4.0)
- Azure.Storage.Blobs (>= 12.27.0)
- BCrypt.Net-Next (>= 4.1.0)
- ClosedXML (>= 0.105.1)
- Fido2 (>= 3.0.1)
- Fido2.Models (>= 3.0.1)
- FluentValidation.DependencyInjectionExtensions (>= 12.1.1)
- Fluid.Core (>= 2.31.0)
- Hangfire.AspNetCore (>= 1.8.21)
- Hangfire.SqlServer (>= 1.8.21)
- HtmlSanitizer (>= 9.0.892)
- libphonenumber-csharp (>= 9.0.25)
- MediatR (>= 14.1.0)
- MessagePack (>= 2.5.301)
- Microsoft.AspNetCore.Authentication.Google (>= 10.0.7)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 10.0.7)
- Microsoft.AspNetCore.Authentication.MicrosoftAccount (>= 10.0.7)
- Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (>= 10.0.7)
- Microsoft.AspNetCore.OpenApi (>= 10.0.7)
- Microsoft.AspNetCore.SignalR.StackExchangeRedis (>= 10.0.7)
- Microsoft.EntityFrameworkCore (>= 10.0.7)
- Microsoft.EntityFrameworkCore.Abstractions (>= 10.0.7)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.7)
- Microsoft.Extensions.AI (>= 9.10.0)
- Microsoft.Extensions.AI.Abstractions (>= 9.10.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Caching.Memory (>= 10.0.7)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 10.0.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Http (>= 10.0.7)
- Microsoft.Extensions.Http.Resilience (>= 10.4.0)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Options (>= 10.0.7)
- Microsoft.Graph (>= 5.103.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.15.0)
- Microsoft.IdentityModel.Tokens (>= 8.15.0)
- Microsoft.Kiota.Abstractions (>= 1.22.0)
- Microsoft.Kiota.Authentication.Azure (>= 1.22.0)
- Microsoft.Kiota.Http.HttpClientLibrary (>= 1.22.0)
- Microsoft.Kiota.Serialization.Form (>= 1.22.0)
- Microsoft.Kiota.Serialization.Json (>= 1.22.0)
- Microsoft.Kiota.Serialization.Multipart (>= 1.22.0)
- Microsoft.Kiota.Serialization.Text (>= 1.22.0)
- NJsonSchema (>= 11.5.2)
- OpenTelemetry (>= 1.15.3)
- OpenTelemetry.Api (>= 1.15.3)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.3)
- OpenTelemetry.Extensions.Hosting (>= 1.15.3)
- OpenTelemetry.Instrumentation.AspNetCore (>= 1.15.2)
- OpenTelemetry.Instrumentation.Http (>= 1.15.1)
- OpenTelemetry.Instrumentation.SqlClient (>= 1.15.0)
- QRCoder (>= 1.6.0)
- Scalar.AspNetCore (>= 2.13.6)
- Serilog.AspNetCore (>= 10.0.0)
- Serilog.Enrichers.Environment (>= 3.0.1)
- Serilog.Enrichers.Thread (>= 4.0.0)
- Serilog.Sinks.File (>= 7.0.0)
- Serilog.Sinks.Seq (>= 9.0.0)
- SharpToken (>= 2.0.6)
- Twilio (>= 7.8.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.65.0 | 73 | 8/19/2026 |
| 3.65.0-preview.1189 | 40 | 8/18/2026 |
| 3.64.0 | 117 | 8/6/2026 |
| 3.64.0-preview.1184 | 56 | 8/5/2026 |
| 3.63.0 | 166 | 7/16/2026 |
| 3.63.0-preview.1178 | 56 | 7/16/2026 |
| 3.63.0-preview.1173 | 58 | 7/13/2026 |
| 3.61.0 | 158 | 6/28/2026 |
| 3.60.0 | 118 | 6/24/2026 |
| 3.60.0-preview.1157 | 68 | 6/24/2026 |
| 3.57.0 | 124 | 6/24/2026 |
| 3.57.0-preview.1153 | 61 | 6/23/2026 |
| 3.56.1 | 120 | 6/23/2026 |
| 3.55.0 | 156 | 6/2/2026 |
| 3.53.0-preview.1097 | 58 | 5/26/2026 |
| 3.53.0-preview.1096 | 79 | 5/26/2026 |
| 3.52.2 | 107 | 5/29/2026 |
| 3.52.1 | 102 | 5/26/2026 |
| 3.52.0 | 105 | 5/25/2026 |
| 3.52.0-preview.1094 | 74 | 5/26/2026 |
Loading failed