Skip to main content
staz avatar

staz

NuGet publisher profile

Packages
105
Total Downloads
2.3M
2,290,111

Packages (105)

UtilPack.NuGet.MSBuild package icon

UtilPack.NuGet.MSBuild

Provides easy way to execute NuGet-based MSBuild tasks.

1.1M
downloads
UtilPack package icon

UtilPack

Library containing useful and generic methods, which are missing from one or more BCL.

230.2K
downloads
UtilPack.Cryptography package icon

UtilPack.Cryptography

Library containing basic abstractions to cryptography. Aims to fill the gap in cryptographic API lack in .NET Standard 1.0, and to co-operate with existing cryptographic API in other .NET frameworks.

45.6K
downloads
UtilPack.Cryptography.Digest package icon

UtilPack.Cryptography.Digest

Provides block-based digest-producing cryptographical algorithms. Also provides concrete implementation for RandomGenerator interface of UtilPack.Cryptography package.

45.4K
downloads
CBAM.Abstractions package icon

CBAM.Abstractions

The Connection-Based Asynchronous Messaging (CBAM) Abstractions assembly contains types which are common for any workflow which communicates with e.g. SQL or LDAP processes using some kind of IPC connection.

39.2K
downloads
UtilPack.JSON.Configuration package icon

UtilPack.JSON.Configuration

Small library containing extension methods for Microsoft.Extensions.Configuiration.Json package, including methods to add JSON contents as string or byte array.

37.9K
downloads
UtilPack.NuGet package icon

UtilPack.NuGet

Library containing BoundRestoreCommandUser class, which can be used to easily restore NuGet packages. Also several extension methods are provided to make life easier when working with NuGet types.

37.7K
downloads
NuGetUtils.MSBuild.Exec package icon

NuGetUtils.MSBuild.Exec

Provides easy way to execute NuGet-based MSBuild tasks.

32.7K
downloads
UtilPack.ResourcePooling package icon

UtilPack.ResourcePooling

Library containing types which support pooling asynchronous and synchronous resources.

31.7K
downloads
UtilPack.AsyncEnumeration package icon

UtilPack.AsyncEnumeration

Library containing IAsyncEnumerable, and async LINQ methods.

30.2K
downloads
UtilPack.Cryptography.SASL package icon

UtilPack.Cryptography.SASL

Provides generic SASLMechanism interface which is designed to be implemented by all SASL protocols. Also has skeleton implementations for SASLMechanism interface, and utility methods for string processing in SASL.

28.5K
downloads
UtilPack.Cryptography.SASL.SCRAM package icon

UtilPack.Cryptography.SASL.SCRAM

Provides ability to create objects implementing SASLMechanism of UtilPack.Cryptograhy.SASL that handle the SCRAM mechanism of SASL. No strings are allocated during challenge. Both client-side and server-side mechanisms are provided.

28.4K
downloads
CILAssemblyManipulator.Portable package icon

CILAssemblyManipulator.Portable

CIL Assembly Manipulator (CAM) provides high-level API to read and emit CLR assemblies and modules. CAM is currently available for .NET 4 and Windows 8. Mono support and Windows Phone 8.1 support are incoming.

28.2K
downloads
CBAM.Abstractions.Implementation package icon

CBAM.Abstractions.Implementation

The Connection-Based Asynchronous Messaging (CBAM) Abstractions.Implementation assembly contains skeleton implementations for types in CBAM.Abstractions assembly.

27.7K
downloads
CBAM.SQL package icon

CBAM.SQL

The Connection-Based Asynchronous Messaging (CBAM) SQL assembly contains types which further specialize and augment the types of CBAM.Abstractions and CBAM.Tabular, in order to provide intuitive and easy-to-use API for communicating with any SQL database.

24.8K
downloads
CBAM.SQL.PostgreSQL package icon

CBAM.SQL.PostgreSQL

The Connection-Based Asynchronous Messaging (CBAM) SQL.PostgreSQL assembly contains types which further specialize and augment the types of CBAM.SQL, in order to provide intuitive and easy-to-use API for communicating with PostgreSQL database. The support for notifications exists, alongside with customizable PostgreSQL type registry system.

18.8K
downloads
CILAssemblyManipulator.DotNET package icon

CILAssemblyManipulator.DotNET

