staz
-
- 3,667 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
This package uses and augments Backend.Core.Initialization package for initializing HTTP server of Backend.HTTP.Server package. -
- 3,518 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
The library containing class implementing LoginProvider interface of Backend.HTTP.Common.Login package. Handles authentication over LDAP connection. -
- 3,476 total downloads
- last updated 7/3/2017
- Latest version: 0.1.1-beta (prerelease)
The Connection-Based Asynchronous Messaging (CBAM) MSBuild.Abstraction assembly contains skeleton implementations for MSBuild tasks which use CBAM packages. -
- 3,096 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
This package is executable .NET Core DLL, which runs the HTTP server of Backend.HTTP.Server package. Graceful shutdown and restart are supported via semaphores, as implemented by UtilPack.ProcessMonitor... More information -
- 2,981 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
Contains module implementing generic logout procedore for backend HTTP servers. -
- 2,909 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
Contains class implementing StringTransformer interface from Backend.HTTP.Common package, which uses cryptographic digests (e.g. SHA512) to transform strings. -
- 2,896 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
Contains class implementing Authenticator interface from Backend.HTTP.Common package, which operates based on HTTP headers. The authentication token is read from and written to configurable HTTP header. -
- 2,569 total downloads
- last updated 3/20/2019
- Latest version: 2.0.0
This tool will restore the given NuGet package and then execute a method within the restored DLLs. The method does not need to be marked as entrypoint, and it may contain other parameter types than the default... More information -
- 2,493 total downloads
- last updated 3/20/2019
- Latest version: 1.2.0
This tool will deploy the given NuGet package by copying the DLL and generating .deps.json and .runtimeconfig.json files, or by copying all non-framework assemblies into single folder. -
- 2,097 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
Contains class implementing Authenticator interface from Backend.HTTP.Common package, which operates as guest authenticator, allowing anyone to be seen as authenticated. This is useful in development... More information -
- 2,043 total downloads
- last updated 8/8/2018
- Latest version: 0.2.1
This package contains definitions for HTTP log levels, and also default implementation for console log consumer. -
- 1,719 total downloads
- last updated 12/20/2018
- Latest version: 1.2.0
Library containing API for pooling asynchronous resources. -
SQLGenerator
by: staz- 1,704 total downloads
- last updated 6/9/2017
- Latest version: 1.0.0-RC2 (prerelease)
Library containing DSL for SQL standard. This library contains elements not specific to any vendor. The additional SQLGenerator packages provide vendor-specific API. -
- 1,663 total downloads
- last updated 12/20/2018
- Latest version: 2.1.0
This project is a bridge between UtilPack.ResourcePooling project and custom MSBuild tasks. -
- 1,663 total downloads
- last updated 12/20/2018
- Latest version: 1.2.0
Library API and implementation for situations when using pool factory of ResourcePooling.Async package with its parameter being serialized as JSON file on disk, or as a JSON string. -
- 1,661 total downloads
- last updated 12/20/2018
- Latest version: 1.2.0
Library containing factory methods for resource pool API of ResourcePooling.Async.Abstractions package. The factory methods are defined as extension methods on AsyncResourceFactory<TResource> interface. -
- 1,489 total downloads
- last updated 6/29/2017
- Latest version: 1.0.0
MSBuild task which extends Exec but does not wait for the spawned process to terminate. The task in this package should be loaded by UtilPack.NuGet.MSBuild task factory. -
- 1,474 total downloads
- last updated 6/9/2017
- Latest version: 1.0.0-RC2 (prerelease)
Library containing API to create SQL statements using SQLVendor from SQLGenerator library. -
- 1,459 total downloads
- last updated 6/9/2017
- Latest version: 1.0.0-RC2 (prerelease)
MSBuild task utilizing SQLGenerator and dynamic assembly loading to generate SQL files. -
- 1,426 total downloads
- last updated 6/9/2017
- Latest version: 1.0.0-RC2 (prerelease)
Library containing DSL for PostgreSQL-specific SQL dialect.