EnterpriseStartup.Utils 1.0.12

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

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

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

# 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.0.13 38 1/16/2025
1.0.12 38 1/15/2025
1.0.11 18 1/14/2025
1.0.10 12 1/14/2025
1.0.9 128 10/6/2024
1.0.9-alpha002 91 10/6/2024
1.0.9-alpha001 99 10/5/2024

Handle missing metadata