TestPackage.EmbeddedReadmeFile
7.0.0
dotnet add package TestPackage.EmbeddedReadmeFile --version 7.0.0
NuGet\Install-Package TestPackage.EmbeddedReadmeFile -Version 7.0.0
<PackageReference Include="TestPackage.EmbeddedReadmeFile" Version="7.0.0" />
paket add TestPackage.EmbeddedReadmeFile --version 7.0.0
#r "nuget: TestPackage.EmbeddedReadmeFile, 7.0.0"
// Install TestPackage.EmbeddedReadmeFile as a Cake Addin #addin nuget:?package=TestPackage.EmbeddedReadmeFile&version=7.0.0 // Install TestPackage.EmbeddedReadmeFile as a Cake Tool #tool nuget:?package=TestPackage.EmbeddedReadmeFile&version=7.0.0
This is embedded readme NuGet Gallery — Where packages are found
This is an implementation of the NuGet Gallery and API. This serves as the back-end and community website for the NuGet client. For information about the NuGet project, visit the Home repository.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Build and Run the Gallery in (arbitrary number) easy steps
Prerequisites:
- Visual Studio 2017 - Install the following
Workloads
:- ASP.NET and web development
- Azure development
- PowerShell 4.0
- SQL Server 2016
- For development purposes connection strings point to
(localdb)\mssqllocaldb
, make sure that the DB engine version 13.0 or greater is being used (check by runningsqllocaldb info mssqllocaldb
in the command line).
- For development purposes connection strings point to
- Visual Studio 2017 - Install the following
Clone it!
PS C:\Code> git clone https://github.com/NuGet/NuGetGallery.git
Build it!
PS C:\Code> cd NuGetGallery PS C:\Code\NuGetGallery> .\build
Set up the website!
PS C:\Code\NuGetGallery> .\tools\Setup-DevEnvironment.ps1
If you would like to configure your gallery instance to use MSA/AAD, please follow the steps listed here.
Ensure the
NugetGallery
project is the StartUp Project and pressF5
to run the site! That's it!
When working with the gallery, e-mail messages are saved to the file system (under ~/App_Data
).
You can use an SMTP server instead by editing src\NuGetGallery\Web.Config
and adding a Gallery.SmtpUri
setting. Its value should be an SMTP connection string, such as: smtp://user:password@smtpservername:25
.
You can also turn off e-email confirmations by changing the value of Gallery.ConfirmEmailAddresses
to false
in the src\NugetGallery\Web.Config
file.
Visual Studio may modify the applicationhost.config
file. You can force git to ignore changes to this file
with:
git update-index --assume-unchanged .vs/config/applicationhost.config
You can undo this with this command:
git update-index --no-assume-unchanged .vs/config/applicationhost.config
This should help prevent unwanted file commits.
Deploy
You will find instructions on how to deploy the Gallery to Azure here.
Contribute
If you find a bug with the gallery, please visit the Issue tracker and create an issue. If you're feeling generous, please search to see if the issue is already logged before creating a new one.
When creating an issue, clearly explain
- What you were trying to do.
- What you expected to happen.
- What actually happened.
- Steps to reproduce the problem.
Also include any information you think is relevant to reproducing the problem such as the browser version you used. Does it happen when you switch browsers. And so on.
Submit a patch
Before starting work on an issue, either create an issue or comment on an existing issue to ensure that we're all communicating. We have a list of items that are up for grabs and you can start working on (but always ping us beforehand).
To contribute to the gallery, make sure to create a fork first. Make your changes in the fork following the Git Workflow. When you are done with your changes, send us a pull request.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.