Does 'init.ps1' scripts still works when installing a NuGet package?
This question might be a little outdated, but does 'init.ps1' scripts still works when installing a nupkg?I was trying to use 'install.ps1' and 'uninstall.ps1', but after a little bit of research I've...
View ArticleDo 'init.ps1' scripts still works when installing a NuGet package?
This question might be a little outdated, but does 'init.ps1' scripts still works when installing a nupkg?I was trying to use 'install.ps1' and 'uninstall.ps1', but after a little bit of research I've...
View ArticleIt is possible to write in octave directly in VB.net?
I would like to know if there is a way to directly program in octave - or other open source similar to matlab - within a VB.net project (maybe there are some packages).In this way I could use the...
View ArticleNuget install: Is there way to pass credentials or key with this command?
I am trying to execute the below commandnuget install <package name> -DirectDownload -version <version number> -OutputDirectory <local_path>Since its a private Jfrog Artifactory...
View ArticleHow to resolve this: "NuGet Package restore failed for project VTS: Unable to...
I am using VS 2013 for a webform project. But when adding a rdlc report I am getting the below message"NuGet Package restore failed for project VTS: Unable to find version'10.0.0.0' of package...
View ArticleTry to change all the project reference to nuget package reference
I have to move one of the library A out of project(which has lot's of library project in one solution) . library A contains lot's of project reference. So for moving that out i have to first have a...
View ArticleHow to fix a missing NuGet package error?
I have a C++ console application in Visual Studio under Git, in which I have a submodule static library called LibrarySubmoduleSolution. This LibrarySubmoduleSolution uses Windows Implementation...
View ArticleCould not load file or assembly Microsoft.Data.SqlClient, Version=5.0.0.0
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,...
View ArticleChange nuget package content folder
I am not sure I have the terms quite right here, so give me some rope.I have a class library project which when built with release config, generates a nuget package on build via the setting under...
View Articlehow to make it work different platform of ibm db2 core libraray?
IBM has created two separate NuGet packages for the DB2 core(for windows and Linux), leading to an architectural issue. This issue has arisen because my hosting environment is on Linux, while my...
View ArticleNuget prompting credentials
I am using Visual Studio 2019. While building a solution its asking for credentials and build is getting failed. api.nuget.org asking username and password. Note: I am using public default nuget package
View ArticleCannot add package to visual studio. (System.Management.Automation)
Trying to add System.Management.Automation package to my project in visual studio because I want to run powershell commands through my code, but am getting the error: The project does not support...
View ArticleMigrating to .csproj SDK breaks import of dlls from nuget package
Recently I tried to upgrade my .csproj files to SDK standard using .net upgrade assistant. Initially it seems to work and all my nuget dependencies came along for the ride.However when I try to build...
View ArticleDot net frame Work Winodws application Serilog function Azure Blob Storage Issue
I tried to store Serilog log details in Azure Blob Storage using windows application it worked fine in the program.csbut couldn't work in Form.cs when I called the ErrorLog function, ErrorLog.txt files...
View ArticleCopy files to bin folder with .nuspec files
I have .nuspec file to create my package which contains nothing but a folder with text and other format files. I pack the folder like this:<files><file src="myData\**\*.*" target="content"...
View ArticleHow to call an API which is based on XML-RPC specification in C#?
Here is my sample request,<?xml version=”1.0”...
View ArticleCheck if a tag is added to .csproj file
I have a .csproj file as follows:If a <PackageReference/> tag is added to this csproj file, the build should fail. How do I do that? Is there any setting or a test I can add?For example,
View ArticleHow to make it work different platform of ibm db2 core library?
IBM has created two separate NuGet packages for the DB2 core (for Windows and Linux), leading to an architectural issue. This issue has arisen because my hosting environment is on Linux, while my...
View ArticleMy own hosted NuGet server doesn't work properly anymore
I've hosted my own NuGet server, and it worked great for my libraries. In this case, I installed "NuGet.Server" package.Recently, it doesn't work anymore and I can not push any version on it. When I've...
View Articlehow to get all nuget dependencies for offline installation
I two computers, one with internet connection and the other one without.I want to install a Nuget package (Nuget.server) with all its dependencies on the offline computer.Unfortunately it is not...
View Article