StronglyTypedId 0.2.0
See the version list below for details.
dotnet add package StronglyTypedId --version 0.2.0
NuGet\Install-Package StronglyTypedId -Version 0.2.0
<PackageReference Include="StronglyTypedId" Version="0.2.0" />
paket add StronglyTypedId --version 0.2.0
#r "nuget: StronglyTypedId, 0.2.0"
// Install StronglyTypedId as a Cake Addin #addin nuget:?package=StronglyTypedId&version=0.2.0 // Install StronglyTypedId as a Cake Tool #tool nuget:?package=StronglyTypedId&version=0.2.0
Package Description
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.0
- CodeGeneration.Roslyn.Tool (>= 0.7.63)
- NETStandard.Library (>= 1.6.1)
- StronglyTypedId.Attributes (>= 0.2.0)
- StronglyTypedId.Generator (>= 0.2.0)
-
.NETStandard 2.0
- CodeGeneration.Roslyn.Tool (>= 0.7.63)
- StronglyTypedId.Attributes (>= 0.2.0)
- StronglyTypedId.Generator (>= 0.2.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on StronglyTypedId:
Package | Downloads |
---|---|
Rocketmakers.Storage
Package Description |
|
Arex388.Carmine
A highly opinionated .NET Standard 2.0 library for the Carmine.io API. |
|
Rocketmakers.Storage.Data
Package Description |
|
EnterpriseIntegration
Framework to develop (work)flows following the enterprise integration pattern and run them with a single app instance or with distributed setup with different queue engines (RabbitMQ,...). |
|
Arex388.DocuSeal
A highly opinionated .NET Standard 2.0 library for the DocuSeal.co API. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on StronglyTypedId:
Repository | Stars |
---|---|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
andrewlock/StronglyTypedId
A Rosyln-powered generator for strongly-typed IDs
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
yanpitangui/dotnet-api-boilerplate
A Dotnet 8.0 WebApi template project. MediatR, Swagger, Mapper, Serilog and more implemented.
|
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta08 | 222,753 | 4/25/2024 |
1.0.0-beta07 | 142,925 | 12/14/2023 |
1.0.0-beta06 | 1,429,608 | 2/19/2022 |
1.0.0-beta05 | 35,416 | 11/27/2021 |
1.0.0-beta04 | 4,802 | 11/26/2021 |
1.0.0-beta03 | 4,982 | 11/25/2021 |
1.0.0-beta02 | 3,877 | 8/30/2021 |
1.0.0-beta01 | 2,537 | 8/21/2021 |
0.2.1 | 432,978 | 5/17/2020 |
0.2.0 | 4,274 | 4/29/2020 |
0.1.2 | 4,809 | 6/5/2019 |
Features:
* Added support for .NET Core 3.1, and converted to using CodeGeneration.Roslyn.Tool instead of dotnet-codegen (thanks Bartłomiej Oryszak!)
* Added support for generating System.Text.Json JsonConverters (thanks Bartłomiej Oryszak!)
* Added support for long backing type (thanks Bartłomiej Oryszak!)
See https://github.com/andrewlock/StronglyTypedId/blob/master/CHANGELOG.md#v020 for more details.