Y10.Shared.Domain 1.10.0

dotnet add package Y10.Shared.Domain --version 1.10.0
                    
NuGet\Install-Package Y10.Shared.Domain -Version 1.10.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Y10.Shared.Domain" Version="1.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Y10.Shared.Domain" Version="1.10.0" />
                    
Directory.Packages.props
<PackageReference Include="Y10.Shared.Domain" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Y10.Shared.Domain --version 1.10.0
                    
#r "nuget: Y10.Shared.Domain, 1.10.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Y10.Shared.Domain@1.10.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Y10.Shared.Domain&version=1.10.0
                    
Install as a Cake Addin
#tool nuget:?package=Y10.Shared.Domain&version=1.10.0
                    
Install as a Cake Tool

Y10 Package

Short one-sentence description of what the package does and the problem it solves.

Features

  • ✅ Key feature #1
  • ✅ Key feature #2
  • ✅ Key feature #3
  • ✅ Compatible with .NET 8 / .NET Standard 2.0

Installation

Via the NuGet package manager:

dotnet add package PackageName

Or via the Package Manager Console (Visual Studio):

Install-Package PackageName

Or directly in your .csproj:

<ItemGroup>
  <PackageReference Include="PackageName" Version="1.0.0" />
</ItemGroup>

Quick Start

using PackageName;

var service = new MyService();
var result = service.DoSomething();

Console.WriteLine(result);

Usage Examples

Example 1: Basic use case

// Describe a common use case here
var options = new MyOptions
{
    Property = "value"
};

var instance = new MyClass(options);
instance.Execute();

Example 2: Advanced configuration

// Describe a more advanced use case here,
// for example with dependency injection
services.AddPackageName(options =>
{
    options.ParameterA = true;
    options.ParameterB = "custom";
});

Configuration

Parameter Type Default Description
ParameterA bool false Description of parameter A
ParameterB string null Description of parameter B

Compatibility

Package version Target frameworks
1.x .NET 8.0, .NET Standard 2.0

Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create your branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -m 'Add my feature')
  4. Push the branch (git push origin feature/my-feature)
  5. Open a Pull Request

Please read CONTRIBUTING.md before submitting a PR.

Changelog

See CHANGELOG.md for the version history.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on Y10.Shared.Domain:

Package Downloads
Y10.Shared.Adapter

Y10 package generated from source code

Y10.Foundation.VDB.Domain

Y10 package generated from source code

Y10.Shared.Application

Y10 package generated from source code

Y10.Foundation.PolicyAndRepository

Y10 package generated from source code

Y10.Foundation.PythonBridge.Domain

Y10 package generated from source code

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.10.0 167 8/20/2026