You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

functionalddd.testing

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functionalddd.testing - nuget Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
3.0.0-alpha.60
to
3.0.0-alpha.72
+24
FunctionalDdd.Testing.nuspec
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>FunctionalDdd.Testing</id>
<version>3.0.0-alpha.72</version>
<authors>Xavier John</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://xavierjohn.github.io/FunctionalDDD/</projectUrl>
<description>Testing utilities and assertions for FunctionalDDD - FluentAssertions extensions, test builders, and fake implementations for Railway-Oriented Programming</description>
<copyright>Copyright © Xavier John 2022-2026. All rights reserved.</copyright>
<tags>functional-programming testing assertions fluent-assertions ddd railway-oriented-programming result maybe test-utilities</tags>
<repository type="git" url="https://github.com/xavierjohn/FunctionalDDD.git" branch="refs/heads/main" commit="d91193dda10ccbc20999204abfcf2f6419b79042" />
<dependencies>
<group targetFramework="net10.0">
<dependency id="FunctionalDdd.DomainDrivenDesign" version="3.0.0-alpha.72" exclude="Build,Analyzers" />
<dependency id="FunctionalDdd.RailwayOrientedProgramming" version="3.0.0-alpha.72" exclude="Build,Analyzers" />
<dependency id="FluentAssertions" version="6.12.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>

Sorry, the diff of this file is not supported yet

+5
-3
# FunctionalDdd.Testing
[![NuGet Package](https://img.shields.io/nuget/v/FunctionalDdd.Testing.svg)](https://www.nuget.org/packages/FunctionalDdd.Testing)
Testing utilities and FluentAssertions extensions for **FunctionalDdd** - Write expressive, maintainable tests for Railway-Oriented Programming patterns.

@@ -195,3 +197,3 @@

**Advantages:**
- ✂️ **60% Less Code** - More concise assertions
- ✂️ **Less Code** - More concise assertions
- 💬 **Better Error Messages** - Detailed failure descriptions

@@ -204,4 +206,4 @@ - 💡 **IntelliSense Guided** - Discover test patterns through IDE

- **FunctionalDDD.RailwayOrientedProgramming** - Core Result/Maybe types
- **FunctionalDDD.DomainDrivenDesign** - DDD building blocks
- **FunctionalDdd.RailwayOrientedProgramming** - Core Result/Maybe types
- **FunctionalDdd.DomainDrivenDesign** - DDD building blocks

@@ -208,0 +210,0 @@ ## License

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>FunctionalDDD.Testing</id>
<version>3.0.0-alpha.60</version>
<authors>Xavier John</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://xavierjohn.github.io/FunctionalDDD/</projectUrl>
<description>Testing utilities and assertions for FunctionalDDD - FluentAssertions extensions, test builders, and fake implementations for Railway-Oriented Programming</description>
<copyright>Copyright © Xavier John 2022-2026. All rights reserved.</copyright>
<tags>functional-programming testing assertions fluent-assertions ddd railway-oriented-programming result maybe test-utilities</tags>
<repository type="git" url="https://github.com/xavierjohn/FunctionalDDD.git" branch="refs/heads/main" commit="365486014dc81bd01239313fb705fc49ebf82e6a" />
<dependencies>
<group targetFramework="net10.0">
<dependency id="FunctionalDdd.DomainDrivenDesign" version="3.0.0-alpha.60" exclude="Build,Analyzers" />
<dependency id="FunctionalDdd.RailwayOrientedProgramming" version="3.0.0-alpha.60" exclude="Build,Analyzers" />
<dependency id="FluentAssertions" version="6.12.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet