You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: