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

Graph Engine Application Project (.Net Core) Template is broken in VS 2019 #311

Open
TaviTruman opened this issue Dec 24, 2019 · 1 comment

Comments

@TaviTruman
Copy link
Contributor

TaviTruman commented Dec 24, 2019

The current Graph Engine VS Templates don't support current workflows and they generate the flawed csproj file content. Here is a list of things that don't work or inefficient:

"Graph Engine Application Project (.Net Core)

  1. Support for .NET is limited to ".netcoreapp2.0"; we are now @ netcoreapp3.1
    • Only .NET Framework versions are presented in the "Configure your new proejct dialog"
      exhibit A:
      image

exhibit C: (Note: you can't select .NET Core versions)
image

exhibit B: (The PackageReference Include statement is flawed at the "Version" parameter)
image

  1. Does not generate a proper .NET Core Project file and Package References is not generated
    • AssemblyInfo.cs file is generated
@TaviTruman
Copy link
Contributor Author

TaviTruman commented Apr 12, 2020

This issue is related to #312

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

No branches or pull requests

1 participant