Igtampe.Redistributables 1.0.0

dotnet add package Igtampe.Redistributables --version 1.0.0
NuGet\Install-Package Igtampe.Redistributables -Version 1.0.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="Igtampe.Redistributables" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Igtampe.Redistributables --version 1.0.0
#r "nuget: Igtampe.Redistributables, 1.0.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 Igtampe.Redistributables as a Cake Addin
#addin nuget:?package=Igtampe.Redistributables&version=1.0.0

// Install Igtampe.Redistributables as a Cake Tool
#tool nuget:?package=Igtampe.Redistributables&version=1.0.0

Igtampe.Redistributables

The essential redistributables for all of my web based projects! Including the following libraries:

  • ChopoAuth: A barebones authentication suite with simple password hashing provided by Hashbrown
  • ChopoImageHandling: A little wrapper class to hold images in a database
  • ChopoSessionManager: A tiny but mighty online session manager, meant to be used with ChopoAuth, and an IUserDbContext (See Redistributables.DBContexts)
  • Hashbrown: Just add some salt, and you can hash any string with SHA256.
  • Interfaces and Exceptions: The absolute most common stuff in my coding experience (So common its on the root Igtampe namespace!)
  • Notifier: A simple class to manage notifications

And a few other tiny things!

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Igtampe.Redistributables:

Package Downloads
Igtampe.Redistributables.DBContexts

DBContexts includes the DbContexts portions of IDACRA. It has some interfaces for Actions, and the ever useful PostgresContext configurable DBContext. It's especially useful if you're planning to ship to Heroku, or any other DB that uses Postgres.

Igtampe.Redistributables.Actions

Actions includes the ActionsAgent portion of IDACRA. It has several reusable actions including UserAgent to retrieve IRED Chopo Users, or Notifier Notifications to send users their notifications

Igtampe.Redistributables.Controllers

ASPControllers includes the Controllers portion of IDACRA. It has controller bases for your new controllers, and reusable ones for IRED entities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 249 8/30/2022