![]() |
VOOZH | about |
dotnet add package CShells.AspNetCore.Testing --version 0.0.28
NuGet\Install-Package CShells.AspNetCore.Testing -Version 0.0.28
<PackageReference Include="CShells.AspNetCore.Testing" Version="0.0.28" />
<PackageVersion Include="CShells.AspNetCore.Testing" Version="0.0.28" />Directory.Packages.props
<PackageReference Include="CShells.AspNetCore.Testing" />Project file
paket add CShells.AspNetCore.Testing --version 0.0.28
#r "nuget: CShells.AspNetCore.Testing, 0.0.28"
#:package CShells.AspNetCore.Testing@0.0.28
#addin nuget:?package=CShells.AspNetCore.Testing&version=0.0.28Install as a Cake Addin
#tool nuget:?package=CShells.AspNetCore.Testing&version=0.0.28Install as a Cake Tool
Testing utilities for CShells ASP.NET Core applications.
This package provides testing helpers and utilities for integration testing CShells-based ASP.NET Core applications.
ShellInitializationWaiter - Helper to wait for shell initialization in integration testsdotnet add package CShells.AspNetCore.Testing
In integration tests, use ShellInitializationWaiter to ensure all shells are initialized before running tests:
using CShells.AspNetCore.Testing;
using Microsoft.AspNetCore.Mvc.Testing;
using Xunit;
public class MyIntegrationTests : IClassFixture<WebApplicationFactory<Program>>
{
private readonly WebApplicationFactory<Program> _factory;
public MyIntegrationTests(WebApplicationFactory<Program> factory)
{
_factory = factory;
}
[Fact]
public async Task TestShellEndpoint()
{
var client = _factory.CreateClient();
// Wait for shells to be initialized
await ShellInitializationWaiter.WaitForShellsAsync(_factory.Services);
// Now run your tests
var response = await client.GetAsync("/tenant1/api/weather");
response.EnsureSuccessStatusCode();
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.28 | 91 | 6/12/2026 |
| 0.0.27 | 102 | 6/12/2026 |
| 0.0.26 | 95 | 6/12/2026 |
| 0.0.25 | 92 | 6/11/2026 |
| 0.0.24 | 105 | 5/15/2026 |
| 0.0.23 | 98 | 5/15/2026 |
| 0.0.22 | 92 | 5/14/2026 |
| 0.0.21 | 99 | 5/12/2026 |
| 0.0.20 | 105 | 5/8/2026 |
| 0.0.19 | 94 | 5/6/2026 |
| 0.0.18 | 93 | 5/2/2026 |
| 0.0.17 | 108 | 4/29/2026 |
| 0.0.16 | 112 | 4/27/2026 |
| 0.0.15 | 101 | 4/27/2026 |
| 0.0.14 | 107 | 4/20/2026 |
| 0.0.13 | 105 | 4/17/2026 |
| 0.0.12 | 144 | 3/16/2026 |
| 0.0.11 | 115 | 2/28/2026 |
| 0.0.10 | 114 | 2/24/2026 |
| 0.0.9 | 119 | 2/15/2026 |