Skip to main content
hugener avatar

hugener

NuGet publisher profile

Packages
87
Total Downloads
6.1M
6,120,080

Packages (87)

Expression.Blend.Sdk package icon

Expression.Blend.Sdk

Contains System.Windows.Interactivity for: - WPF 4.0, 4.5 -Silverligt 4.0, 5.0 - Windows Phone 7.1, 8.0 - Windows Store 8, 8.1

2.9M
downloads
Sundew.Base package icon

Sundew.Base

All in one package including: Sundew.Base.Collections Sundew.Base.Disposal Sundew.Base.Equality Sundew.Base.Initialization Sundew.Base.Memory Sundew.Base.Primitives Sundew.Base.Computation Sundew.Base.Numeric Sundew.Base.Globalization Sundew.Base.Notifications Sundew.Base.Time Sundew.Base.IO Sundew.Base.Reporting Sundew.Base.Text Sundew.Base.Threading.Jobs Sundew.Base.Threading Sundew.Base.Timers

485.4K
downloads
CommandlineBatcher package icon

CommandlineBatcher

Execute batches of multiple commands in a single command line.

160.1K
downloads
Sundew.Base.Primitives package icon

Sundew.Base.Primitives

Primitives types and extension methods.

153.1K
downloads
Sundew.Base.Equality package icon

Sundew.Base.Equality

Helpers for implementing equality

152.0K
downloads
Sundew.CommandLine package icon

Sundew.CommandLine

Simple library for creating a command line. Features: - *nix style command line. -x, --xx - Includes command line parser, generator and help generator - Object oriented - Verbs and non-verbs (Implement IVerb or IArguments) - Parses/Generates: simple types, lists, nested types. - Supports optional/required arguments - Nested arguments for argument grouping and reuse

115.5K
downloads
Sundew.Base.Reporting package icon

Sundew.Base.Reporting

The IReporter interface for assisting with implementation of reporter/loggers.

107.6K
downloads
TransparentMoq package icon

TransparentMoq

With inspiration taken from mocking frameworks like NSubstitute, FakeItEasy and JustMock this package adds some of the syntactic advantages of these frameworks to Moq. TransparentMoq allows to use Moq without having to store mocks in Mock<T> variables, instead a T variable can be used. This also removes the need to pass mocks with ".Object" everywhere as they can be passed directly. The library provides extension methods for most (if not all) of Moq's methods, so they can be called directly on the T variable. Examples: Instead of private Mock<IFileSystem> fileSystem = new Mock<IFileSystem>(); Write private IFileSystem fileSystem = New.Mock<IFileSystem>(); Instead of MethodThatTakesFileSystem(fileSystem.Object); write MethodThatTakesFileSystem(fileSystem); To arrange a mock everything remains the same: fileSystem.Setup(x => x.Exists(It.IsAny<string>())).Returns(true);

105.2K
downloads
Sundew.Base.Memory package icon

Sundew.Base.Memory

Various extensions and classes for working with memory.

104.2K
downloads
Sundew.Base.Collections package icon

Sundew.Base.Collections

Extensions for collections types.

100.0K
downloads
Sundew.Base.Text package icon

Sundew.Base.Text

Extension methods and classes for working with text.

96.7K
downloads
Sundew.Base.Threading package icon

Sundew.Base.Threading

Threading concepts such as AsyncLazy and async reset events.

95.5K
downloads
Sundew.DiscriminatedUnions package icon

Sundew.DiscriminatedUnions

Sundew.DiscriminatedUnions implement discriminated unions for C#, until a future version of C# provides it out of the box. The idea is that this package can be deleted once unions are supported in C#, without requiring changes to switch expressions and statements.

89.0K
downloads
Sundew.Base.Timers package icon

Sundew.Base.Timers

Timers with a richer interface than System.Threading.Timer.

89.0K
downloads
Sundew.Base.Disposal package icon

Sundew.Base.Disposal

Various type helping with implementation of IDisposable

88.5K
downloads
Sundew.Base.Initialization package icon

Sundew.Base.Initialization

Various type helping with initialization

88.3K
downloads
Sundew.Base.Threading.Jobs package icon

Sundew.Base.Threading.Jobs

Cancellable- and ContinuousJobs.

86.9K
downloads
Sundew.Packaging.Tool package icon

Sundew.Packaging.Tool

* Get build stage including version, stage and sources from source control parameters. * Await NuGet package being published. * Alternative NuGet client for bulk updating NuGet packages in csproj, fsproj and vbproj projects. * Prune NuGet packages from a local source.

60.8K
downloads
Sundew.Packaging.Publish package icon

Sundew.Packaging.Publish

- Automated NuGet package publisher: - Publish prerelease package to local NuGet feed - Publish to official NuGet feed - Customizable publish for build server based on development, integration, production stages - Automated versioning of patch-/revision- and prereleases - Local debug support

53.4K
downloads
Sundew.Generator package icon

Sundew.Generator

Sundew.Generator is a code generator aiming to provide an alternative or replacement for T4 templates.

52.4K
downloads
Pi.IO.Devices.SundewFork package icon

Pi.IO.Devices.SundewFork

Package Description

49.1K
downloads
Pi.System.SundewFork package icon

Pi.System.SundewFork

Package Description

39.9K
downloads
Pi.IO.SundewFork package icon

Pi.IO.SundewFork

Package Description

39.8K
downloads
Pi.IO.Interop.SundewFork package icon

Pi.IO.Interop.SundewFork

Package Description

39.8K
downloads
Pi.IO.GeneralPurpose.SundewFork package icon

Pi.IO.GeneralPurpose.SundewFork

Package Description

38.3K
downloads
Pi.IO.SerialPeripheralInterface.SundewFork package icon

Pi.IO.SerialPeripheralInterface.SundewFork

Package Description

38.2K
downloads
Pi.IO.InterIntegratedCircuit.SundewFork package icon

Pi.IO.InterIntegratedCircuit.SundewFork

Package Description

38.0K
downloads
Sundew.Generator.MSBuild package icon

Sundew.Generator.MSBuild

MSBuild integration for Sundew.Generator

37.5K
downloads
Sundew.Build package icon

Sundew.Build

Usage: Execute Sundew.Build.Setup.exe and enter solution path (relative) -> build scripts will be placed in "SolutionDir"\Build Included features: - Msbuild - Update version (Set version via script parameters, only SolutionItems\SharedAssemblyInfo.cs will be updated) - VSTest console (Add test adapters via Nuget) - StyleCop (Uses individual project settings) - SandCastle (Add "SolutionName".shfbproj in "SolutionDir") *Requires SandCastle Help File Builder Planned features: - Release output - WIX

37.3K
downloads
Sundew.Generator.Code.MSBuild package icon

Sundew.Generator.Code.MSBuild

MSBuild integration for Sundew.Generator.Code

35.3K
downloads

57 more packages load after hydration.