imagile 0.2.95

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global imagile --version 0.2.95
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local imagile --version 0.2.95
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=imagile&version=0.2.95
                    
nuke :add-package imagile --version 0.2.95
                    

Imagile

PR Validation

A multi-tenant B2B application platform built with .NET 9, Blazor WebAssembly, and Azure.

Quick Start

Prerequisites: .NET 9.0 SDK, Docker

# Start local services (SQL Server, Azurite)
docker-compose up -d

# Build and test
dotnet restore Imagile.App.sln
dotnet build Imagile.App.sln
dotnet test

Documentation

Architecture

Multi-tenant sharded database:

  • Metabase: Central tenant registry
  • Tenant shards: Distributed tenant data across multiple databases
  • Query isolation via ITenantIdEntity interface

Projects:

  • Imagile.App.Api - ASP.NET Core Web API (Container Apps)
  • Imagile.App.Functions - Azure Functions (background processing)
  • Imagile.App.Ui.Web - Blazor WebAssembly UI (Static Web Apps)
  • Imagile.App.Cli - Command-line tool (published to NuGet)
  • Imagile.Tests.Predeployment - Database design validation
  • Imagile.Tests.Postdeployment - E2E tests (Playwright + Reqnroll)

Deployment

Environments:

  • Local - Docker Compose (localhost:3433)
  • QA - Azure centralus (qa-*.imagile.dev)
  • Production - Azure centralus (*.imagile.dev)

Pipeline: Push to main → Build → QA → E2E Tests → Production

See CLAUDE.md - Deployment and CI/CD for details.

License

See LICENSE file.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.

This package has no dependencies.

Version Downloads Last Updated
0.2.207 144 12/31/2025
0.2.206 109 12/30/2025
0.2.201 110 12/30/2025
0.2.200 107 12/30/2025
0.2.199 106 12/30/2025
0.2.198 92 12/30/2025
0.2.197 103 12/30/2025
0.2.196 93 12/29/2025
0.2.195 92 12/29/2025
0.2.194 96 12/29/2025
0.2.192 99 12/28/2025
0.2.191 99 12/28/2025
0.2.190 108 12/28/2025
0.2.189 105 12/28/2025
0.2.188 107 12/28/2025
0.2.187 102 12/28/2025
0.2.186 93 12/28/2025
0.2.181 100 12/28/2025
0.2.180 95 12/28/2025
0.2.95 212 12/7/2025
Loading failed