C

Download Pro NuGet by Maarten Balliauw; Xavier Decoster; Fabio Claudio PDF

By Maarten Balliauw; Xavier Decoster; Fabio Claudio Ferracchiati

Show description

Read Online or Download Pro NuGet PDF

Similar c# books

A Basic UNIX Tutorial

This instructional contains fourteen sections, each one of which addresses a basic element of UNIX computing. It concentrates on illustrating the significant suggestions via delivering brief reasons, besides examples, and routines.

How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively

What's strong code? Writing strong code can be a query approximately what the code is making an attempt to resolve. (And solid code isn't really to be burdened with styles simply because no longer all items of fine code are styles. ) We debate approximately solid code simply because there's not only a unmarried piece of excellent code, yet such a lot of sturdy items of code.

Expert .NET Micro Framework

The Microsoft . web Micro Framework is a small and effective . internet runtime setting used to run controlled code on units which are too small and source limited for home windows CE and the Compact Framework. specialist . web Micro Framework will educate you every little thing you want to recognize for you to use the .

Additional info for Pro NuGet

Example text

Getting a list of all available versions of a package matching a given name 26 CHAPTER 2  CONSUMING AND MANAGING PACKAGES IN A SOLUTION Installing a Specific Version of a Package Once you have found the package you need, you’ll have to install it. , not necessarily the latest version), you’ll have to stick with the Package Manager Console or the command line. We have dedicated a specific section to the command line after this one, so you still won’t have to leave the Visual Studio IDE for this operation.

One thing you can do to make your package stand out is using a custom icon. This icon will then be used in the Add Library Package Reference dialog and on the NuGet Gallery web site. To specify a custom icon, you should use the iconUrl element in the package metadata, pointing to an image. png file with a transparent background. A nicely chosen icon is not enough however. Your package needs to be easily discoverable as well. You can improve the discoverability of your package by tagging it with some relevant descriptive terms.

Listing 3-3. xsd"> ... 0" /> By default, all libraries contained in a package that match the targeted platform will be installed into the target project. If, however, you want to deviate from this behavior, you could use the references element in the metadata section. When using this element, you have to indicate explicitly which of the binaries in your package you want to be referenced in the target project after installation. Listing 3-4 shows you how you can specify explicit references in the nuspec metadata section.

Download PDF sample

Rated 4.82 of 5 – based on 19 votes