Scaffolding/.github/ISSUE_TEMPLATE/bug_report_scaffolding.md

1.7 KiB

name about labels
Bug in Microsoft.VisualStudio.Web.CodeGeneration.Design/dotnet-aspnet-codegenerator/dotnet-scaffold Create a report about something that isn't working customer-reported, area-scaffolding

File a bug

Remember:

  • Please check that the documentation does not explain the behavior you are seeing.
  • Please search in both open and closed issues to check that your bug has not already been filed.

Include your code

To fix any bug we must first reproduce it. To make this possible, please attach a small, runnable project or post a small, runnable code listing that reproduces what you are seeing.

It is often impossible for us to reproduce a bug when working with only code snippets since we have to guess at the missing code.

Use triple-tick code fences for any posted code. For example:

Console.WriteLine("Hello, World!");

Include stack traces

Include the full exception message and stack trace for any exception you encounter.

Use triple-tick fences for stack traces. For example:

Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
   at Alfred.GetTangerine() in C:\Batman\Friends\Alfred.cs:line 420
   at Program.Main() in C:\Batman\Program.cs:line 69

Include provider and version information

Microsoft.VisualStudio.Web.CodeGeneration.Design/Microsoft.DotNet.MSIdentity version: Target framework: (e.g. .NET 6.0) Operating system: IDE: (e.g. Visual Studio 2022 17.3.6)