Skip to content

Commit 40d6122

Browse files
authored
Merge pull request #4729 from MicrosoftDocs/master
5/29/2019 AM Publish
2 parents 117ece5 + 5de65aa commit 40d6122

File tree

1,741 files changed

+3693
-3599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,741 files changed

+3693
-3599
lines changed

docs/cross-platform/build-an-opengl-es-application-on-android-and-ios.md

Lines changed: 81 additions & 51 deletions
Large diffs are not rendered by default.

docs/cross-platform/change-log-visual-studio-tools-for-unity.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Change Log (Visual Studio Tools for Unity, Windows) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "04/02/2019"
4+
ms.date: "05/28/2019"
55
ms.technology: vs-unity-tools
66
ms.topic: "conceptual"
77
ms.assetid: ea490b7e-fc0d-44b1-858a-a725ce20e396
@@ -14,6 +14,66 @@ ms.workload:
1414
# Change log (Visual Studio Tools for Unity, Windows)
1515
Visual Studio Tools for Unity change log.
1616

17+
## 4.1.1.0
18+
Released May 24, 2019
19+
20+
### New Features
21+
22+
- **Integration:**
23+
24+
- Updated MonoBehaviour API to 2019.1.
25+
26+
### Bug fixes
27+
28+
- **Integration:**
29+
30+
- Fixed reporting warnings and errors to output when lightweight build is enabled.
31+
32+
- Fixed lightweight build performance.
33+
34+
## 4.1.0.0
35+
Released May 21, 2019
36+
37+
### New Features
38+
39+
- **Integration:**
40+
41+
- Added support for the new batch API to reload projects faster.
42+
43+
- Disabled the full build for Unity projects, in favor of using the IntelliSense errors and warnings. Indeed Unity creates a Visual Studio solution with class library projects that represent what Unity is doing internally. That being said, the result of the build in Visual Studio is never used or picked up by Unity as their compilation pipeline is closed. Building in Visual Studio is just consuming resources for nothing. If you need a full build because you have tools or a setup that depends on it, you can disable this optimization (Tools/Options/Tools for Unity/Disable the full build of projects).
44+
45+
- Automatically show the Unity Project Explorer (UPE) when a Unity project is loaded. The UPE will be docked next to the Solution Explorer.
46+
47+
- Updated project name extraction mechanism with Unity 2019.x.
48+
49+
- Added support for Unity packages in the UPE. Only Referenced packages (using manifest.json in the ```Packages``` folder) and Local packages (embedded in the ```Packages``` folder) are visible.
50+
51+
- **Project Generation:**
52+
53+
- Preserve external properties when processing the solution file.
54+
55+
- **Evaluation:**
56+
57+
- Added support for alias-qualified names (only the global namespace for now). So the expression evaluator is now accepting types using the form global::namespace.type.
58+
59+
- Added support for ```pointer[index]``` form, which is semantically identical to pointer dereference ```*(pointer+index)``` form.
60+
61+
### Bug fixes
62+
63+
- **Integration:**
64+
65+
- Fixed dependency issues with Microsoft.VisualStudio.MPF.
66+
67+
- Fixed UWP player attach, without any project loaded.
68+
69+
- Fixed automatic asset database refresh when Visual Studio was not yet attached.
70+
71+
- Fixed theme issues with labels and checkboxes.
72+
73+
- **Debugger:**
74+
75+
- Fixed stepping with static constructors.
76+
1777
## 4.0.0.5
1878
Released February 27, 2019
1979

Loading
Loading
Loading
Loading
Loading
Loading

docs/extensibility/about-file-name-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ helpviewer_keywords:
66
- "file extensions"
77
- "file name extensions"
88
ms.assetid: 99f4f9ff-fb84-4258-9787-6890f308a57f
9-
author: "gregvanl"
10-
ms.author: "gregvanl"
9+
author: madskristensen
10+
ms.author: madsk
1111
manager: jillfra
1212
ms.workload:
1313
- "vssdk"

docs/extensibility/accessing-stored-font-and-color-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "font and color control [Visual Studio SDK], persistence"
88
- "colors, accessing stored settings"
99
ms.assetid: beba7174-e787-45c2-b6ff-a60f67ad4998
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
ms.workload:
1414
- "vssdk"

docs/extensibility/accessing-text-layers-by-using-the-legacy-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.topic: "conceptual"
55
helpviewer_keywords:
66
- "editors [Visual Studio SDK], legacy - text layers"
77
ms.assetid: 2258fcdd-38d1-479d-b8f8-1d4e6525f72c
8-
author: "gregvanl"
9-
ms.author: "gregvanl"
8+
author: madskristensen
9+
ms.author: madsk
1010
manager: jillfra
1111
ms.workload:
1212
- "vssdk"

docs/extensibility/accessing-the-text-buffer-by-using-the-legacy-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.topic: "conceptual"
55
helpviewer_keywords:
66
- "editors [Visual Studio SDK], legacy - text buffers"
77
ms.assetid: cd6cf4ae-fff5-4e23-b293-7cbafdb8aed2
8-
author: "gregvanl"
9-
ms.author: "gregvanl"
8+
author: madskristensen
9+
ms.author: madsk
1010
manager: jillfra
1111
ms.workload:
1212
- "vssdk"

docs/extensibility/accessing-thetext-view-by-using-the-legacy-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.topic: "conceptual"
55
helpviewer_keywords:
66
- "editors [Visual Studio SDK], legacy - text view"
77
ms.assetid: 8f751f72-c972-4be3-84ee-19c281e02e25
8-
author: "gregvanl"
9-
ms.author: "gregvanl"
8+
author: madskristensen
9+
ms.author: madsk
1010
manager: jillfra
1111
ms.workload:
1212
- "vssdk"

docs/extensibility/adapting-legacy-code-to-the-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.topic: "conceptual"
55
helpviewer_keywords:
66
- "editors [Visual Studio SDK], legacy - adapters"
77
ms.assetid: a208d38e-9bea-41c9-9fe2-38bd86a359cb
8-
author: "gregvanl"
9-
ms.author: "gregvanl"
8+
author: madskristensen
9+
ms.author: madsk
1010
manager: jillfra
1111
ms.workload:
1212
- "vssdk"

docs/extensibility/adding-a-command-to-the-solution-explorer-toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "buttons [Visual Studio], adding to Solution Explorer"
88
- "Solution Explorer, adding buttons"
99
ms.assetid: f6411557-2f4b-4e9f-b02e-fce12a6ac7e9
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
ms.workload:
1414
- "vssdk"

docs/extensibility/adding-a-menu-controller-to-a-toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "menus, adding menu controllers to toolbars"
88
- "menu controllers, adding to toolbars"
99
ms.assetid: 6af9b0b4-037f-404c-bb40-aaa1970768ea
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
ms.workload:
1414
- "vssdk"

docs/extensibility/adding-a-menu-to-the-visual-studio-menu-bar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ helpviewer_keywords:
66
- "menus, creating top level"
77
- "top-level menus"
88
ms.assetid: 58fc1a31-2aeb-441c-8e48-c7d5cbcfe501
9-
author: "gregvanl"
10-
ms.author: "gregvanl"
9+
author: madskristensen
10+
ms.author: madsk
1111
manager: jillfra
1212
ms.workload:
1313
- "vssdk"

docs/extensibility/adding-a-most-recently-used-list-to-a-submenu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "menus, creating MRU list"
88
- "most recently used"
99
ms.assetid: 27d4bbcf-99b1-498f-8b66-40002e3db0f8
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
ms.workload:
1414
- "vssdk"

