The EntityFramework package is not installed on project
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 with...
View ArticleCannot generate a Nuget package (.nupkg file)
I have a class library project and I can build and rebuild the project properly. When I try to create a pack for my project, I get an error saying :The file...
View ArticleCouldn't Add NuGet Package
When I try to add the Plugin.FirebasePushNotification to my Xamarin.Android Project in Xamarin.Forms, I receive the following message, and the package isn't added. It seems to work fine on the iOS and...
View ArticleNuGet Build Not Adding RepositoryUrl Property
I'm having trouble setting the RepositoryUrl tag within my NuGet package. It just doesn't seem to be reflected in the built output and the documentation for where exactly it should go is extremely...
View ArticleUnable to find package NETStandard.Library
I tried to add a new Class library(.Net Standard) in Visual studio 2019. But I get this error message:Unable to find package NETStandard.Library. No packages exist withthis id in source(s): Microsoft...
View ArticleWhere is this Nuget package coming from?
I've got a project with the following PackageReference:<ItemGroup><PackageReference Include="SIL.LCModel.Utils" Version="10.2.0-*" /></ItemGroup>Now based on the below search, I...
View ArticleMicrosoft reportviewer cant use in WPF [duplicate]
Microsoft reportviewer cant use in WPF
View ArticleCreating NuGet package: NU5128 exception - not clear on how to fix
I have a DLL addressing the .NET 4.7.1 library. Probably irrelevant, but it's written in C# and consumes NuGet packages using the "packages.config" pattern, rather than the newer PackageReference...
View ArticleExiste-t-il un moyen pour pourvoir appeler un api avec du php [closed]
I created a crud with the Spring boot with intellijand the api passes but I want to make a formHowever, how to call the api with php?help me please
View ArticleMSBuild not able to build Nuget package because it's storing binaries in the...
I have a Visual Studio solution which has several projects. One of them, which is called Extensions is supposed to build a Nuget package. Problem is that if I use MSBuild to build the solution (by...
View ArticleNet48 to net60 migration: Could not load file or assembly 'System.Runtime,...
I am migrating my application from net48 to net60. During the migration, I have to update my custom NuGet package to support net60 and add it to my application, but during the build, I am getting an...
View ArticleExclude Content from Nuget
I am creating a nuget and want to exclude everything from the contentFiles/Content while creating nuget. I am just using the .csproj files.I tried few things like these, but it still creates the...
View ArticleHow to Exclude Content directory in Nuget
I am trying to build nuget with my csproj and MSBuild.Nuget package gets created successfully. But I see content and contentFiles folder where it has my 20 .proto files.And when someone downloads my...
View ArticleMove Folder - csproj and Nuget
I have a nuget getting created and Content folder getting created in the nuget. I want my files to not be in Content folder but be in the Test folder in that nuget. (So, user won't see files by...
View ArticleNuGet package shows yellow exclamation mark
I just installed a package through NuGet, but it shows a yellow exclamation mark icon in my Solution Explorer, see screenshot below.Why does this happen, and how can I resolve it?
View ArticleHow do I fix Visual Studio 2019 build warning MSB3243?
I did not explicitly add Crc32C.NET ,so maybe it comes with transitive dependency. Fixing this warning might fix my main concern - could not load file or assembly azure.core error. Note I am using .net...
View ArticleConflict with "System.Runtime" after updating Microsoft Graph NuGet package
I just updated my Microsoft Graph to the latest version and now I get a compiler warning:Rebuild started...1>------ Rebuild All started: Project: OutlookCalIFConsole, Configuration: Release Any CPU...
View ArticleNuget package creation and file removal on uninstall
I am creating a package for use in dotnet core web applications.As of recent, it would appear that Powershell scripts are no longer used to populate and remove files on Nuget package installation/...
View ArticleHow do I fix Visual Studio 2019 build warning MSB3243? PublicKeyToken=null
I did not explicitly add Crc32C.NET ,so maybe it comes with transitive dependency. Fixing this warning might fix my main concern - could not load file or assembly azure.core error. Note I am using .net...
View ArticleCompile error after adding .net6 nuget packages to .net6 project
I have Visual Studio 2022 version 17.1.6, .net Sdk version 6.0.202, moreover I have several other .net versions installed including core 3.1.0, 3.1.22, 3.1.24, I reparired the installation of all of...
View Article