EnterpriseStartup 1.1.3
dotnet add package EnterpriseStartup --version 1.1.3
NuGet\Install-Package EnterpriseStartup -Version 1.1.3
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="EnterpriseStartup" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EnterpriseStartup --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EnterpriseStartup, 1.1.3"
#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.
// Install EnterpriseStartup as a Cake Addin #addin nuget:?package=EnterpriseStartup&version=1.1.3 // Install EnterpriseStartup as a Cake Tool #tool nuget:?package=EnterpriseStartup&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Enterprise Startup
Overview
This is a library designed to help get started with enterprise ASP.NET apps!
Notes
Commands
# Restore tools
dotnet tool restore
# General clean up
rd -r **/bin/; rd -r **/obj/;
# Run unit tests
gci -r -dir ../TestResults | % { rm -r $_ }; dotnet test -c Release -s .runsettings; dotnet reportgenerator -targetdir:coveragereport -reports:**/coverage.cobertura.xml -reporttypes:"html;jsonsummary"; start coveragereport/index.html;
# Run mutation tests
gci -r -dir ../StrykerOutput | % { rm -r $_ }; dotnet stryker -o;
# Pack and publish a pre-release to a local feed
$suffix="alpha001"; dotnet pack -c Release -o nu --version-suffix $suffix; dotnet nuget push "nu\*.*$suffix.nupkg" --source localdev; gci nu/ | ri -r; rmdir nu;
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Analyse (>= 1.0.2)
- AspNetCore.HealthChecks.Azure.Storage.Blobs (>= 9.0.0)
- AspNetCore.HealthChecks.Rabbitmq (>= 8.0.2)
- AspNetCore.HealthChecks.Redis (>= 9.0.0)
- AspNetCore.HealthChecks.SignalR (>= 9.0.0)
- AspNetCore.HealthChecks.Uris (>= 9.0.0)
- EnterpriseStartup.Blobs (>= 1.1.3)
- EnterpriseStartup.Messaging (>= 1.1.3)
- MethodBoundaryAspect.Fody (>= 2.0.150)
- Microsoft.AspNetCore.SignalR.StackExchangeRedis (>= 8.0.14)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.3)
- Microsoft.Extensions.Http.Polly (>= 9.0.3)
- Microsoft.Identity.Web (>= 3.8.0)
- NJsonSchema (>= 11.1.0)
- OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.11.2)
- OpenTelemetry.Extensions.Hosting (>= 1.11.2)
- OpenTelemetry.Instrumentation.AspNetCore (>= 1.11.1)
- OpenTelemetry.Instrumentation.Http (>= 1.11.1)
- OpenTelemetry.Instrumentation.Runtime (>= 1.11.1)
- OpenTelemetry.Instrumentation.SqlClient (>= 1.11.0-beta.2)
- OpenTelemetry.Instrumentation.StackExchangeRedis (>= 1.11.0-beta.2)
- Polly.Contrib.WaitAndRetry (>= 1.1.1)
- StackExchange.Redis (>= 2.8.31)
- Swashbuckle.AspNetCore (>= 7.3.1)
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 |
---|---|---|
1.1.3 | 123 | 7 days ago |
1.1.2 | 147 | 14 days ago |
1.1.1 | 123 | 14 days ago |
1.1.0 | 70 | 22 days ago |
1.0.15 | 74 | a month ago |
1.0.14 | 91 | a month ago |
1.0.13 | 57 | 2 months ago |
1.0.12 | 50 | 2 months ago |
1.0.11 | 40 | 2 months ago |
1.0.10 | 36 | 2 months ago |
1.0.9 | 95 | 6 months ago |
1.0.9-alpha002 | 61 | 6 months ago |
1.0.9-alpha001 | 60 | 6 months ago |
1.0.8 | 77 | 6 months ago |
1.0.7 | 79 | 6 months ago |
1.0.6 | 71 | 6 months ago |
1.0.5 | 81 | 6 months ago |
1.0.4 | 74 | 6 months ago |
1.0.3 | 84 | 7 months ago |
1.0.3-beta001 | 66 | 7 months ago |
1.0.2 | 77 | 7 months ago |
1.0.1 | 76 | 7 months ago |
1.0.0 | 94 | 7 months ago |
Redis bugfix