docs/extensibility/adding-a-shortcut-menu-in-a-tool-window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ helpviewer_keywords:
88
- "shortcut menus, adding to tool windows"
99
- "tool windows, adding context menus"
1010
ms.assetid: 50234537-9e95-4b7e-9cb7-e5cf26d6e9d2
11-
author: "gregvanl"
12-
ms.author: "gregvanl"
11+
author: madskristensen
12+
ms.author: madsk
1313
manager: jillfra
1414
ms.workload:
1515
- "vssdk"

docs/extensibility/adding-a-submenu-to-a-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ helpviewer_keywords:
88
- "cascading submenus"
99
- "menus, creating cascading submenus"
1010
ms.assetid: 692600cb-d052-40e2-bdae-4354ae7c6c84
11-
author: "gregvanl"
12-
ms.author: "gregvanl"
11+
author: madskristensen
12+
ms.author: madsk
1313
manager: jillfra
1414
ms.workload:
1515
- "vssdk"

docs/extensibility/adding-a-tool-window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ helpviewer_keywords:
66
- "tutorials"
77
- "tool windows"
88
ms.assetid: 8e16c381-03c8-404e-92ef-3614cdf3150a
9-
author: "gregvanl"
10-
ms.author: "gregvanl"
9+
author: madskristensen
10+
ms.author: madsk
1111
manager: jillfra
1212
ms.workload:
1313
- "vssdk"

docs/extensibility/adding-a-toolbar-to-a-tool-window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ helpviewer_keywords:
66
- "tool windows, adding toolbars"
77
- "toolbars [Visual Studio], adding to tool windows"
88
ms.assetid: 172f64b3-87f8-4292-9c1c-65bffa2b0970
9-
author: "gregvanl"
10-
ms.author: "gregvanl"
9+
author: madskristensen
10+
ms.author: madsk
1111
manager: jillfra
1212
ms.workload:
1313
- "vssdk"

docs/extensibility/adding-a-toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ helpviewer_keywords:
66
- "toolbars [Visual Studio], adding to IDE"
77
- "IDE, adding toolbars"
88
ms.assetid: 17302c25-6f59-4e97-8c85-54f95336a07f
9-
author: "gregvanl"
10-
ms.author: "gregvanl"
9+
author: madskristensen
10+
ms.author: madsk
1111
manager: jillfra
1212
ms.workload:
1313
- "vssdk"

docs/extensibility/adding-an-attribute-to-a-project-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.topic: "conceptual"
55
helpviewer_keywords:
66
- "attributes [Visual Studio], adding to a project item"
77
ms.assetid: 404a71d5-cce5-44e7-9eaf-d747c794fedb
8-
author: "gregvanl"
9-
ms.author: "gregvanl"
8+
author: madskristensen
9+
ms.author: madsk
1010
manager: jillfra
1111
ms.workload:
1212
- "vssdk"

docs/extensibility/adding-an-lsp-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Adding a Language Server Protocol extension | Microsoft Docs"
33
ms.date: "11/14/2017"
44
ms.topic: "conceptual"
55
ms.assetid: 52f12785-1c51-4c2c-8228-c8e10316cd83
6-
author: "gregvanl"
7-
ms.author: "gregvanl"
6+
author: madskristensen
7+
ms.author: madsk
88
manager: jillfra
99
ms.workload:
1010
- "vssdk"

docs/extensibility/adding-and-removing-property-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "property pages, project subtypes"
88
- "property pages, removing"
99
ms.assetid: 34853412-ab8a-4caa-9601-7d0727b2985d
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
dev_langs:
1414
- CSharp

docs/extensibility/adding-command-line-switches.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ helpviewer_keywords:
88
- "IVsAppCommandLine::GetOption method"
99
- "command line, switches"
1010
ms.assetid: 8bbbd87e-76fe-4fb5-8ef9-65f5e31967cf
11-
author: "gregvanl"
12-
ms.author: "gregvanl"
11+
author: madskristensen
12+
ms.author: madsk
1313
manager: jillfra
1414
ms.workload:
1515
- "vssdk"

