TinyAppEngine.Tools 1.0.117

AppEngine Tools

🏷️ Introduction

AppEngine Tools is a lightweight development engine for .NET web applications, designed to simplify and provide essential tools for developing web apps. It offers a collection of utilities, extensions, and validation mechanisms to streamline the development process and enhance productivity.

📁 Project Structure

AppEngine/
├── .github/                                    # GitHub configuration files
│   ├── instructions/                           # Instructions for contributing and using the project
│   └── workflows/                              # GitHub Actions workflows for CI/CD
│
├── src/
│   ├── TinyAppEngine.Tools/                    # Command-line tools and utilities
│   │   ├──  DependencyInjection/               # Dependency injection related classes and utilities
│   │   ├──  ExceptionHandlers/                 # Custom exception handlers and related classes
│   │   ├──  Extensions/                        # Extension methods specific to the tools
│   │   ├──  OpenApi/                           # OpenAPI related utilities and classes
│   │   │    ├── Filters/                       # OpenAPI filters and related classes
│   │   │    ├── Helpers/                       # OpenAPI helper classes and utilities
│   │   │    ├── Options/                       # OpenAPI options and configuration classes
│   │   │    └── SimpleAuthentication/          # OpenAPI extensions and utilities for simple authentication
│   │   │
│   │   ├──  OperationResult/                   # Classes related to operation results and responses
│   │   │    └── AspNetCore.Http/               # Operation result classes specific to ASP.NET Core HTTP responses
│   │   │
│   │   ├──  Serialization/                     # Serialization utilities and classes
│   │   ├──  SimpleAuthentication/              # Simple authentication utilities and classes
│   │   │    ├── Abstractions/                  # Abstractions and interfaces for authentication
│   │   │    └── JWTBearer/                     # JWT Bearer authentication related classes and utilities
│   │   │
│   │   └──  TimeZoneService/                   # Time zone related utilities and services
│   │        └── Interfaces/                    # Interfaces for time zone services
│   │   
│   └── Directory.Build.props                   # Shared MSBuild properties
│
├── .editorconfig                               # Code style and formatting rules
├── .gitignore                                  # Git ignore file
├── LICENSE                                     # License information
├── README.md                                   # Project documentation
└── AppEngine.slnx                              # Solution file for the entire project

🛠️ Installation

Prerequisites

  • .NET 10.0 SDK (latest version)

Setup

The libraries are available on Baget, just search for TinyAppEngine.Tools in the Package Manager GUI or run the following command in the .NET CLI:

dotnet add package TinyAppEngine.Tools

[!NOTE] It is necessary to configure nuget.config in order to be able to install nuget packages from Baget without problems, below is an example of configuration

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
        <add key="Baget" value="http://nuget.aepserver.it/v3/index.json" allowInsecureConnections="true" />
    </packageSources>

    <!-- Opzionale: limitare quali pacchetti vengono risolti da quale sorgente -->
    <packageSourceMapping>
        <packageSource key="nuget.org">
            <package pattern="*" />
        </packageSource>
        <packageSource key="Baget">
            <package pattern="TinyAppEngine*" /><!-- Tutti i pacchetti che iniziano con TinyAppEngine -->
        </packageSource>
    </packageSourceMapping>

    <activePackageSource>
        <add key="All" value="(Aggregate source)" />
    </activePackageSource>

    <config>
        <!-- esempio: personalizzare la cartella dei pacchetti (opzionale) -->
        <!-- <add key="globalPackagesFolder" value="%USERPROFILE%\.nuget\packages" /> -->
    </config>
</configuration>

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

Showing the top 20 packages that depend on TinyAppEngine.Tools.

Packages Downloads
ISM.Database.SQLServer
Database SQL Server library for Identity System Management
5
ISM.Database.SQLServer
Database SQL Server library for Identity System Management
6
ISM.Database.SQLServer
Database SQL Server library for Identity System Management
9
ISM.Database.SQLServer
Database SQL Server library for Identity System Management
11
ISM.EFCore
Entity Framework Core library for Identity System Management
10
ISM.Shared
Shared library for Identity System Management
5
ISM.Shared
Shared library for Identity System Management
6
ISM.Shared
Shared library for Identity System Management
7
ISM.Shared
Shared library for Identity System Management
8
ISM.Shared
Shared library for Identity System Management
9
ISM.Shared
Shared library for Identity System Management
10
ISM.Shared
Shared library for Identity System Management
11
ISM.Shared
Shared library for Identity System Management
12
ISM.Shared
Shared library for Identity System Management
15
ISM.Shared
Shared library for Identity System Management
16
ISM.Shared
Shared library for Identity System Management
17

Version Downloads Last updated
1.0.129 8 08/30/2026
1.0.128 0 08/29/2026
1.0.126 0 08/27/2026
1.0.125 13 08/23/2026
1.0.122 0 08/22/2026
1.0.120 3 08/14/2026
1.0.119 10 08/12/2026
1.0.118 16 08/08/2026
1.0.117 0 08/06/2026
1.0.116 2 08/03/2026
1.0.113 0 08/03/2026
1.0.111 0 07/28/2026
1.0.108 10 07/18/2026
1.0.107 6 07/17/2026
1.0.106 3 07/16/2026
1.0.105 3 07/09/2026
1.0.104 10 07/05/2026
1.0.103 3 07/03/2026
1.0.102 11 06/28/2026
1.0.99 5 06/24/2026
1.0.98 8 06/18/2026
1.0.96 4 06/16/2026
1.0.90 2 06/16/2026
1.0.88 6 06/12/2026
1.0.87 1 06/12/2026
1.0.86 17 06/10/2026
1.0.84 3 06/07/2026
1.0.83 6 06/05/2026
1.0.82 13 06/03/2026
1.0.79 6 05/30/2026
1.0.78 17 05/24/2026
1.0.76 13 05/20/2026
1.0.70 6 05/19/2026
1.0.68 24 05/17/2026
1.0.66 6 05/16/2026
1.0.58 8 05/13/2026
1.0.57 28 05/08/2026
1.0.49 8 05/06/2026
1.0.48 19 05/02/2026
1.0.46 10 05/01/2026
1.0.43 2 05/01/2026
1.0.41 33 04/26/2026
1.0.34 6 04/23/2026
1.0.16 7 04/21/2026
1.0.13 2 04/21/2026
1.0.10 2 04/20/2026