File tree Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Expand file tree Collapse file tree 1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,81 @@ manager: crdun
1313
1414Visual Studio Tools for Unity change log.
1515
16+ ## 17.13.1.0
17+ Released February 11, 2025
18+
19+ ### New Features
20+
21+ - ** Integration:**
22+
23+ - Add support for ` Awaitable ` and ` Awaitable<T> ` in all compatible analyzers and suppressors.
24+
25+ ### Bug fixes
26+
27+ - ** Integration:**
28+
29+ - Improved handling of solution events for the UPE.
30+
31+ ## 17.13.0.0
32+ Released January 22, 2025
33+
34+ ### Bug fixes
35+
36+ - ** Debugging:**
37+
38+ - Properly report line and column information to the IDE.
39+
40+ - Prevent exception when evaluating on a stackframe that doesn't exist anymore.
41+
42+ - Fixed stepping issues.
43+
44+ ## 17.12.2.0
45+ Released Janary 7, 2025
46+
47+ ### Bug fixes
48+
49+ - ** Integration:**
50+
51+ - Fixed [ ` UNT0006 ` ] ( https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0006.md ) when a unity message is wrongly referenced.
52+
53+ - ** Debugging:**
54+
55+ - Improved type-filtering stability when debugging.
56+
57+ ## 17.12.1.0
58+ Released November 12, 2024
59+
60+ ### Bug fixes
61+
62+ - ** Integration:**
63+
64+ - Improved Editor detection (and introduce a new setting to filter background processes).
65+
66+ - Improved [ ` UNT0014 ` ] ( https://github.com/microsoft/Microsoft.Unity.Analyzers/blob/main/doc/UNT0014.md ) detection consistency.
67+
68+ - ** Debugging:**
69+
70+ - Improved handling of dynamically generated assemblies.
71+
72+ - Properly display the name of the domain the modules belong to.
73+
74+ ## 17.12.0.0
75+ Released September 10, 2024
76+
77+ ### New Features
78+
79+ - ** Integration:**
80+
81+ - Added keyboard search to the UPE
82+
83+ ### Bug fixes
84+
85+ - ** Debugging:**
86+
87+ - Fixed mapping of package cache files.
88+
89+ - Properly display the name of the domain the modules belong to.
90+
1691## 17.11.2.0
1792Released August 13, 2024
1893
You can’t perform that action at this time.
0 commit comments