Visual Studio

146 readers
3 users here now

A community for the visual studio IDE. https://visualstudio.microsoft.com/

founded 2 years ago
MODERATORS
26
 
 

Explicit Assembly References are stand-alone assemblies directly referenced in your project. They are not pulled in through NuGet packages, project references, or the Global Assembly Cache (GAC). These assemblies often represent legacy .NET Framework components, especially those compiled for 32-bit, which are not easily upgraded to modern .NET and may exist outside of package management.

Until now, the Toolbox in the Windows Forms designer only displayed controls sourced from NuGet packages or project references.

27
28
29
30
31
32
33
 
 

With the latest update, Visual Studio empowers you to seamlessly view and manage Git tags directly within the Git Repository window.

34
35
36
4
submitted 4 months ago* (last edited 4 months ago) by Kissaki@programming.dev to c/visualstudio@programming.dev
37
38
39
40
41
42
43
44
45
46
47
48
49
50
view more: ‹ prev next ›