forked from dotnet/msbuild
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'vs17.6' into merge/vs17.4-to-vs17.6
- Loading branch information
Showing
1,986 changed files
with
26,847 additions
and
30,937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: 🐞 Bug Report | ||
description: Report a bug to help us improve MSBuild. | ||
title: "[Bug]: " | ||
labels: ["bug", "needs-triage"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Issue Description | ||
description: Please include a clear and concise description of the problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to Reproduce | ||
description: | | ||
Include as much of the following as possible: | ||
* a minimal sample project that reproduces the issue, | ||
* your zipped project, | ||
* IDE / CLI steps to create the project and reproduce the behaviour, | ||
* your command line invocation. | ||
If providing steps to reproduce the issue proves difficult, consider attaching a binlog: | ||
* [Details on sharing binary logs](https://aka.ms/msbuild/binlog) | ||
* [More information on binary logs](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md) | ||
NOTE: Binary logs capture environment information. Ensure it does not include any information you don't want to be public before you attach one. | ||
If you want to share one just with Microsoft, you can [report a problem through Visual Studio](https://developercommunity.visualstudio.com/report) and share it privately with Microsoft. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: The expected output or behavior. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Actual Behavior | ||
description: The actual output or behavior. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Analysis | ||
description: If you have an idea where the problem might lie, let us know that here. Please include any pointers to code, relevant changes, or related issues you know of. | ||
- type: textarea | ||
attributes: | ||
label: Versions & Configurations | ||
description: | | ||
In a Visual Studio developer command prompt, run `msbuild -version` and paste the output here. | ||
If applicable, include the version of the tool that invokes MSBuild (Visual Studio, dotnet CLI, etc). | ||
Post any other relevant configuration settings here: OS, architecture, etc. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.