Skip to content
New issue

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

fixes #46: sync vocabularies folder using the updated OData.Edm; Supp… #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xuzhg
Copy link
Member

@xuzhg xuzhg commented Nov 15, 2024

…ort the Edm.Geometry; Enable the T4 on .NET 8 platform using command line

Issues

This pull request fixes issue #46.

Description

  1. T4 TextTransform cannot work on .NET 8. If we switch to OData.Edm 8.x, it throws exception as: "Cannot load System.Runtime 8.00 version'. Based on the information at: Introducing the New T4 Command-Line Tool for .NET, Use the command line tool to run the tt file and auto-generate the corresponding C# classes.

  2. Update the readme to refresh the TT changes

  3. Change the tt file to support Edm.Geometry, fix cannot access TemplateFile property issue

Checklist (Uncheck if it is not completed)

  • Test cases added
  • Build and test with one-click build and test script passed

Additional work necessary

If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.

…ort the Edm.Geometry; Enable the T4 on .NET 8 platform using command line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant