dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.99k stars 4.03k forks source link

Adding a method which can add references from NuGet #64629

Open mustafas18 opened 2 years ago

mustafas18 commented 2 years ago

Adding references from NuGet

Summary

Adding a method which can add references from NuGet. (e.g. MetadataReference.CreateFromNuget("Microsoft.EntityFrameworkCore");

Motivation

Users can easily add their desire references to their code.

ryzngard commented 1 year ago

@genlu this might be related to #64712