SemanticTypeModel.DotNet
2.1.0
See the version list below for details.
dotnet add package SemanticTypeModel.DotNet --version 2.1.0
NuGet\Install-Package SemanticTypeModel.DotNet -Version 2.1.0
<PackageReference Include="SemanticTypeModel.DotNet" Version="2.1.0" />
<PackageVersion Include="SemanticTypeModel.DotNet" Version="2.1.0" />
<PackageReference Include="SemanticTypeModel.DotNet" />
paket add SemanticTypeModel.DotNet --version 2.1.0
#r "nuget: SemanticTypeModel.DotNet, 2.1.0"
#:package SemanticTypeModel.DotNet@2.1.0
#addin nuget:?package=SemanticTypeModel.DotNet&version=2.1.0
#tool nuget:?package=SemanticTypeModel.DotNet&version=2.1.0
SemanticTypeModel.DotNet
SemanticTypeModel.DotNet provides the .NET attribute model and Roslyn-based extraction support for code-first SemanticTypeModel authoring.
dotnet add package SemanticTypeModel.DotNet --version 2.1.0
Attribute vocabulary
Use semantic attributes to declare projection-neutral domain meaning in code. The 2.1.0 candidate package guidance includes envelope attributes:
[SemanticEnvelope("management")]
public sealed class ManagedSpecificationEnvelope<TSpecification>
{
[SemanticEnvelopePayload]
public required TSpecification Specification { get; init; }
[SemanticEnvelopeMetadata]
public required long Revision { get; init; }
}
Extraction preserves attribute intent; transformations derive canonical semantics and diagnostics.
More details: public-docs/guides/core-semantics.md.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Microsoft.CodeAnalysis.CSharp (>= 4.14.0)
- SemanticTypeModel.Abstractions (>= 2.1.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SemanticTypeModel.DotNet:
| Package | Downloads |
|---|---|
|
SemanticTypeModel.Generators
Incremental source generator package for SemanticTypeModel compile-time extraction. |
|
|
SemanticTypeModel.SystemTextJson
System.Text.Json contract integration, annotations, extraction options, and runtime helpers for SemanticTypeModel. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 55 | 8/23/2026 |
| 4.0.1 | 113 | 8/18/2026 |
| 4.0.0 | 108 | 8/16/2026 |
| 2.6.0 | 123 | 8/4/2026 |
| 2.5.3 | 117 | 8/4/2026 |
| 2.5.1 | 115 | 8/4/2026 |
| 2.5.0 | 116 | 8/3/2026 |
| 2.4.6 | 115 | 8/3/2026 |
| 2.4.5 | 109 | 8/3/2026 |
| 2.4.4 | 126 | 8/2/2026 |
| 2.4.3 | 115 | 7/31/2026 |
| 2.4.2 | 115 | 7/31/2026 |
| 2.4.1 | 130 | 7/3/2026 |
| 2.4.0 | 128 | 7/2/2026 |
| 2.3.0 | 131 | 6/20/2026 |
| 2.2.0 | 143 | 6/16/2026 |
| 2.1.0 | 136 | 6/15/2026 |
| 2.0.0 | 128 | 6/7/2026 |
| 1.1.0 | 134 | 6/4/2026 |
| 1.0.0 | 135 | 6/1/2026 |