EnterpriseStartup.Utils 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package EnterpriseStartup.Utils --version 1.1.0                
NuGet\Install-Package EnterpriseStartup.Utils -Version 1.1.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="EnterpriseStartup.Utils" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EnterpriseStartup.Utils --version 1.1.0                
#r "nuget: EnterpriseStartup.Utils, 1.1.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.
// Install EnterpriseStartup.Utils as a Cake Addin
#addin nuget:?package=EnterpriseStartup.Utils&version=1.1.0

// Install EnterpriseStartup.Utils as a Cake Tool
#tool nuget:?package=EnterpriseStartup.Utils&version=1.1.0                

Enterprise Startup

Coverage Status

Codacy Badge

Mutation testing badge

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 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EnterpriseStartup.Utils:

Package Downloads
EnterpriseStartup.Blobs

Provides blob abstractions and implementation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.2 89 3/10/2025
1.1.1 81 3/10/2025
1.1.0 103 3/2/2025
1.0.15 100 2/25/2025
1.0.14 121 2/10/2025
1.0.13 92 1/16/2025
1.0.12 89 1/15/2025
1.0.11 82 1/14/2025
1.0.10 74 1/14/2025
1.0.9 136 10/6/2024
1.0.9-alpha002 94 10/6/2024
1.0.9-alpha001 102 10/5/2024

Various signalr mq telemetry support