docs/extensibility/adding-commands-to-toolbars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Adding Commands to Toolbars | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 4f8cfba8-0653-4ccc-a2da-acf064c83aa7
6-
author: "gregvanl"
7-
ms.author: "gregvanl"
6+
author: madskristensen
7+
ms.author: madsk
88
manager: jillfra
99
ms.workload:
1010
- "vssdk"

docs/extensibility/adding-icons-to-menu-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "toolbars [Visual Studio], adding icons to commands"
88
- "commands [Visual Studio], adding icons"
99
ms.assetid: 362a0c7e-5729-4297-a83f-1aba1a37fd44
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
ms.workload:
1414
- "vssdk"

docs/extensibility/adding-search-to-a-tool-window.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.topic: "conceptual"
55
helpviewer_keywords:
66
- "tool windows, adding search"
77
ms.assetid: f78c4892-8060-49c4-8ecd-4360f1b4d133
8-
author: "gregvanl"
9-
ms.author: "gregvanl"
8+
author: madskristensen
9+
ms.author: madsk
1010
manager: jillfra
1111
ms.workload:
1212
- "vssdk"

docs/extensibility/adding-user-control-to-the-start-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "custom start page"
88
- "start page assembly"
99
ms.assetid: 5b7997db-af6f-4fa9-a128-bceb42bddaf1
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
ms.workload:
1414
- "vssdk"

docs/extensibility/adding-visual-studio-commands-to-a-start-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ helpviewer_keywords:
66
- "start page commands"
77
- "vs:VSCommands"
88
ms.assetid: a8e2765c-cfb5-47b5-a414-6e48b434e0c2
9-
author: "gregvanl"
10-
ms.author: "gregvanl"
9+
author: madskristensen
10+
ms.author: madsk
1111
manager: jillfra
1212
ms.workload:
1313
- "vssdk"

docs/extensibility/addressing-dpi-issues2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Addressing DPI Issues2 | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: 359184aa-f5b6-4b6c-99fe-104655b3a494
6-
author: "gregvanl"
7-
ms.author: "gregvanl"
6+
author: madskristensen
7+
ms.author: madsk
88
manager: jillfra
99
ms.workload:
1010
- "vssdk"

docs/extensibility/anatomy-of-a-vsix-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ helpviewer_keywords:
77
- "vsix"
88
- "packages"
99
ms.assetid: 8b86d62f-c274-4e91-82e0-38cdb9a423d5
10-
author: "gregvanl"
11-
ms.author: "gregvanl"
10+
author: madskristensen
11+
ms.author: madsk
1212
manager: jillfra
1313
ms.workload:
1414
- "vssdk"

docs/extensibility/appliesto-element-visual-studio-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ms.date: "11/04/2016"
44
ms.technology: vs-ide-general
55
ms.topic: reference
66
ms.assetid: 8fb1334b-d78c-405f-98b4-786e9f6b58d7
7-
author: "gregvanl"
8-
ms.author: "gregvanl"
7+
author: madskristensen
8+
ms.author: madsk
99
manager: jillfra
1010
ms.workload:
1111
- "vssdk"

docs/extensibility/archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Archive | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
55
ms.assetid: eb92f40d-c0f0-42a9-8388-97ba0476efdf
6-
author: "gregvanl"
7-
ms.author: "gregvanl"
6+
author: madskristensen
7+
ms.author: madsk
88
manager: jillfra
99
ms.workload:
1010
- "vssdk"

docs/extensibility/assembly-element-visual-studio-template-wizard-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ helpviewer_keywords:
99
- "Assembly element [Visual Studio Template Wizard Extension]"
1010
- "<Assembly> element [Visual Studio Template Wizard Extension]"
1111
ms.assetid: 0c3dc280-1753-4ea2-a13c-d31d13b935b2
12-
author: "gregvanl"
13-
ms.author: "gregvanl"
12+
author: madskristensen
13+
ms.author: madsk
1414
manager: jillfra
1515
ms.workload:
1616
- "vssdk"

0 commit comments

Comments
 (0)