Hexalith.PolymorphicSerializations
1.1.0
See the version list below for details.
dotnet add package Hexalith.PolymorphicSerializations --version 1.1.0
NuGet\Install-Package Hexalith.PolymorphicSerializations -Version 1.1.0
<PackageReference Include="Hexalith.PolymorphicSerializations" Version="1.1.0" />
<PackageVersion Include="Hexalith.PolymorphicSerializations" Version="1.1.0" />
<PackageReference Include="Hexalith.PolymorphicSerializations" />
paket add Hexalith.PolymorphicSerializations --version 1.1.0
#r "nuget: Hexalith.PolymorphicSerializations, 1.1.0"
#addin nuget:?package=Hexalith.PolymorphicSerializations&version=1.1.0
#tool nuget:?package=Hexalith.PolymorphicSerializations&version=1.1.0
Hexalith PolymorphicSerializations
Overview
This repository serves as a template for creating new packages for the Hexalith platform. It provides the essential structure and configuration needed to develop, test, and integrate new functionality with the Hexalith ecosystem.
Purpose
The Hexalith PolymorphicSerializations template simplifies the process of creating new packages by providing:
- Standardized project structure
- Pre-configured build settings
- Testing framework setup
- Integration points with the Hexalith platform
Getting Started
Prerequisites
- .NET 8.0 or later
- Visual Studio 2022 or another compatible IDE
- Git
Creating a New Package
- Use this repository as a template
- Clone your new repository
- Rename the solution and projects to match your package name
- Update the namespace references
- Implement your functionality
Project Structure
src/
- Source code for the packagetest/
- Unit and integration testssamples/
- Example implementations
Development Guidelines
- Follow C# coding standards and best practices
- Use primary constructors for classes and records
- Include XML documentation for public, protected, and internal members
- Write unit tests using XUnit and Shouldly
Building and Testing
dotnet build
dotnet test
Contributing
Contributions are welcome. Please ensure your code adheres to the project standards and is covered by tests.
License
[License information]
Learn More
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. |
-
net9.0
- No dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Hexalith.PolymorphicSerializations:
Package | Downloads |
---|---|
Hexalith.Domain.Abstractions
Hexalith is a set of libraries to build a micro-service architecture. |
|
Hexalith.Application.Abstractions
Hexalith is a set of libraries to build a micro-service architecture. |
|
Hexalith.Domain.UserConversationProfiles
Hexalith is a set of libraries to build a micro-service architecture. |
|
Hexalith.Domain.Surveys
Hexalith is a set of libraries to build a micro-service architecture. |
|
Hexalith.Domain.Dimensions
Hexalith is a set of libraries to build a micro-service architecture. |
GitHub repositories
This package is not used by any popular GitHub repositories.