Commit Graph

9 Commits

Author SHA1 Message Date
Unity Technologies
ebe8973267 com.unity.ide.visualstudio@2.0.18
## [2.0.18] - 2023-03-17

Integration:

- Performance improvements with `EditorApplication.update` callbacks.

Project generation:

- Add extra compiler options for analyzers and source generators.
2023-03-17 00:00:00 +00:00
Unity Technologies
4893e3bfe7 com.unity.ide.visualstudio@2.0.17
## [2.0.17] - 2022-12-06

Integration:

- Fix rare deadlocks while discovering or launching Visual Studio on Windows.
- Improve launching Visual Studio on macOs.

Project generation:

- Include analyzers from response files.
- Update supported C# versions.
- Performance improvements.
2022-12-06 00:00:00 +00:00
Unity Technologies
7c58d4170b com.unity.ide.visualstudio@2.0.16
## [2.0.16] - 2022-06-08

Integration:

- Prevent ADB Refresh while being in safe-mode with a URP project
- Fixed an issue keeping the progress bar visible even after opening a script with Visual Studio.
2022-06-08 00:00:00 +00:00
Unity Technologies
b132c03a8a com.unity.ide.visualstudio@2.0.15
## [2.0.15] - 2022-03-21

Integration:

- Improved project generation performance.
- Added support for keeping file/folder structure when working with external packages.
- Fixed project generation not being refreshed when selecting Visual Studio as the preferred external editor.
2022-03-21 00:00:00 +00:00
Unity Technologies
fa2de33e64 com.unity.ide.visualstudio@2.0.14
## [2.0.14] - 2022-01-14

Integration:

- Remove package version checking.

## [2.0.13] - 2022-01-12

Integration:

- Fixed wrong path to analyzers in generated projects when using external packages.
- Fixed selective project generation not creating Analyzer/LangVersion nodes.
- Fixed asmdef references with Player projects.

Documentation:

- Added new documentation including ToC, overview, how to use and images.
2022-01-14 00:00:00 +00:00
Unity Technologies
f6444c620d com.unity.ide.visualstudio@2.0.11
## [2.0.11] - 2021-07-01

Integration:

- Added support for Visual Studio and Visual Studio For Mac 2022.
- Fixed an issue when the package was enabled for background processes.

Project generation:

- Use absolute paths for Analyzers and rulesets.

## [2.0.10] - 2021-06-10

Project generation:

- Improved project generation performance when a file is moved, deleted or modified.

Integration:

- Improved Inner-loop performance by avoiding to call the package manager when looking up `vswhere` utility.
- Fixed a network issue preventing the communication between Visual Studio and Unity on Windows.
2021-07-01 00:00:00 +00:00
Unity Technologies
b0f2251c48 com.unity.ide.visualstudio@2.0.9
## [2.0.9] - 2021-05-04

Project generation:

Added support for CLI.

Integration:

Improved performance when discovering Visual Studio installations.
Warn when legacy assemblies are present in the project.
Warn when the package version is not up-to-date.
2021-05-04 00:00:00 +00:00
Unity Technologies
08ab0fbd80 com.unity.ide.visualstudio@2.0.5
## [2.0.5] - 2020-10-30

Integration:

Disable legacy pdb symbol checking for Unity packages
2020-10-30 00:00:00 +00:00
Unity Technologies
fb1154211c com.unity.ide.visualstudio@2.0.0
## [2.0.0] - 2019-11-06

- Improved Visual Studio and Visual Studio for Mac automatic discovery
- Added support for the VSTU messaging system (start/stop features from Visual Studio)
- Added support for solution roundtrip (preserves references to external projects and solution properties)
- Added support for VSTU Analyzers (requires Visual Studio 2019 16.3, Visual Studio for Mac 8.3)
- Added a warning when using legacy pdb symbol files.
- Fixed issues while Opening Visual Studio on Windows
- Fixed issues while Opening Visual Studio on Mac

## [1.1.1] - 2019-05-29

Fix Bridge assembly loading with non VS2017 editors

## [1.1.0] - 2019-05-27

Move internal extension handling to package.
2019-11-06 00:00:00 +00:00