OData / OData/ModelBuilder

the vocabularies folder out of date since updating to OData.Edm 8.x

Open
#46 0 comments 0 reactions 1 assignee View on GitHub

@xuzhg is already working on this.

Since Nov 19, 2024.

Dominant language
C#
Stars
22
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Short summary (3-5 sentences) describing the issue.

Assemblies affected

The Vocabularies folder contains auto-generated classed based on the OData.Edm vocabularies models.

Now, the main branch is updated to OData.Edm 8.x version, However, it's still referencing the old version of OData.Edm

<#@ assembly name="$(NuGetPackageRoot)microsoft.odata.edm\7.9.0\lib\net45\Microsoft.OData.Edm.dll" #>

See details at:
https://github.com/OData/ModelBuilder/blob/main/src/Microsoft.OData.ModelBuilder/Vocabularies/VocabularyTermConfigurationExtensions.tt#L4

Expected result
  1. Update to use the same version of OData.Edm referenced in the csproj
  2. Auto-generate the corresponding C# classes
  3. Support the new added type/term, especially for the GeomtryFeature term which is using 'Edm.Geometry'
Actual result

What is actually happening.

Additional detail

Optional, details of the root cause if known. Delete this section if you have no additional details to add.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.