Visual Studio

119 readers
2 users here now

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

founded 1 year ago
MODERATORS
1
2
 
 

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.

3
4
5
6
7
8
9
3
View and manage git tags (devblogs.microsoft.com)
submitted 3 weeks ago by [email protected] to c/visualstudio
 
 

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

10
11
12
4
submitted 1 month ago* (last edited 1 month ago) by Kissaki to c/visualstudio
13
14
15
16
17
18
19
20
21
22
23
24
25
view more: next ›