Top ".net-assembly" questions

A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.

Incompatible .NET Standard assemblies that should have been compatible?

I have a .NET Standard 2.0 DLL project. It has no other references, apart from NETStandard.Library 2.0.1 and all is fine. …

c# .net .net-assembly .net-standard-2.0 assembly-binding-redirect
Adding multiple Icons (Win32-Resource) to .NET-Application

it is possible to set the Application-Icon in the Project Properties. If you do this the exe will have this …

c# .net icons .net-assembly
Assembly Versioning and Dll Versioning in Team City

I want to have these Versions in a format like this.. {Major}.{Minor}.{Build}.{patch} how to set this in …

dll teamcity versioning .net-assembly
What is the right way of getting my WinForms application's name?

I could do this return Assembly.GetEntryAssembly().GetName().Name; or return Path.GetFileNameWithoutExtension(Application.ExecutablePath); Would both give the desired …

c# winforms .net-assembly application-name executable-path
How to resolve .NET Core package version conflicts

I am migrating from a .NET MVC 5 Web Application to a .NET Core 2.2 Web API project along with five .NET …

c# visual-studio asp.net-core .net-assembly conflicting-libraries
How to uninstall older .net native images generated with ngen without matching IL assemblies?

I have been running "ngen install ..." on an application while it is being developed. But haven't run "ngen uninstall ..." on …

.net .net-4.0 .net-assembly ngen
WebResource.axd blank or not found

I'm trying to export a control library in a .dll for other developers in the office to consume. The solution …

asp.net dll webresource.axd .net-assembly
NuGet Enterprise - best practices for different maturity levels of packages

We want to use NuGet to share assemblies amongst developers in our organisation. We are currently looking at setting up …

.net version-control build nuget .net-assembly
Web Api: System.Net.Http version 2.0.0.0 not found

When I install the NuGet package for WebApi, it gives me version 1.0.0.0 of System.Net.Http, yet it references version 2. …

asp.net-web-api .net-assembly nuget-package system.net system.net.httpwebrequest
What is the required format for assembly versions?

The Version class in .NET represents version numbers as consisting of two to four components. AssemblyInfo files specify the following …

c# .net versioning .net-assembly assemblyinfo