Skip to content

1.0.0

Compare
Choose a tag to compare
@maiconheck maiconheck released this 04 Dec 00:24
· 99 commits to master since this release

New Features

  • Package: Krafted

    The Krafted's core library, containing a set of classes for the most common uses, like Guard Clauses, DataAnnotations and Extension Methods.

  • Package: Krafted.Configuration

    A set of utility components for configuration management.

  • Package: Krafted.DesignPatterns

    A set of building blocks and participants to implement Design Patterns of GoF, DDD (Domain-Driven Design) and others.

  • Package: Krafted.EntityFrameworkCore

    Some common boilerplate classes used in EF Core projects like the IDesignTimeDbContextFactory implementation.

  • Package: Krafted.Net

    A set of utility components for network operations.

  • Package: Krafted.UnitTests

    Extension methods to enhance the unit tests.

  • Package: Krafted.ValueObjects

    A set of common Value Objects, with comparison and shallow copy operations, full tested and ready to use.