Synetec.Core
1.0.3
See the version list below for details.
dotnet add package Synetec.Core --version 1.0.3
NuGet\Install-Package Synetec.Core -Version 1.0.3
<PackageReference Include="Synetec.Core" Version="1.0.3" />
<PackageVersion Include="Synetec.Core" Version="1.0.3" />
<PackageReference Include="Synetec.Core" />
paket add Synetec.Core --version 1.0.3
#r "nuget: Synetec.Core, 1.0.3"
#:package Synetec.Core@1.0.3
#addin nuget:?package=Synetec.Core&version=1.0.3
#tool nuget:?package=Synetec.Core&version=1.0.3
Synetec.Core
This library contains the core functionality for the Synetec libraries. It includes the following:
Entity- an abstract base class for entities containing the following properties:Idof typeTwhich should be an EntityIdIsActive- is the entity activeIsDeleted- is the entity deleted - this is intended to provide a soft delete capabilityDomainEvents- a readonly list of events which have been generatedClearDomainEvents()- a method to clear the list of DomainEventsRaise(IDomainEvent)- a method to raise a domain event (can only be called from within the entity)
EntityId- an abstract base class for strongly typed identifiers.IDomainEvent- an interface for raising a domain event, which inherits from MediatR's INotification.InvalidEmailException- an exception which is thrown when an email address is invalid.Email- a value object for an email address.ValueObject- an abstract base class for value objects.EmailValidation- a static class for validating email addresses.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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. |
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- MediatR.Contracts (>= 2.0.1)
-
net6.0
- MediatR.Contracts (>= 2.0.1)
-
net8.0
- MediatR.Contracts (>= 2.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Synetec.Core:
| Package | Downloads |
|---|---|
|
Synetec.UserManager
This library enables user management within an application using Microsoft B2C Authentication. It supports key workflows such as: Inviting a user to the application; Validating a user token, returning the B2C workflow to use; Roles for the user, including an authorization filter. |
|
|
Synetec.Payment.Gateway
A .NET 8 library by Synetec for integrating Stripe payment processing into Blazor and ASP.NET Core applications. Provides a simple API for hosted and embedded checkout flows, product and price retrieval, and secure webhook handling. |
GitHub repositories
This package is not used by any popular GitHub repositories.