CIL Assembly Manipulator (CAM) .NET addition provides a working CILReflectionContext factory. This library will fill the gaps left by CAM Portable version.

17.7K
downloads
UtilPack.TabularData package icon

UtilPack.TabularData

Library containing types which support synchronously and asynchronously queryable data in tabular format.

17.6K
downloads
CBAM.SQL.PostgreSQL.Implementation package icon

CBAM.SQL.PostgreSQL.Implementation

The Connection-Based Asynchronous Messaging (CBAM) SQL.PostgreSQL.Implementation assembly provides implementation and API in order to create connection pools which can create connections to PostgreSQL database backend. A good starting point is PgSQLConnectionPool class.

17.6K
downloads
CILMerge.MSBuild package icon

CILMerge.MSBuild

Provides a MSBuild task to merge multiple CIL assemblies into one.

17.3K
downloads
UtilPack.NuGet.Deployment package icon

UtilPack.NuGet.Deployment

Library for deploying NuGet packages so that they can be directly executed by dotnet tool. All required functionality is in NuGetDeployment class.

17.0K
downloads
CBAM.SQL.Implementation package icon

CBAM.SQL.Implementation

The Connection-Based Asynchronous Messaging (CBAM) SQL.Implementation assembly contains skeleton implementations for types in CBAM.SQL assembly.

16.6K
downloads
CBAM.Abstractions.Implementation.Tabular package icon

CBAM.Abstractions.Implementation.Tabular

The Connection-Based Asynchronous Messaging (CBAM) Abstractions.Implementation.Tabular assembly contains skeleton implementation CBAM libraries which operate on tabular data (SQL, LDAP, etc).

15.9K
downloads
CBAM.SQL.MSBuild package icon

CBAM.SQL.MSBuild

The Connection-Based Asynchronous Messaging (CBAM) SQL.MSbuild assembly contains abstract SQL-oriented MSBuild task, and task which reads file and executes SQL statements contained within.

13.8K
downloads
UtilPack.JSON package icon

UtilPack.JSON

Library containing asynchronous (de)serialization methods for Newtonsoft.JSON JTokens. The deserialization functionality is available through UtilPack.JSON.JTokenStreamReader class. The serialization functionality is available through extension method to UtilPack.PotentiallyAsyncWriterLogic<IEnumerable<Char>, TSink> class.

13.5K
downloads
CBAM.SQL.PostgreSQL.JSON package icon

CBAM.SQL.PostgreSQL.JSON

The Connection-Based Asynchronous Messaging (CBAM) SQL.PostgreSQL.JSON assembly provides API to add support for json and jsonb PostgreSQL types to connections of CBAM.SQL.PostgreSQL assembly. The API is two extensions methods for ConnectionPoolObservable type in CBAM.Abstractions assembly, and PgSQLConnection type in CBAM.SQL.PostgreSQL assembly. The first extension method adds support for json and jsonb PostgreSQL types to all connections created by given pool. The second extension method adds support for those types for a single connection. Once support has been added, the values of json and jsonb PostgreSQL types can be directly acquired as JToken type of Newtonsoft.JSON assembly.

13.5K
downloads
UtilPack.Configuration package icon

UtilPack.Configuration

Library containing DynamicConfigurableTypeLoader class, which dynamically loads and instantiates types using information in Microsoft.Extensions.Configuration.IConfiguration object.

13.0K
downloads
UtilPack.NuGet.AssemblyLoading package icon

UtilPack.NuGet.AssemblyLoading

Library containing NuGetAssemblyResolver interface, which provides uniform way for both .NET Desktop and Core to dynamically load assemblies from NuGet packages and dependencies.

12.9K
downloads
UtilPack.NuGet.Common.MSBuild package icon

UtilPack.NuGet.Common.MSBuild

Library containing some commonly used types (e.g. logger) for working with NuGet packages in MSBuild tasks.

12.9K
downloads
UtilPack.NuGet.Deployment.MSBuild package icon

UtilPack.NuGet.Deployment.MSBuild

MSBuild task which utilizes UtilPack.NuGet.Deployment library in order to deploy NuGet packages so that they can be executed directly by dotnet. The task in this package should be loaded by UtilPack.NuGet.MSBuild task factory.

12.8K
downloads
Backend.Core package icon

Backend.Core

