Commit Graph

5 Commits

Author SHA1 Message Date
Unity Technologies
8cbbe811d0 com.unity.ide.visualstudio@2.0.7
## [2.0.7] - 2021-02-02

Integration:

Remove com.unity.nuget.newtonsoft-json dependency in favor of the built-in JsonUtility for the VS Test Runner.

## [2.0.6] - 2021-01-20

Project generation:

- Improved language version detection.

Integration:

- Added support for the VS Test Runner.
- Added initial support for displaying asset usage.
- Fixed remaining issues with special characters in file/path.
2021-02-02 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
32027b422b com.unity.ide.visualstudio@2.0.3
## [2.0.3] - 2020-09-09

Project generation:

Added C#8 language support.
Added UnityProjectGeneratorVersion property.
Local and Embedded packages are now selected by default for generation.
Added support for asmdef root namespace.

Integration:

When the user disabled auto-refresh in Unity, do not try to force refresh the Asset database.
Fix Visual Studio detection issues with languages using special characters.
2020-09-09 00:00:00 +00:00
Unity Technologies
fc2dc75d11 com.unity.ide.visualstudio@2.0.2
## [2.0.2] - 2020-05-27

Added support for solution folders.
Only bind the messenger when the VS editor is selected.
Warn when unable to create the messenger.
Fixed an initialization issue triggering legacy code generation.
Allow package source in assembly to be generated when referenced from asmref.
2020-05-27 00:00:00 +00:00
Unity Technologies
ad189f9be4 com.unity.ide.visualstudio@2.0.1
## [2.0.1] - 2020-03-19

When Visual Studio installation is compatible with C# 8.0, setup the language version to not prompt the user with unsupported constructs. (So far Unity only supports C# 7.3).
Use Unity's TypeCache to improve project generation speed.
Properly check for a managed assembly before displaying a warning regarding legacy PDB usage.
Add support for selective project generation (embedded, local, registry, git, builtin, player).
2020-03-19 00:00:00 +00:00