nuget-package Questions
2
Solved
I am building a tool package which depends on another NuGet package. As it is not an usual library, it must include all dependencies into the tools\ directory. I have the following csproj (only the...
Symbology asked 23/10, 2022 at 12:16
3
Solved
In Terminal of Visual Studio Code, when I try to run:
dotnet add package MicrosoftOfficeCore --version 15.0.0
I get the following error on Visual Studio Code terminal:
error: NU1100: Unable to res...
Dooryard asked 7/7, 2021 at 9:50
1
I want to publish a new version of a NuGet package, but I want it automatically in an Unlisted status. When I manually upload the .nupkg file to nuget.org, in the preview there is an option to unli...
Rerun asked 28/1, 2020 at 10:22
8
Solved
I have just created a workspace on a new machine, got latest of our project from TFS, enabled NuGet Restore, and I get the following (skimmed-down) output:
1>------ Rebuild All started: Project...
Cornish asked 24/12, 2013 at 12:53
4
Solved
I try to learn Github action and packages. So, I create a sample nuget package and successfully created. However I could not use it.
I follow this step;
Options > Nuget Package Manager > Package...
Rumpus asked 3/6, 2020 at 5:46
9
Good Day everyone. I'm developing a Cross Platform Application in Xamarin.Forms when I encounter this error "Are you missing a using directive or an assembly reference". My project is working fine ...
Nucleate asked 8/6, 2016 at 9:4
5
after upgrade to .Net Core 2.1.1 I got this error:
C:\Program Files\dotnet\sdk\2.1.301\NuGet.targets(114,5): error : An error
occurred while retrieving package metadata for 'System.IO.4.3.0' fro...
Dayle asked 23/6, 2018 at 6:41
12
Solved
I am unable to install/restore nuget packages from a Visual Studio Team Services feed in an asp.net core web application (RC2). I receive the following:
error: Response status code does not indi...
Moton asked 22/6, 2016 at 0:44
13
How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I do it in VS Code?
Aboutship asked 18/11, 2016 at 10:48
22
Solved
I am having trouble getting the EF to install on my very simple project called 'Match' (just now learning MVC, better late than never). The general context here is that I created the Model class wi...
Egwin asked 12/8, 2012 at 14:47
9
I have a NuGet package I created and installed in another solution but now I need to debug the code of the package when called from my new solution.
I tried referencing the solution of the package ...
Lithiasis asked 9/6, 2017 at 12:12
8
Solved
I am using version 1.4 and getting this error:
The remote name could not be resolved: go.microsoft.com
Here are the URLs for the nuget package:
https://go.microsoft.com/fwlink/?LinkID=206669
...
Dagney asked 25/7, 2011 at 16:3
5
I'm building WPF application with the EntityFrameworkCore version 2.2.2
However, when i want to Add-Migration it output me an error...
Your startup project 'project' doesn't reference Microsoft.E...
Scullery asked 21/2, 2019 at 5:34
14
Solved
I have created a new feed with in Package Release hub (VSTS), installed the credentials, then added the package source.
Now, I am using Visual Studio 2015 to install Micrososft.Aspnet.mvc to a pr...
Spiral asked 5/5, 2016 at 15:29
2
Solved
There are two nuget packages for SignalR client:
Microsoft.AspNetCore.SignalR.Client and Microsoft.AspNetCore.SignalR.Client.Core.
Both ASP.NET Core, but I can't find any information why they bot...
Dispensation asked 29/5, 2020 at 1:45
8
Solved
I have a build pipeline set up to create Nuget packages and publish them to a feed in artifacts.
I was able to use the feed successfully.
However when I ran the pipeline again, causing the packag...
Larch asked 17/2, 2019 at 23:32
14
Solved
I upgraded Microsoft.AspNetCore from 2.0.3 to 2.0.5 and my WebAPI project, although running successfully locally, fails to start in production (IIS). Everything was fine in production until this up...
Semitics asked 21/2, 2018 at 0:33
5
I have C# project that has to target .NET 3.5. framework and I have several nuget packages I'd like to install in the given project.
How to find out, for a given nuget package, which .NET framewo...
Dionisio asked 13/8, 2015 at 7:4
14
Solved
I am trying to create a nuget package using http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#From_a_convention_based_working_directory
as a reference.
My Package Mange...
Margarethe asked 24/10, 2012 at 19:28
3
Facing following issue after deploying app to azure app service:
Unhandled exception. System.IO.FileNotFoundException: Could not load
file or assembly 'Microsoft.Data.SqlClient, Version=5.0.0.0,
C...
Kin asked 3/2, 2023 at 14:29
3
I want to change NuGet package folder, but it does not change it.
What I do is creating file nuget.config:
<configuration>
<config>
<add key="repositoryPath" value="C:\projects\" ...
Conative asked 17/12, 2017 at 22:48
4
Solved
I'm developing a .net Standard C# class library which automatically outputs a NuGet package whenever I build it. I am consuming this NuGet package with an ASP.NET Core application. If I update the ...
Equisetum asked 15/8, 2019 at 10:3
1
Solved
Visual Studio shows me the following warning when I open the solution explorer:
When I click the 'Manage NuGet Packages' link and scroll through the nuget packages, I can't see any indication of e...
Bautram asked 30/11, 2023 at 8:47
2
I have recently had the problem that all my projects have difficulties with the Nuget packages. Since they seem to be equipped with additional security since version 17.5, I have to reconfigure the...
Oxford asked 21/7, 2023 at 18:5
3
Solved
For some reason in my console app, couple of the reference that I installed thru nuget shows the blue nuget icon. I can build my project locally, but not after I deploy my project to cloud. The err...
Joashus asked 24/5, 2018 at 1:47
1 Next >
© 2022 - 2025 — McMap. All rights reserved.