Library containing common abstractions for backend in system architectures which are based on backend-frontend architecture.

12.8K
downloads
UtilPack.ResourcePooling.NetworkStream package icon

UtilPack.ResourcePooling.NetworkStream

Easy-to-use async resource pool for streams operating on sockets.

12.7K
downloads
Backend.HTTP.Common package icon

Backend.HTTP.Common

Library containing abstractions for backends communicating with frontends using HTTP protocol.

12.3K
downloads
UtilPack.NuGet.ProcessRunner package icon

UtilPack.NuGet.ProcessRunner

This package contains executable which combines the functionalities of UtilPack.NuGet.Deployment and UtilPack.ProcessMonitor packages: it can restore missing packages, and then execute and monitor them.

12.1K
downloads
UtilPack.NuGet.Push.MSBuild package icon

UtilPack.NuGet.Push.MSBuild

MSBuild task to push packages. Most suitable to use in rapid development builds, where each build should propagate to (local) NuGet feed. The task in this package should be loaded by UtilPack.NuGet.MSBuild task factory.

11.6K
downloads
UtilPack.ResourcePooling.MSBuild package icon

UtilPack.ResourcePooling.MSBuild

This project is a bridge between UtilPack.ResourcePooling project and custom MSBuild tasks.

11.2K
downloads
UtilPack.ProcessMonitor package icon

UtilPack.ProcessMonitor

Library to start, monitor, and restart processes. Provides way to gracefully shutdown process-to-be-monitored via semaphore, and also to enable the process to signal that it needs to be restarted, also via semaphore.

9.9K
downloads
CBAM.HTTP package icon

CBAM.HTTP

The Connection-Based Asynchronous Messaging (CBAM) HTTP package contains API to send HTTP requests from client to server. The HTTP API itself is minimalistic and easy-to-use.

9.9K
downloads
UtilPack.Logging package icon

UtilPack.Logging

Library containing types which supports synchronously and asynchronously publishing logging events, and reacting to them.

9.4K
downloads
Backend.HTTP.Common.Skeletons package icon

Backend.HTTP.Common.Skeletons

Contains skeleton implementation for types defined in Backend.Core and Backend.HTTP.Common packages.

8.9K
downloads
Qi4CS.Core package icon

Qi4CS.Core

Qi4CS is aimed to increase coding efficiency and productivity by introducing easily adaptive features from Aspect Oriented Programming (AOP), Composite Oriented Programming (COP), and Dependency Injection (DI). This is the core package required for all projects using Qi4CS.

8.1K
downloads
CBAM.HTTP.Implementation package icon

CBAM.HTTP.Implementation

The Connection-Based Asynchronous Messaging (CBAM) HTTP.Implementation package contains API create instances of types defined in CBAM.HTTP package.

8.1K
downloads
CBAM.Tabular package icon

CBAM.Tabular

The Connection-Based Asynchronous Messaging (CBAM) Tabular assembly contains types that make it easy for asynchronous access to tabular data (rows with columns) returned by a connection.

8.1K
downloads
CBAM.Abstractions.Implementation.NetworkStream package icon

CBAM.Abstractions.Implementation.NetworkStream

Provides skeleton implementation and ready solution for typical connection factory class operating on (network) stream..

7.8K
downloads
CAM.Physical package icon

CAM.Physical

Provides functionality related to Physical layer of CILAssemblyManipulator (CAM) framework. This is the lowest abstraction level of CAM, and the provided functionality allows directly manipulate metadata tables, rows, and signatures.

7.7K
downloads
CAM.Logical package icon

CAM.Logical

Provides functionality related to Logical layer of CILAssemblyManipulator (CAM) framework. The metadata types, methods, fields, etc are represented by high-level abstract API similar to the one in System.Reflection namespace of .NET framework. Additionally wrapping of native reflection elements (types, mehtods, fields, etc) is supported.

6.6K
downloads
UtilPack.Configuration.NetworkStream package icon

UtilPack.Configuration.NetworkStream

This library contains types that contain common information for any functionality that operates over a network, and is configurable.

6.5K
downloads
Qi4CS.Extensions.Configuration package icon

Qi4CS.Extensions.Configuration

Qi4CS Extension: Configuration is an extension of Qi4CS.Core that provides basic API for assembling composites that can be deserialized and serialized by ConfigurationManager, which is also provided by this extension. The configuration composites may have their location specified at assembling time or at runtime.

