SemanticTypeModel.DotNet
2.0.0
dotnet add package SemanticTypeModel.DotNet --version 2.0.0
NuGet\Install-Package SemanticTypeModel.DotNet -Version 2.0.0
<PackageReference Include="SemanticTypeModel.DotNet" Version="2.0.0" />
<PackageVersion Include="SemanticTypeModel.DotNet" Version="2.0.0" />
<PackageReference Include="SemanticTypeModel.DotNet" />
paket add SemanticTypeModel.DotNet --version 2.0.0
#r "nuget: SemanticTypeModel.DotNet, 2.0.0"
#:package SemanticTypeModel.DotNet@2.0.0
#addin nuget:?package=SemanticTypeModel.DotNet&version=2.0.0
#tool nuget:?package=SemanticTypeModel.DotNet&version=2.0.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.0.0
Attribute vocabulary
Use semantic attributes to declare projection-neutral domain meaning in code. 2.0.0 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.0.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 |
|---|---|---|
| 2.0.0 | 0 | 6/7/2026 |
| 1.1.0 | 67 | 6/4/2026 |
| 1.0.0 | 101 | 6/1/2026 |
| 0.1.0-alpha | 97 | 5/26/2026 |