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
<PackageReference Include="Y10.Shared.Domain" Version="1.10.0" />
<PackageVersion Include="Y10.Shared.Domain" Version="1.10.0" />
<PackageReference Include="Y10.Shared.Domain" />
paket add Y10.Shared.Domain --version 1.10.0
#r "nuget: Y10.Shared.Domain, 1.10.0"
#:package Y10.Shared.Domain@1.10.0
#addin nuget:?package=Y10.Shared.Domain&version=1.10.0
#tool nuget:?package=Y10.Shared.Domain&version=1.10.0
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!
- Fork the repository
- Create your branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m 'Add my feature') - Push the branch (
git push origin feature/my-feature) - 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
- 🐛 Report a bug: GitHub Issues
- 💬 Questions: GitHub Discussions
| Product | Versions 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. |
-
net9.0
- BCrypt.Net-Next (>= 4.0.3)
- Microsoft.Extensions.Caching.Memory (>= 6.0.3)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 6.0.11)
- Microsoft.Extensions.Http (>= 6.0.0)
- MongoDB.Driver (>= 3.4.0)
- Newtonsoft.Json (>= 13.0.3)
- Serilog (>= 4.2.0)
- System.Drawing.Common (>= 6.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.8.0)
NuGet packages (16)
Showing the top 5 NuGet packages that depend on Y10.Shared.Domain:
| Package | Downloads |
|---|---|
|
Y10.Foundation.PythonBridge.Domain
Y10 package generated from source code |
|
|
Y10.Foundation.FileService
Y10 package generated from source code |
|
|
Y10.Foundation.VDB.Domain
Y10 package generated from source code |
|
|
Y10.Shared.Adapter
Y10 package generated from source code |
|
|
Y10.Foundation.Bus.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 | 84 | 8/20/2026 |