6.5K
downloads
CAM.Structural package icon

CAM.Structural

Provides functionality related to Structural layer of CILAssemblyManipulator (CAM) framework. The metadata types, methods, fields, etc may be manipulated directly instead of indirect metadata tables, rows, signatures, and table references.

6.2K
downloads
Qi4CS.SDK package icon

Qi4CS.SDK

Qi4CS is aimed to increase coding efficiency and productivity by introducing easily adaptive features from Aspect Oriented Programming (AOP), Composite Oriented Programming (COP), and Dependency Injection (DI). This is the SDK package allowing generating Qi4CS assemblies at runtime.

6.2K
downloads
CBAM.NATS.Implementation package icon

CBAM.NATS.Implementation

The Connection-Based Asynchronous Messaging (CBAM) NATS.Implementation assembly contains implementation for NATS ( https://nats.io/ ) messaging protocol.

6.0K
downloads
Qi4CS.Extensions.Configuration.XML package icon

Qi4CS.Extensions.Configuration.XML

Qi4CS Extension: Configuration (XML) is an extension of Qi4CS.Core that further augments Qi4CS.Extensions.Configuration by adding customizable XML (de)serialization support for configuration composites.

5.9K
downloads
CBAM.Tabular.Implementation package icon

CBAM.Tabular.Implementation

The Connection-Based Asynchronous Messaging (CBAM) Tabular.Implementation assembly contains skeleton implementations for CBAM.Tabular assembly.

5.8K
downloads
Qi4CS.Extensions.Functional package icon

Qi4CS.Extensions.Functional

Qi4CS Extension: Functional is an extension of Qi4CS.Core that allows ways to parametrize some functionality, which is not part of original API of objects, based on types of such objects. This mapping information can be specified during assembly time and also modified during runtime.

5.7K
downloads
Backend.Core.Initialization package icon

Backend.Core.Initialization

Library containing code related to initialization of backend process, which involves dynamic (NuGet) assembly loading.

5.6K
downloads
Backend.HTTP.Server package icon

Backend.HTTP.Server

Contains Kestrel-based HTTP server which uses modules implementing interfaces defined in Backend.Core package to generate response to clients.

5.5K
downloads
Backend.HTTP.Common.StaticFiles package icon

Backend.HTTP.Common.StaticFiles

This package contains Backend HTTP module to statically serve files from filesystem.

5.3K
downloads
Backend.HTTP.Common.Login package icon

Backend.HTTP.Common.Login

Generic login module for backend HTTP servers, configurable to use multiple login providers to authenticate user.

5.3K
downloads
CBAM.NATS package icon

CBAM.NATS

The Connection-Based Asynchronous Messaging (CBAM) NATS assembly contains API (but not implementation) for NATS ( https://nats.io/ ) messaging protocol.

5.3K
downloads
NuGetUtils.Tool.Restore package icon

NuGetUtils.Tool.Restore

This tool will restore the given NuGet package.

5.2K
downloads
CBAM.MSBuild.Abstractions package icon

CBAM.MSBuild.Abstractions

The Connection-Based Asynchronous Messaging (CBAM) MSBuild.Abstraction assembly contains skeleton implementations for MSBuild tasks which use CBAM packages.

5.1K
downloads
Backend.HTTP.Server.Initialization package icon

Backend.HTTP.Server.Initialization

This package uses and augments Backend.Core.Initialization package for initializing HTTP server of Backend.HTTP.Server package.

5.0K
downloads
Backend.HTTP.Common.Login.LDAP package icon

Backend.HTTP.Common.Login.LDAP

The library containing class implementing LoginProvider interface of Backend.HTTP.Common.Login package. Handles authentication over LDAP connection.

4.7K
downloads
Backend.HTTP.Server.Runner package icon

Backend.HTTP.Server.Runner

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

4.6K
downloads
Backend.HTTP.Common.DigestTransformer package icon

Backend.HTTP.Common.DigestTransformer

Contains class implementing StringTransformer interface from Backend.HTTP.Common package, which uses cryptographic digests (e.g. SHA512) to transform strings.

4.3K
downloads
Backend.HTTP.Common.HeaderAuthenticator package icon

Backend.HTTP.Common.HeaderAuthenticator

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.

4.2K
downloads
Backend.HTTP.Common.Logout package icon

Backend.HTTP.Common.Logout

Contains module implementing generic logout procedore for backend HTTP servers.

4.2K
downloads
NuGetUtils.Tool.Exec package icon

NuGetUtils.Tool.Exec

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 string array type.

3.1K
downloads
NuGetUtils.Tool.Deploy package icon

NuGetUtils.Tool.Deploy

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.

3.1K
downloads
Backend.HTTP.Common.GuestAuthenticator package icon

Backend.HTTP.Common.GuestAuthenticator

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

3.0K
downloads
Backend.HTTP.Common.Logging package icon

Backend.HTTP.Common.Logging

This package contains definitions for HTTP log levels, and also default implementation for console log consumer.

2.9K
downloads
SQLGenerator package icon

SQLGenerator

Library containing DSL for SQL standard. This library contains elements not specific to any vendor. The additional SQLGenerator packages provide vendor-specific API.

2.4K
downloads
SQLGenerator.Usage package icon

SQLGenerator.Usage

Library containing API to create SQL statements using SQLVendor from SQLGenerator library.

2.2K
downloads
SQLGenerator.MSBuild package icon

SQLGenerator.MSBuild

MSBuild task utilizing SQLGenerator and dynamic assembly loading to generate SQL files.

2.2K
downloads
UtilPack.MSBuild.AsyncExec package icon

UtilPack.MSBuild.AsyncExec

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.

2.2K
downloads
SQLGenerator.PostgreSQL package icon

SQLGenerator.PostgreSQL

Library containing DSL for PostgreSQL-specific SQL dialect.

2.2K
downloads
SQLGenerator.MySQL package icon

SQLGenerator.MySQL

Library containing DSL for MySQL-specific SQL dialect.

2.1K
downloads
ResourcePooling.Async.Abstractions package icon

ResourcePooling.Async.Abstractions

Library containing API for pooling asynchronous resources.

2.0K
downloads
ResourcePooling.Async.ConfigurationLoading package icon

ResourcePooling.Async.ConfigurationLoading

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.9K
downloads
ResourcePooling.Async.Implementation package icon

ResourcePooling.Async.Implementation

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.9K
downloads
ResourcePooling.Async.MSBuild package icon

ResourcePooling.Async.MSBuild

This project is a bridge between UtilPack.ResourcePooling project and custom MSBuild tasks.

1.9K
downloads
NuGetUtils.Lib.EntryPoint package icon

NuGetUtils.Lib.EntryPoint

This library contains attribute which is used by NuGetUtils.Tool.Exec tool when it executes a method within a NuGet package. This attribute can be used to modify the behaviour of NuGetUtils.Tool.Exec and how it detects the method to be executed.

1.7K
downloads
NuGetUtils.Lib.Restore package icon

NuGetUtils.Lib.Restore

Library containing BoundRestoreCommandUser class, which can be used to easily restore NuGet packages. Also several extension methods are provided to make life easier when working with NuGet types.

1.3K
downloads
NuGetUtils.Lib.Common package icon

NuGetUtils.Lib.Common

Provides some common abstractions and utilities for other NuGetUtils packages.

1.3K
downloads
NuGetUtils.Lib.Exec package icon

NuGetUtils.Lib.Exec

Library containing functionality to execute a method from dynamically loaded assembly located in NuGet package. The functionality is defined as extension method for NuGetExecutionConfiguration interface, which is in NuGetUtils.Lib.Exec.Agnostic package.

1.1K
downloads
NuGetUtils.Lib.AssemblyResolving package icon

NuGetUtils.Lib.AssemblyResolving

Library containing NuGetAssemblyResolver interface, which provides uniform way for both .NET Desktop and Core to dynamically load assemblies from NuGet packages and dependencies.

1.1K
downloads
FluentCryptography.Digest package icon

FluentCryptography.Digest

Provides API and implementation for block-based digest-producing cryptographical algorithms. Also provides concrete implementation for RandomGenerator interface of FluentCryptography.Abstractions package.

1.1K
downloads
NuGetUtils.MSBuild.Push package icon

NuGetUtils.MSBuild.Push

MSBuild task to push packages. Most suitable to use in rapid development builds, where each build should propagate to (local) NuGet feed. The task in this package should be loaded by NuGetUtils.MSBuild.Exec task factory.

1.0K
downloads
NuGetUtils.Lib.Tool package icon

NuGetUtils.Lib.Tool

Provides common abstractions for NuGetUtils global .NET Core tools.

1.0K
downloads
FluentCryptography.Abstractions package icon

FluentCryptography.Abstractions

Library containing basic abstractions to cryptography. Aims to make it easy to use, while still allowing advanced scenarios like e.g. minimizing heap allocations, etc.

1.0K
downloads
NuGetUtils.Lib.Deployment package icon

NuGetUtils.Lib.Deployment

Library containing extension methods for deploying NuGet packages so that they can be directly executed by dotnet. The extension methods are defined for NuGetDeploymentConfiguration interface which is in this package.

1.0K
downloads
NuGetUtils.MSBuild.Deployment package icon

NuGetUtils.MSBuild.Deployment

MSBuild task which utilizes NuGetUtils.Lib.Deployment library in order to deploy NuGet packages from within MSBuild. The task in this package should be loaded by NuGetUtils.MSBuild.Exec task factory.

1.0K
downloads
UtilPack.Documentation package icon

UtilPack.Documentation

Library containing attributes for marking documentable types, along with generator to generate documentation for e.g. command line runner.

901
downloads
FluentCryptography.SASL.SCRAM package icon

FluentCryptography.SASL.SCRAM

Provides ability to create objects implementing SASLMechanism of FluentCryptography.SASL. These objects handle the SCRAM mechanism of SASL. No strings are allocated during challenge. Both client-side and server-side mechanisms are provided.

794
downloads
AsyncEnumeration.Abstractions package icon

AsyncEnumeration.Abstractions

Library containing IAsyncEnumerable, and API for async LINQ methods.

769
downloads
FluentCryptography.SASL package icon

FluentCryptography.SASL

Provides generic SASLMechanism interface which is designed to be implemented by all SASL protocols. Also has skeleton implementations for SASLMechanism interface, and utility methods for string processing in SASL.

756
downloads
IOUtils.Network.Configuration package icon

IOUtils.Network.Configuration

This library contains types that contain common information for any functionality that operates over a network, and is configurable.

749
downloads
IOUtils.Network.ResourcePooling package icon

IOUtils.Network.ResourcePooling

This library integrates with ResourcePooling library in order to provide common way to create new resources for the pools. The common factor with those resources in this case is that they are based on socket communication, via NetworkStream. Extend NetworkStreamFactory class to implement AsyncResourceFactory<TResource, TParams>, and use extension methods defined for NetworkConnectionCreationInfo to acquire NetworkStreamFactoryConfiguration required for using NetworkStreamFactory.

742
downloads
AsyncEnumeration.Observability package icon

AsyncEnumeration.Observability

Library containing API to add observability aspect to IAsyncEnumerable defined in AsyncEnumeration.Abstractions package.

728
downloads
AsyncEnumeration.Implementation.Enumerable package icon

AsyncEnumeration.Implementation.Enumerable

Library containing various callback-based implementations for IAsyncEnumerable defined in AsyncEnumeration.Abstractions package.

717
downloads
AsyncEnumeration.Implementation.Provider package icon

AsyncEnumeration.Implementation.Provider

Library containing default (in-process) implementation of AsyncProvider, which allows hooking into aLINQ methods. The AsyncProvider is defined in AsyncEnumeration.Abstractions package.

706
downloads
NuGetUtils.Lib.MSBuild package icon

NuGetUtils.Lib.MSBuild

Library containing some commonly used types (e.g. logger) for working with NuGet packages in MSBuild tasks.

664
downloads
NuGetUtils.Lib.Exec.Agnostic package icon

NuGetUtils.Lib.Exec.Agnostic

Library containing NuGet-agnostic functionality of NuGetUtils.Lib.Exec package.

507
downloads
NuGetUtils.Lib.Restore.Agnostic package icon

NuGetUtils.Lib.Restore.Agnostic

Library containing NuGet-agnostic functionality of NuGetUtils.Lib.Restore package.

496
downloads
NuGetUtils.Lib.Tool.Agnostic package icon

NuGetUtils.Lib.Tool.Agnostic

Library containing NuGet-agnostic functionality of NuGetUtils.Lib.Tool package.

449
downloads