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

Error with Visual Studio 2017 #10

Open
andrewinkler1 opened this issue Sep 13, 2017 · 0 comments
Open

Error with Visual Studio 2017 #10

andrewinkler1 opened this issue Sep 13, 2017 · 0 comments

Comments

@andrewinkler1
Copy link

Class:
namespace ProductsApp.Models
{
public class Product
{
public int Id { get; set; }
public string Name { get; set; }
public string Category { get; set; }
public decimal Price { get; set; }
}
}

Error:

at Microsoft.CodeAnalysis.SolutionParser.GetPossibleProjects(Document doc)
at DtoGenerator.Vsix.GenerateDtoCommand.d__13.MoveNext() in F:\git\dto-generator\src\DtoGenerator\DtoGenerator.Vsix\GenerateDtoCommand.cs:line 208

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