We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Short summary (3-5 sentences) describing the issue.
The Vocabularies folder contains auto-generated classed based on the OData.Edm vocabularies models.
Vocabularies
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
What is actually happening.
Optional, details of the root cause if known. Delete this section if you have no additional details to add.
The text was updated successfully, but these errors were encountered:
fixes #46: sync vocabularies folder using the updated OData.Edm; Supp…
77e094a
…ort the Edm.Geometry; Enable the T4 on .NET 8 platform using command line
xuzhg
No branches or pull requests
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
See details at:
https://github.com/OData/ModelBuilder/blob/main/src/Microsoft.OData.ModelBuilder/Vocabularies/VocabularyTermConfigurationExtensions.tt#L4
Expected result
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.
The text was updated successfully, but these errors were encountered: