grzesiek.galezowski
NuGet publisher profile
Packages (55)
Any
Anonymous value generator, supporting the 'Any.Whatever()' syntax proposed on the www.sustainabletdd.com blog. It makes use of the static usings and extension methods to achieve flexibility and extensibility.
Core.Maybe
Option types for C# with LINQ support and rich fluent syntax for many popular uses: var maybeOne = "one".ToMaybe(); Maybe<string> maybeAnother; var maybeBoth = from one in maybeOne from another in maybeAnother select one + another; maybeBoth.Match( both => Console.WriteLine("Result is: {0}", both), @else: () => Console.WriteLine("Result is Nothing, as one of the inputs was Nothing") );
TddXt.Any.Extensibility
Package Description
TddXt.Any.TypeReflection
Package Description
TddXt.Any.TypeResolution
Package Description
TddXt.Any.CommonTypes
Package Description
TddXt.Any.TypeReflection.Interfaces
Package Description
TddXt.Any.TypeReflection.ImplementationDetails
Package Description
TddXt.Any.Generators.Strings
Package Description
TddXt.Any.Generators.Invokable
Package Description
TddXt.Any.Generators.Network
Package Description
TddXt.Any.Generators.Root
Package Description
TddXt.Any.AutoFixtureWrapper
Package Description
TddXt.Any.Generators.Generic
Package Description
TddXt.Any.Generators.Math
Package Description
TddXt.Any.Generators.Collections
Package Description
Functional.Maybe.Just
An extension with Just() method for Functional.Maybe
TddXt.Any.Generators.Numbers
Package Description
TddXt.Any.Generators
Package Description
TddXt.TrxConverter
Package Description
Tdd-Toolkit
Anonymous value generator and some helpful assertions, developed for the open source ebook: Test-Driven Development - Extensive Tutorial. Some ideas are taken from the authors of sustainabletdd.com blog and Sustainable Test Driven Development book.
XFluentAssert
A set of assertions to be used together with FluentAssertions library.
XNSubstitute
Package Description
AtmaFileSystem
Library for path value manipulation. This library concentrates on operations on path VALUES instead of the path locations, trying to make these operations as much type-safe and type-checked as possible.
NScan.Lib
Package Description
NScan.SharedKernel
Package Description
Cake.NScan
A tool for enforcing project dependency conventions - library
NScan
A tool for enforcing project dependency conventions - library
NScan.Console
A tool for enforcing project dependency conventions - console runner
NScan.NamespaceBasedRules
Package Description
NScan.DependencyPathBasedRules
Package Description
NScan.ProjectScopedRules
Package Description
Core.Maybe.Json
Core.Maybe.Json — JsonConverter for the Maybe type
NScan.Adapters.Secondary
Package Description
NScan.Adapter.ReadingCSharpSolution
Package Description
NScan.Adapter.ReadingRules
Package Description
Any.NSubstitute
Extension to Any library that allows generation of pre-canned substitutes using NSubstitute
Functional.Maybe.JsonConverter
A JSON.Net converter that allows serialization and deserialization of instances of Functional.Maybe
TddXt.HttpContextMock
A mock for HttpContext allowing to setup HttpRequest and verify HttpResponse
NScan.Domain
Package Description
TddXt.NHotSpot.Console
Package Description
Functional.Maybe.FluentAssertions
A small set of extensions for FluentAssertions for working with Functional.Maybe
Win32VideoControllerInfo
Win32_VideoController WMI Node Wrapper
SimpleNlp
Very simple, bare-bone, in-memory NLP analyzer for bot usage. Intents and entities. Simple algorithm - no machine learning.
NScan.Adapter.ReportingOfResults
Package Description
NScan.Adapter.NotifyingSupport
Package Description
Core.Maybe.TextJson
Core.Maybe.TextJson — JsonConverter for the Maybe type (System.Text.Json)
DotnetExeCommandLineBuilder
Ultra light commandline builder for .net exe, for use with C# scripts and useful when combined with SimpleExec
AnyBibiSibijewRemix
Special remix of the Any library with older versions of some dependencies for .net 4.5
TddXt.LanguageExtCollectionsJson
Some converters for LanguageExt collections to make them usable with System.Text.Json
TddXt.AzureTestResources
A package for creating temporary resources for testing.
TddXt.AzureTestResources.Cosmos
A package for creating temporary resources for testing.
TddXt.AzureTestResources.Storage
A package for creating temporary resources for testing.
TddXt.AzureTestResources.Data.Tables
A package for creating temporary resources for testing.
TddXt.AzureTestResources.Messaging.ServiceBus
A package for creating temporary resources for testing.